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

2
Cargo.lock generated
View file

@ -210,6 +210,7 @@ dependencies = [
"language_models",
"log",
"lsp",
"open",
"paths",
"portable-pty",
"pretty_assertions",
@ -223,6 +224,7 @@ dependencies = [
"settings",
"smol",
"task",
"tempfile",
"terminal",
"theme",
"ui",