Releases: ryanzhou/dsh-codex
Releases · ryanzhou/dsh-codex
Release list
v0.2.0
dsh-codex v0.2.0
This release completes the Codex unified-exec experience and adds native-backed planning and goal workflows.
Highlights
- Replaces
shell_commandwith Codex-compatibleexec_commandandwrite_stdin - Supports yielded background sessions, output polling, cancellation, and interactive PTY input
- Renders unified-exec calls using DSH’s native Bash UI
- Shows only live processes in the background-terminal control
- Adds
/planwith Codex planning guidance and DSH’s native review/approval flow - Adds
/goalwith DSH’s persistent goal state and continuation lifecycle - Fixes a startup race while registering native Bash tool views
Upgrade note
shell_command has been removed from the Codex tool surface in favor of exec_command and write_stdin.
Version 0.2.0 targets DSH 0.1.0-rc.6 and pi-ai 0.82.1. Restart DSH after updating the plugin.
Full changelog: v0.1.0...v0.2.0
v0.1.0
dsh-codex v0.1.0
Initial release of a Codex-style agent mode for DeepSeek Harness.
Highlights
- Codex-shaped
apply_patch,shell_command,update_plan,request_user_input, andview_imagetools - Grammar-constrained
apply_patchcalls on supported GPT-5+ routes - Codex-style system instructions and tool presentation
- Native DSH sandboxing, approvals, planning, attachments, and session behavior
- Automatic and manual context compaction