refactor: drop steer/rewind extensions removed in zcode 0.16+, release 0.10.0 - #62
Merged
Conversation
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
The zcode app-server removed three RPC methods in 0.16+ (verified live against 0.16.3, bundled in ZCode desktop 3.8.1):
session/steer,session/rewind,session/rewindCascadeall answer-32601 Method not found— steer/rewind moved to the v4 conversation API, which this bridge does not speak.Audit showed near-zero external usage (non-standard ACP extensions no editor calls;
rewindCascadehad no slash command either), and on 0.16+ the passthroughs only ever returned errors. So this drops them rather than gating them.session/forkstays as the checkpoint-branching alternative)/rewindand/steerslash commands and their advertisementdocs/BACKLOG.mdto a 0.16.3 audit: upstream removals, new candidates (workspace/hooks/trustGrant,interaction/browser*), newsession/sendparams (attachments,toolDenylist,runtimeModel, …), v4 protocol familyVerification
pnpm typecheck,pnpm lint,pnpm test(652 tests) all passsession/steer/session/rewind/session/rewindCascadenow return a clean ACP-level-32601(previously-32603after a wasted backend round-trip);/rewind/steerno longer advertised; core flow (initialize → session/new → session/prompt) unaffected