Use tree-sitter when returning symbols to the model for a given file (#28352)

This also increases the threshold for when we return an outline during
`read_file`.

Release Notes:

- Fixed an issue that caused the agent to fail reading large files if
the LSP hadn't started yet.
This commit is contained in:
Antonio Scandurra 2025-04-08 14:11:05 -06:00 committed by GitHub
parent ca8f6e8a3f
commit 97641c3298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 46 additions and 218 deletions

View file

@ -1,6 +1,5 @@
mod bash_tool;
mod batch_tool;
mod code_symbol_iter;
mod code_symbols_tool;
mod copy_path_tool;
mod create_directory_tool;