ZIm/crates/assistant_tools
Marshall Bowers 7c39153160
assistant_tools: Add list-worktrees and read-file tools (#26147)
This PR adds two new tools to Assistant 2:

- `list-worktrees` - Lists the worktrees in a project
- `read-file` - Reads a file at the given path in the project

I don't see `list-worktrees` sticking around long-term, as when we have
tools for listing files those will include the worktree IDs along with
the path, but making this tool available allows the model to utilize
`read-file` when it otherwise wouldn't be able to.

Release Notes:

- N/A
2025-03-05 19:41:42 +00:00
..
src assistant_tools: Add list-worktrees and read-file tools (#26147) 2025-03-05 19:41:42 +00:00
Cargo.toml assistant_tools: Add list-worktrees and read-file tools (#26147) 2025-03-05 19:41:42 +00:00
LICENSE-GPL Factor tool definitions out of assistant (#21189) 2024-11-25 18:26:34 -05:00