ivwumupy/dsh-better-codex-subagent

安装

## Background execution

One-shot background execution works for the `codex` provider: the tool row
just needs `enableRunInBackground` unset or `true` (the default). The model
can then pass `run_in_background: true`, which starts the Codex run as a
background job that returns a job id immediately; `job_output` collects the
final answer and `job_kill` cancels. The projection session is the job's
child session, so the Web UI still renders the running and settled subagent
transcript. `backgroundMode` must stay `one-shot` (the default): the `codex`
provider has no `prepareContinuable` capability, and a `continuable` tool row
fails at mount.

## Installation

The package is a dsh **bundle**: its manifest declares
`dsh.bundle` with a patch layer (`cordis.patch.yml`) that mounts the provider,
so `dsh plugin` installs it as a bundle into a profile. The package ships
prebuilt (`lib/types/*.js` ESM + declarations) plus the source and declares
its harness packages as peer dependencies, so it loads wherever the harness
packages are already present — a dsh profile, for example, resolves them from
the installed dsh runtime.

ivwumupy/dsh-better-codex-subagent 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。