mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 23:04:27 +00:00
Remove the `AgentsPanel` (from the `agent_ui_v2` crate) and the utility pane infrastructure from the codebase. The Agents Panel was a separate panel gated behind the `agent-v2` feature flag that was redundant with the existing Agent Panel. Utility panes were a layout concept (secondary panes next to the editor, separate from dock panels) whose only consumer was `AgentThreadPane` in the Agents Panel. ### Changes - Deleted the entire `agent_ui_v2` crate (`agents_panel.rs`, `agent_thread_pane.rs`) - Deleted `workspace/src/utility_pane.rs` - Removed `UtilityPane`, `UtilityPaneHandle`, `UtilityPanePosition`, `MinimizePane`, `ClosePane` from `workspace/src/dock.rs` - Removed all utility pane fields, methods, and render blocks from `workspace.rs` - Removed all aside toggle code from `pane.rs` and `pane_group.rs` - Removed `agents_panel_dock` setting from agent settings and `default.json` - Removed all `agent_ui_v2` references from `main.rs`, `zed.rs`, and Cargo.toml files - Cleaned up test code in `tool_permissions.rs` and `agent_ui.rs` Closes AI-17 (No release notes because this was all feature-flagged.) Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||