Releases: dazuiba/handoff
v0.3.8
What's Changed
- fix: codex subagnet 过早结束(interrupted)
- fix: add encoding='utf-8' to all open() calls for Windows compatibility by @jmerriweather in #2
New Contributors
- @jmerriweather made their first contribution in #2
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Full Changelog: v0.3.6...v0.3.7
v0.3.6
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
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Full Changelog: v0.3.1...v0.3.4
Full Changelog: v0.3.1...v0.3.4
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.0...v0.3.0