ZIm/crates/assistant_tool
Marshall Bowers e60e8f3a0a
assistant_tool: Reduce locking in ToolWorkingSet (#26605)
This PR updates the `ToolWorkingSet` to reduce the amount of locking we
need to do.

A number of the methods have had corresponding versions moved to the
`ToolWorkingSetState` so that we can take out the lock once and do a
number of operations without needing to continually acquire and release
the lock.

Release Notes:

- N/A
2025-03-12 21:26:26 +00:00
..
src assistant_tool: Reduce locking in ToolWorkingSet (#26605) 2025-03-12 21:26:26 +00:00
Cargo.toml assistant: Edit files tool (#26506) 2025-03-12 12:30:47 +00:00
LICENSE-GPL assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00