feat: add ofcx-go code agent profile and Moon Bridge OpenCode route
- Add ofcx-go to backendProfiles allowlist in agentrun-dispatch.mjs - Extend deepseek-proxy Moon Bridge config with opencode provider - Add deepseek-v4-flash model and opencode route to Moon Bridge config - Add OPENCODE_API_KEY env var injection from hwlab-v02-code-agent-provider Secret - Support both deepseek and opencode providers in shared Moon Bridge instance
This commit is contained in:
@@ -97,7 +97,7 @@ export const AGENTRUN_REUSABLE_CREDENTIAL_ENV_NAMES = Object.freeze([
|
||||
"UNIDESK_SSH_CLIENT_TOKEN"
|
||||
]);
|
||||
|
||||
const backendProfiles = Object.freeze(["codex", "deepseek", "minimax-m3"]);
|
||||
const backendProfiles = Object.freeze(["codex", "deepseek", "minimax-m3", "ofcx-go"]);
|
||||
const providerSecretKeys = Object.freeze(["auth.json", "config.toml"]);
|
||||
const reusableCredentialEnvNameSet = new Set(AGENTRUN_REUSABLE_CREDENTIAL_ENV_NAMES);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user