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.6
# Windows (PowerShell)
$v="v0.8.6"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Features
- d099c89 feat: filter automated sessions from session list
Bug Fixes
- 35709cd fix: golangci-lint ignore-string-values must be array type
- cf5825b fix: suppress goconst for inline strings in CLI/TUI/data/platform
- 88f1c4e fix: use non-temp cwds in copilot test store for Linux CI
Full Changelog: v0.8.5...v0.8.6
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)