acp: Add support for slash commands (#37304)

Depends on
https://github.com/zed-industries/agent-client-protocol/pull/45

Release Notes:

- N/A

---------

Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Agus Zubiaga <agus@zed.dev>
This commit is contained in:
Bennet Bo Fenner
2025-09-02 08:48:33 +00:00
committed by GitHub
co-authored by Antonio Scandurra Agus Zubiaga
parent f06be6f3ec
commit 374a8bc4cb
11 changed files with 621 additions and 321 deletions
+1
View File
@@ -292,6 +292,7 @@ impl NativeAgent {
action_log.clone(),
session_id.clone(),
prompt_capabilities_rx,
vec![],
cx,
)
});