Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.8.0
# Windows (PowerShell)
$v="v0.8.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Features
- 100085f feat(tui): add session work detection with plan parsing and git state analysis (#32)
- 12a0408 feat(tui): add shift+arrow multi-select for sessions (#33)
- 976c531 feat: default conversation sort to newest-first (descending)
Bug Fixes
- a68503b fix: MQ quality gate fixes — symlink safety, parser feedback loop, blocking I/O, preflight race guard
- cb80fe2 fix: code review and MQ quality gate fixes for v0.8.0
- 832092e fix: widen install strip and align clone block layout
Other
Full Changelog: v0.6.0...v0.8.0
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)