v0.1.1 — the polish pass
What changed
This release is the polish pass before going public. Not much new — just the things other people would have stumbled on.
Fixed
- Install path now targets the official Codex skills directory (
~/.codex/skills). The previous path was one Codex never reads. - The install script now refuses catastrophic destinations.
install_skill.sh /is no longer a footgun. - Setup docs now distinguish the two ports: the
dsh webUI lives on 3080, the MCP bridge on 8090. - Added the Node.js requirement (
^22.19 || >=24) and the actual install command (npm install -g @deepseek-ai/dsh). - MCP tool names are pinned to
@chushixixin/dsh-harness-mcp-serverv0.1.x, with a note on what to re-check after upgrades.
Added
- Headless runs now keep a full worker transcript in a temp log — outside your workspace.
.env.exampletemplate.- CI now fails if the installer's safety guard is ever removed.
Unchanged
The one rule: a worker saying "done" is not evidence that the task is done. Codex still reviews the diff and runs the tests itself.
Feedback and small PRs are very welcome.