Commit 34523b3
committed
feat(acp): route session/setTitle to the new schema types
Wires the SetSessionTitleRequest / SetSessionTitleResponse types into
the agent-side JSON-RPC dispatch tables.
Companion to agentclientprotocol/agent-client-protocol#1199,
which adds the schema definitions for session/setTitle. This PR is the
Rust SDK half of the round trip: once the schema crate ships a release
with the new types, ACP-backed agents can implement Agent::set_session_title
and have it dispatched here.1 parent 75f5b68 commit 34523b3
2 files changed
Lines changed: 7 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments