Skip to content

Releases: ryanzhou/dsh-codex

Release list

v0.2.0

Choose a tag to compare

@ryanzhou ryanzhou released this 15 Aug 23:17

dsh-codex v0.2.0

This release completes the Codex unified-exec experience and adds native-backed planning and goal workflows.

Highlights

  • Replaces shell_command with Codex-compatible exec_command and write_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 /plan with Codex planning guidance and DSH’s native review/approval flow
  • Adds /goal with 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

Choose a tag to compare

@ryanzhou ryanzhou released this 15 Aug 08:34

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, and view_image tools
  • Grammar-constrained apply_patch calls 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