ZIm/crates/collab_ui/src
Nathan Sobo 107d8ca483
Rename regex search tool to grep and accept an include glob pattern (#29100)
This PR renames the `regex_search` tool to `grep` because I think it
conveys more meaning to the model, the idea of searching the filesystem
with a regular expression. It's also one word and the model seems to be
using it effectively after some additional prompt tuning.

It also takes an include pattern to filter on the specific files we try
to search. I'd like to encourage the model to scope its searches more
aggressively, as in my testing, I'm only seeing it filter on file
extension.

Release Notes:

- N/A
2025-04-20 00:53:30 +00:00
..
chat_panel Rename regex search tool to grep and accept an include glob pattern (#29100) 2025-04-20 00:53:30 +00:00
collab_panel chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notifications chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
channel_view.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
chat_panel.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
collab_panel.rs Add actions for calls (#28048) 2025-04-04 19:32:41 -07:00
collab_ui.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notification_panel.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notifications.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
panel_settings.rs migrator: Add migration for settings changed prior to migrator-introduction (#27375) 2025-03-25 04:35:01 +05:30