ivwumupy/dsh-better-codex-subagent0

dsh-better-codex-subagent

Codex 子代理提供商的无缝替代插件:将应用服务器流投影到 Harness 子会话中

AI 分析

核心用途是优化Codex在Web UI中的渲染,使其作为普通子代理展示。适合在DSH中使用Codex进行代码生成与执行,并希望获得更好可视化体验的用户。

套件
dsh-better-codex-subagent
版本
0.1.0
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ivwumupy/dsh-better-codex-subagent

Configuration

KeyDefaultMeaning
env{}Explicit child environment layered over the subprocess seam's credential-scrubbed parent environment.
disposeGraceMs3000Positive finite grace in milliseconds, no greater than MAX_TIMER_DELAY_MS, between the shared process-tree owner's termination tiers.
ephemeraltrueThread 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