Skip to content

Releases: dazuiba/handoff

v0.3.8

19 Jun 11:44

Choose a tag to compare

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

Full Changelog: v0.3.7...v0.3.8

v0.3.7

14 Jun 11:33

Choose a tag to compare

Full Changelog: v0.3.6...v0.3.7

v0.3.6

13 Jun 07:42

Choose a tag to compare

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

12 Jun 23:26

Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Jun 09:00

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.4

Full Changelog: v0.3.1...v0.3.4

v0.3.1

11 Jun 05:28

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Jun 03:08

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Jun 15:08

Choose a tag to compare

Homebrew 发布首版:支持 brew install dazuiba/tap/ds-cli

改动

  • Python 版本约束改为 >=3.10(兼容 dataclass(slots=True))
  • Homebrew 安装检测和适配(update/install 命令)
  • README 加入 Homebrew 安装说明