Port some more tools to agent2 (#35973)

Release Notes:

- N/A
This commit is contained in:
Antonio Scandurra 2025-08-11 15:10:46 +02:00 committed by GitHub
parent d5ed569fad
commit ebcce8730d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1324 additions and 1 deletions

View file

@ -32,6 +32,7 @@ language.workspace = true
language_model.workspace = true
language_models.workspace = true
log.workspace = true
open.workspace = true
paths.workspace = true
portable-pty.workspace = true
project.workspace = true
@ -67,6 +68,7 @@ pretty_assertions.workspace = true
project = { workspace = true, "features" = ["test-support"] }
reqwest_client.workspace = true
settings = { workspace = true, "features" = ["test-support"] }
tempfile.workspace = true
terminal = { workspace = true, "features" = ["test-support"] }
theme = { workspace = true, "features" = ["test-support"] }
worktree = { workspace = true, "features" = ["test-support"] }