Skip to content

v0.2.0

Latest

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