release: v0.13.4#46
Merged
Merged
Conversation
Bump the ACP schema from v0.13.0 to v0.13.4 and regenerate bindings. Protocol changes (upstream agent-client-protocol): - logout graduated unstable -> stable: the Agent interface now requires Logout(LogoutRequest); adds AgentAuthCapabilities / LogoutCapabilities and AgentCapabilities.Auth (#1273). - provider unstable types renamed plural -> singular: UnstableSetProvider, UnstableDisableProvider (JSON-RPC wire method strings unchanged) (#1272). - new unstable session/delete: UnstableDeleteSession, SessionDeleteCapabilities, SessionCapabilities.Delete (#1216). - unstable plan operations: ClientCapabilities.PlanCapabilities and plan_update / plan_removed SessionUpdate variants (#1299). - ListSessionsRequest.additionalDirectories removed (#1227). No wire protocol-version bump (ProtocolVersionNumber stays 1). Manual migrations to satisfy the regenerated interfaces: example/agent/main.go, example_agent_test.go, acp_test.go. Change-Id: I0be9f703f2b9673392a0d61c4bced265f90ba59b Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Thomas Kosiewski <tk@coder.com>
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.
Bumps the ACP schema from v0.13.0 → v0.13.4 and regenerates all bindings. No wire protocol-version bump (
ProtocolVersionNumberstays1).Protocol changes (upstream
agent-client-protocol)logoutgraduated unstable → stableAgentnow requiresLogout(LogoutRequest) (LogoutResponse, error); addsAgentAuthCapabilities,LogoutCapabilities,AgentCapabilities.Auth; removesUnstableLogout*UnstableSetProviders→UnstableSetProvider,UnstableDisableProviders→UnstableDisableProvider(JSON-RPC method strings unchanged;UnstableListProvidersunchanged)session/deleteUnstableDeleteSession,UnstableDeleteSession{Request,Response},SessionDeleteCapabilities,SessionCapabilities.Delete,AgentMethodSessionDeleteClientCapabilities.PlanCapabilities, thePlan*type family, andplan_update/plan_removedSessionUpdatevariantsListSessionsRequest.additionalDirectoriesremovedManual migrations (regenerated interfaces are breaking)
Because
logoutbecame a required stable method andAgentExperimentalchanged, these hand-written files were updated to match:example/agent/main.go— added stableLogout; renamed providers to singular; addedUnstableDeleteSession.example_agent_test.go— addedLogouttoagentExample.acp_test.go— migratedagentFuncs(andforkOnlyUnstableAgent,agentNoExtensions) to the new surface.Verification
make test— ✅ unit tests pass;go build ./example/...succeedsmake check— ✅ treefmt clean +git diff --exit-codecleanversionandschema/versionboth0.13.4Tagging
v0.13.4to follow after merge, perRELEASING.md.🤖 Generated with Claude Code