ivwumupy/dsh-better-codex-subagent
—
Install
## 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.
Add ivwumupy/dsh-better-codex-subagent to your DSH config (web profile) to enable.
README
Expand full README Collapse
README is empty.
tt-a1i/archify
zhu1090093659/dsh-web-ui
strukto-ai/mirage
liustack/modlens
omdsh-dev/DSH-better-sidebar
ccch1mneyyy/dsh-TUI
agentrq/agentrq
GanyuanRan/Aegis