We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129a49e commit 595f79fCopy full SHA for 595f79f
3 files changed
.claude/skills/pty-tui-testing/SKILL.md
.gitignore
@@ -93,6 +93,9 @@ CHANGELOG.ignore.md
93
.worktree/
94
.worktrees/
95
/codex-rs/tui/target/
96
-/nori-cli
97
/target
98
+# Local code/doc references for ACP work
99
+/agent-client-protocol
100
+/zed
101
+
codex-rs/acp/src/agent.rs
@@ -138,7 +138,7 @@ impl AgentProcess {
138
debug!("Initializing ACP agent");
139
140
let request = InitializeRequest {
141
- protocol_version: agent_client_protocol::V0, // Gemini uses protocol version 0
+ protocol_version: agent_client_protocol::V1,
142
client_capabilities: serde_json::from_value(client_capabilities.clone())
143
.context("Invalid client capabilities")?,
144
client_info: None,
0 commit comments