Add RegexSearchTool (#26555)

Release Notes:

- N/A
This commit is contained in:
Antonio Scandurra 2025-03-12 17:23:15 +01:00 committed by GitHub
parent 8d259a9dbe
commit 6259ad559b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 128 additions and 0 deletions

View file

@ -18,6 +18,7 @@ chrono.workspace = true
collections.workspace = true
futures.workspace = true
gpui.workspace = true
language.workspace = true
language_model.workspace = true
project.workspace = true
schemars.workspace = true
@ -29,4 +30,5 @@ util.workspace = true
rand.workspace = true
collections = { workspace = true, features = ["test-support"] }
gpui = { workspace = true, features = ["test-support"] }
language = { workspace = true, features = ["test-support"] }
project = { workspace = true, features = ["test-support"] }