Skip to content

feat(qoder): support native deployments#26

Merged
heimanba merged 2 commits into
mainfrom
codex/qoder-native-deployments
Jul 18, 2026
Merged

feat(qoder): support native deployments#26
heimanba merged 2 commits into
mainfrom
codex/qoder-native-deployments

Conversation

@heimanba

Copy link
Copy Markdown
Contributor

Summary

  • Implement Qoder deployments against the native /deployments API instead of emulating them with sessions.
  • Add Qoder deployment request mapping for schedules, initial events, resources, vaults, and metadata.
  • Update capability tables, guides, examples, and tests so Qoder/Claude are native while Bailian/Ark remain emulated.

Why

Qoder now exposes native deployment endpoints. The previous adapter and docs still treated Qoder deployments as local state plus a session materialization path, which was stale and prevented server-side scheduling and native deployment runs.

Validation

  • Live Qoder smoke: create deployment, get deployment, run deployment, archive deployment.
  • bun run --cwd packages/sdk typecheck
  • bash scripts/lint-changed.sh
  • bun test packages/sdk/tests/unit/deployment.test.ts packages/sdk/tests/unit/map-deployment.test.ts packages/sdk/tests/unit/provider-conformance.test.ts packages/sdk/tests/unit/validate-config.test.ts packages/sdk/tests/unit/qoder-examples.test.ts scripts/provider-docs.test.ts
  • Pre-push bun scripts/verify.ts push passed.

@heimanba
heimanba marked this pull request as ready for review July 18, 2026 11:02
@heimanba
heimanba merged commit f00cad2 into main Jul 18, 2026
13 checks passed
@heimanba
heimanba deleted the codex/qoder-native-deployments branch July 18, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant