Skip to content

feat(client): generate complete protocol client - #34143

Closed
kitlangton wants to merge 1 commit into
v2from
complete-client
Closed

feat(client): generate complete protocol client#34143
kitlangton wants to merge 1 commit into
v2from
complete-client

Conversation

@kitlangton

Copy link
Copy Markdown
Contributor

Summary

  • generate Promise and Effect clients from every authoritative Server HttpApi group
  • define stable public group and endpoint names for the expanded client surface
  • extend codegen for explicit endpoint names, buffered binary responses, name-discriminated errors, and safe schema reference expansion
  • preserve the zero-Effect Promise entrypoint and full Server/Protocol contract identity checks

Verification

  • bun typecheck in packages/httpapi-codegen
  • bun run test -- generate.test.ts in packages/httpapi-codegen (57 passed)
  • bun typecheck in packages/client
  • bun run test in packages/client (10 passed)
  • bun run check:generated in packages/client
  • file-scoped Prettier and oxlint checks
  • repository push hook: full monorepo typecheck (29 tasks passed)

This PR only expands the generated client and its generator support. It does not migrate the TUI or remove the legacy SDK client.

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant