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
The file_edit_insert tool led to more issues than benefits (unreliable line offset calculations and edge cases). Standardize on file_edit_replace_string as the primary file editing tool.
Changes:
- Remove file_edit_insert tool and all references
- Remove from tool definitions and type exports
- Update UI components to only support replace_string and replace_lines
- Update tests and tool policies
- Update integration tests to use file_edit_replace_string
All 987 unit tests pass; typecheck is clean.
0 commit comments