feat(schema): upgrade ACP schema from v0.10.8 to v0.11.2#80
Open
Nemtecl wants to merge 1 commit intoagentclientprotocol:mainfrom
Open
feat(schema): upgrade ACP schema from v0.10.8 to v0.11.2#80Nemtecl wants to merge 1 commit intoagentclientprotocol:mainfrom
Nemtecl wants to merge 1 commit intoagentclientprotocol:mainfrom
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the ACP schema from v0.10.8 to v0.11.2, regenerates all derived code, and wires up new protocol features.
Key changes:
session/list(previously unstable),session/close(new, unstable)CloseSessionRequest/Response,KillTerminalRequest/Response,FileSystemCapabilities,SetSessionConfigOptionSelectRequest,SetSessionConfigOptionBooleanRequest,AuthMethodEnvVar,AuthMethodTerminal,SessionConfigBooleanKillTerminalCommandRequest/Response→KillTerminalRequest/Response,FileSystemCapability→FileSystemCapabilities,SetSessionConfigOptionRequestsplit into typed select/boolean variantsschema.pyandmeta.pyviamake gen-allTesting
make testpasses (all existing tests + newtest_list_sessions_stableandtest_call_unstable_protocol/test_call_unstable_protocol_warningupdated for new stable/unstable routing)make checkpasses (ruff lint + format)Docs & screenshots
Example files (
examples/client.py,examples/gemini.py) updated to use renamed types.Checklist
feat:,fix:).make gen-all) are called out if applicable.