ZIm/crates/gpui_macros/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
..
derive_app_context.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
derive_into_element.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
derive_path_static_str.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
derive_render.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
derive_visual_context.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
gpui_macros.rs Add seed argument to #[gpui::test] attribute macro (#26764) 2025-03-14 13:40:02 -03:00
register_action.rs gpui: Switch from linkme to inventory for action registration (#24087) 2025-02-02 09:13:46 -08:00
styles.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test.rs Rename regex search tool to grep and accept an include glob pattern (#29100) 2025-04-20 00:53:30 +00:00