Skip to content

feat(coding-agent): per-workspace Claude/Codex runtime selection#164

Merged
EXboys merged 1 commit into
mainfrom
feat/issue-163-codex-runtime
Jun 18, 2026
Merged

feat(coding-agent): per-workspace Claude/Codex runtime selection#164
EXboys merged 1 commit into
mainfrom
feat/issue-163-codex-runtime

Conversation

@EXboys

@EXboys EXboys commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Closes #163

Summary

  • Add runtime_engine (claude | codex) to workspace profile with console UI selector
  • Route hosted agent runs to Claude Agent SDK or Codex SDK based on profile
  • Add Gateway POST /api/gateway/v1/responses for Codex enterprise routing
  • Codex dry-run when SDK/credentials are unavailable; Claude path unchanged

Test plan

  • pytest tests/test_coding_agent.py tests/test_gateway_upstream_models.py (20 passed)
  • Console: save workspace profile with Runtime = Codex, verify next run signals
  • Production: set EVOTOWN_CODEX_USE_GATEWAY=1 and confirm Codex calls /responses

Made with Cursor

…esponses API

Allow each hosted workspace to choose claude or codex runtime_engine, route
runs to the matching SDK runner, and proxy Codex via /api/gateway/v1/responses.

Co-authored-by: Cursor <cursoragent@cursor.com>
@EXboys EXboys merged commit 27f8521 into main Jun 18, 2026
1 of 2 checks passed
@EXboys EXboys deleted the feat/issue-163-codex-runtime branch June 18, 2026 02:24
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.

Per-agent Claude/Codex runtime selection with Gateway Responses API

1 participant