You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devin-lang): add support for file path processing in DevInCompiler #101
This commit introduces a new feature to the DevInCompiler class, which allows for the processing of file paths specified in DevInFile commands. It includes the ability to extract a range from a file using a comment-based syntax, and to read the contents of a file from the project directory. Additionally, the compiler now handles various built-in commands more robustly, with logging for missing command properties and proper handling of each command type.
0 commit comments