ZIm/crates/context_server
Marshall Bowers 18f3f8097f
assistant_tool: Decouple Tool from Workspace (#26309)
This PR decouples the `Tool` trait from the `Workspace` (and from the
UI, in general).

`Tool::run` now takes a `WeakEntity<Project>` instead of a
`WeakEntity<Workspace>` and a `Window`.

Release Notes:

- N/A
2025-03-07 22:41:56 +00:00
..
src assistant_tool: Decouple Tool from Workspace (#26309) 2025-03-07 22:41:56 +00:00
Cargo.toml assistant_tool: Decouple Tool from Workspace (#26309) 2025-03-07 22:41:56 +00:00
LICENSE-GPL Factor tool definitions out of assistant (#21189) 2024-11-25 18:26:34 -05:00