ivwumupy/dsh-better-codex-subagent ↗★ 0
dsh-better-codex-subagent
Codex 子代理提供商的无缝替代插件:将应用服务器流投影到 Harness 子会话中
AI 分析
核心用途是优化Codex在Web UI中的渲染,使其作为普通子代理展示。适合在DSH中使用Codex进行代码生成与执行,并希望获得更好可视化体验的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ivwumupy/dsh-better-codex-subagent说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
env | {} | Explicit child environment layered over the subprocess seam's credential-scrubbed parent environment. |
disposeGraceMs | 3000 | Positive finite grace in milliseconds, no greater than MAX_TIMER_DELAY_MS, between the shared process-tree owner's termination tiers. |
ephemeral | true | Thread lifetime passed to thread/start. false persists the Codex session under CODEX_HOME/sessions for a later codex resume; true keeps the base provider's ephemeral contract. |
- id: better-codex-subagent
name: 'dsh-better-codex-subagent'
config:
env:
OPENAI_API_KEY: !!js process.env.OPENAI_API_KEY
ephemeral: false
- id: tool-subagent-codex
name: '@deepseek-ai/dsh-tool-subagent'
config:
provider: codex
toolName: subagent_codex
maxDepth: provider-managed