ivwumupy/dsh-better-codex-subagent0

dsh-better-codex-subagent

Drop-in replacement for the Codex subagent provider that projects the app-server stream into a harness child session, so Codex runs render as ordinary subagents in the Web UI

AI Analysis

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

Package
dsh-better-codex-subagent
Version
0.1.0
Last updated
Aug 15, 2026

Install

$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