Skip to content

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 13 Jun 07:42
· 9 commits to main since this release

What's changed

πŸ› Fix β€” more reliable Codex β†’ handoff-ds dispatch
Tuned the Codex subagent prompt so it reliably invokes handoff-ds. Before, it would occasionally fail to call the backend correctly.

✨ Improve β€” simpler dispatch flow
Dropped the handoff new middle step. codex/claude now pipe the prompt straight into handoff run via a heredoc, so launching a task is a single command:

handoff run --backend deepseek --slug fix-auth - <<'__HF_EOF__'
[prompt]
__HF_EOF__

🧰 Internal β€” skill docs stay in sync
handoff-ds/SKILL.md is now the single source of truth. make skills copies its body into the other backends' skill files, filling in the backend name at build time (no placeholders ever ship to the agent).

Full Changelog: v0.3.5...v0.3.6