v0.2.0 - AI session handoff workflow
Highlights
- Add managed AI CLI sessions with ai-session.
- Add shared-memory handoffs with ai-handoff.
- Support session backends for tmux, Windows Terminal, PowerShell windows, and printable fallback commands.
- Add shell wrappers for PowerShell, cmd.exe, Bash/Zsh, and fish.
- Update English, Simplified Chinese, and Traditional Chinese documentation.
Example
PowerShell:
ai-session start claude --backend wt
ai-session start opencode-openrouter --backend print --arg=--debug
ai-session list
ai-handoff claude "Review the current Codex work and look for regressions."
Validation
- Python py_compile passed.
- Skill quick_validate passed.
- Secret audit passed with no obvious findings.
- Session smoke test passed with print backend, handoff memory write, and session cleanup.
See CHANGELOG.md for the full list.