Commit 7e0a587
feat(schema): upgrade ACP schema from v0.10.8 to v0.11.2 (#80)
- Regenerate schema bindings and Pydantic models
- Add session/close endpoint and CloseSession request/response types
- Add message_id parameter to PromptRequest
- Add AuthCapabilities, AuthEnvVar, AuthMethodAgent, AuthMethodEnvVar types
- Rename KillTerminalCommandRequest/Response to KillTerminalRequest/Response
- Rename SetSessionConfigOptionRequest to SetSessionConfigOptionSelectRequest
- Promote session/list from unstable to stable
- Update agent/client routers, interfaces, examples, and tests accordingly
Generated by Mistral Vibe.
Co-authored-by: Mistral Vibe <vibe@mistral.ai>1 parent 897182b commit 7e0a587
File tree
18 files changed
+876
-118
lines changed- examples
- schema
- scripts
- src/acp
- agent
- client
- tests
18 files changed
+876
-118
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
| 186 | + | |
189 | 187 | | |
190 | | - | |
| 188 | + | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
| |||
320 | 318 | | |
321 | 319 | | |
322 | 320 | | |
323 | | - | |
| 321 | + | |
324 | 322 | | |
325 | 323 | | |
326 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments