Merge pull request #2873 from deepseek-harness/codex/product-subagent-runtime-refresh-codex

feat(subagent): configure Codex provider models
This commit is contained in:
pku-xht
2026-08-25 20:43:31 +08:00
committed by GitHub
49 changed files with 410 additions and 438 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/config-catalog.md
config-catalog.md: 0f8a5cf6a9eb356b585b6c308b3ac02a0bac8e9a
config-catalog.zh.md: 6feb92ca28a421f7c2131441aff4634434fb92b7
config-catalog.md: 581c8c89dafea93e34968535eacfb0bb8f8ed34a
config-catalog.zh.md: 8a64b5789ee02f724cd15b303910c5baa5c381d6
+3 -1
View File
@@ -2317,10 +2317,12 @@ Source: [`packages/subagent/subagent-claude-code/src/index.ts:38`](../packages/s
Requires: `subagents` · `subprocess`
```ts config-catalog
/** Deployment-owned permission, environment, and process-release settings. */
/** Deployment-owned model, permission, environment, and process-release settings. */
export interface Config {
/** Provider name on `ctx.subagents` (default `codex`). */
providerName?: string
/** Native Codex model fixed for this instance; omitted to inherit Codex settings. */
model?: string
/**
* Explicit environment entries layered over the subprocess seam's
* credential-scrubbed parent environment.
+3 -1
View File
@@ -2319,10 +2319,12 @@ export type ClaudeCodePermissionMode = typeof CLAUDE_CODE_PERMISSION_MODES[numbe
需要:`subagents` · `subprocess`
```ts config-catalog
/** Deployment-owned permission, environment, and process-release settings. */
/** Deployment-owned model, permission, environment, and process-release settings. */
export interface Config {
/** Provider name on `ctx.subagents` (default `codex`). */
providerName?: string
/** Native Codex model fixed for this instance; omitted to inherit Codex settings. */
model?: string
/**
* Explicit environment entries layered over the subprocess seam's
* credential-scrubbed parent environment.