Uh oh!
There was an error while loading. Please reload this page.
fix(protocol,server): rpc_response discriminator + server-side rpc routing - #11
Merged
Conversation
…uting RpcResponseSchema gains kind: "rpc_response" so SupaplaneClient.rpc() can actually match replies. Adds an RpcRouter (provider.list/models/ modes/diagnostic, workspace.list, session.list) wired into the daemon, plus E2E coverage of the rpc round-trip. Co-authored-by: opencode-agent <hello@sst.dev>
Uh oh!
There was an error while loading. Please reload this page.
johnnyhuy added a commit
that referenced
this pull request
Aug 9, 2026
…uting (#11) RpcResponseSchema gains kind: "rpc_response" so SupaplaneClient.rpc() can actually match replies. Adds an RpcRouter (provider.list/models/ modes/diagnostic, workspace.list, session.list) wired into the daemon, plus E2E coverage of the rpc round-trip. Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy added a commit
that referenced
this pull request
Aug 9, 2026
…uting (#11) RpcResponseSchema gains kind: "rpc_response" so SupaplaneClient.rpc() can actually match replies. Adds an RpcRouter (provider.list/models/ modes/diagnostic, workspace.list, session.list) wired into the daemon, plus E2E coverage of the rpc round-trip. Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy added a commit
that referenced
this pull request
Aug 9, 2026
…uting (#11) RpcResponseSchema gains kind: "rpc_response" so SupaplaneClient.rpc() can actually match replies. Adds an RpcRouter (provider.list/models/ modes/diagnostic, workspace.list, session.list) wired into the daemon, plus E2E coverage of the rpc round-trip. Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
johnnyhuy added a commit
that referenced
this pull request
Aug 9, 2026
…uting (#11) RpcResponseSchema gains kind: "rpc_response" so SupaplaneClient.rpc() can actually match replies. Adds an RpcRouter (provider.list/models/ modes/diagnostic, workspace.list, session.list) wired into the daemon, plus E2E coverage of the rpc round-trip. Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
This was referenced Aug 9, 2026
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 freeto 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
RpcResponseSchemagainskind: "rpc_response"— previously the client's correlation check (envelope.kind === "rpc_response") could never match, soSupaplaneClient.rpc()was broken.RpcRouteransweringprovider.list,provider.models,provider.modes,provider.diagnostic,workspace.list,session.list; unknown RPCs get an explicitok: falsereply.setRpcHandleralongsidesetCommandHandler.Consequences
Testing
bun run typecheckclean,bun run lint0 errors