🔜 TODO: - [x] Add a utility pane to the left and right edges of the workspace - [x] Add a maximize button to the left and right side of the pane - [x] Add a new agents pane - [x] Add a feature flag turning these off POV: You're working agentically <img width="354" height="606" alt="Screenshot 2025-12-13 at 11 50 14 PM" src="https://github.com/user-attachments/assets/ce5469f9-adc2-47f5-a978-a48bf992f5f7" /> Release Notes: - N/A --------- Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Zed <zed@zed.dev>
41 lines
856 B
TOML
41 lines
856 B
TOML
[package]
|
|
name = "agent_ui_v2"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/agent_ui_v2.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
agent.workspace = true
|
|
agent_servers.workspace = true
|
|
agent_settings.workspace = true
|
|
agent_ui.workspace = true
|
|
anyhow.workspace = true
|
|
assistant_text_thread.workspace = true
|
|
chrono.workspace = true
|
|
db.workspace = true
|
|
editor.workspace = true
|
|
feature_flags.workspace = true
|
|
fs.workspace = true
|
|
fuzzy.workspace = true
|
|
gpui.workspace = true
|
|
menu.workspace = true
|
|
project.workspace = true
|
|
prompt_store.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
settings.workspace = true
|
|
text.workspace = true
|
|
time.workspace = true
|
|
time_format.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|
|
workspace.workspace = true
|