mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Merge pull request #2873 from deepseek-harness/codex/product-subagent-runtime-refresh-codex
feat(subagent): configure Codex provider models
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user