Skip to content

Commit 919d6f3

Browse files
Handle ACP session/setTitle and rename underlying Codex thread
1 parent 156cb0d commit 919d6f3

4 files changed

Lines changed: 228 additions & 86 deletions

File tree

Cargo.lock

Lines changed: 56 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ unused = "warn"
6969
[patch.crates-io]
7070
tokio-tungstenite = { git = "https://github.com/openai-oss-forks/tokio-tungstenite", rev = "132f5b39c862e3a970f731d709608b3e6276d5f6" }
7171
tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }
72+
73+
# Temporary: pull `session/setTitle` support before it ships on crates.io.
74+
# Remove both entries once `agent-client-protocol-schema` and `agent-client-protocol`
75+
# publish releases containing the new types. Tracking:
76+
# - https://github.com/agentclientprotocol/agent-client-protocol/pull/1199 (schema)
77+
# - https://github.com/agentclientprotocol/rust-sdk/pull/164 (routing)
78+
agent-client-protocol-schema = { git = "https://github.com/daniel-agentee/agent-client-protocol", rev = "b9739d6bde9dfec410df440155fb04dd81e94cfd" }
79+
agent-client-protocol = { git = "https://github.com/daniel-agentee/rust-sdk", rev = "34523b36cb0ba48cee9d8dd9a6728ff2493a0560" }

0 commit comments

Comments
 (0)