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

@ -23,7 +23,6 @@ http_client.workspace = true
itertools.workspace = true
language.workspace = true
language_model.workspace = true
lsp.workspace = true
project.workspace = true
regex.workspace = true
schemars.workspace = true