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 FileAutoCommand and refactor DevInCompiler to support dynamic file content retrieval. #101
This commit introduces a new class `FileAutoCommand` which is responsible for executing commands that involve dynamic file content. It handles the retrieval of file content from the specified path, and if a range is specified, it will only return the specified portion of the file. The `DevInCompiler` class has been refactored to use this new command, and a fallback text is now provided in case the file content cannot be retrieved. This commit also removes unnecessary imports and simplifies the codebase.
0 commit comments