Skip to content

v0.16.3

Choose a tag to compare

@PleasePrompto PleasePrompto released this 29 Apr 08:11
· 73 commits to main since this release

ductor v0.16.3

Hotfix release for Windows Codex sessions and multi-transport async delivery.

TL;DR

  • Windows Codex prompt handling is fixed — ductor now uses Codex's explicit stdin marker, so Reading prompt from stdin no longer masks the real error path.
  • Stale Codex/Claude resume errors recover cleanly — missing rollout/thread-resume errors and Claude stderr-only resume failures now reach the existing session-reset retry logic.
  • Matrix async sub-agent replies keep their transport — async inter-agent results now carry tg/mx end-to-end, so Matrix-only and multi-transport setups inject and deliver through the right session.

Verification

  • pytest — 3674 passed
  • ruff check ductor_bot tests
  • mypy ductor_bot
  • git diff --check