Skip to content

refactor: dual-path AI provider (direct API + Codex VPS)#125

Merged
Pigbibi merged 1 commit into
mainfrom
feat/ai-provider-dual-path
Jun 29, 2026
Merged

refactor: dual-path AI provider (direct API + Codex VPS)#125
Pigbibi merged 1 commit into
mainfrom
feat/ai-provider-dual-path

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Separates AI provider into two paths:

  • Direct API (Claude/GPT): uses repo/org-level secrets — ANTHROPIC_API_KEY, OPENAI_API_KEY
  • Codex VPS: routes through CodexAuditBridge service — CODEX_AUDIT_SERVICE_URL

This matches the deployment reality: the VPS only runs Codex CLI;
API fallbacks are called directly from the workflow using repo secrets.

Co-Authored-By: Claude noreply@anthropic.com

Claude/GPT calls go direct via API keys in repo secrets.
Codex VPS calls go through the CodexAuditBridge service.

This matches the reality that the VPS only runs Codex CLI;
API fallbacks are called directly from the workflow.

Co-Authored-By: Claude <noreply@anthropic.com>
@Pigbibi
Pigbibi merged commit 97f197d into main Jun 29, 2026
1 of 2 checks passed
@Pigbibi
Pigbibi deleted the feat/ai-provider-dual-path branch June 29, 2026 22:22
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