github jongio/dispatch v0.10.8

latest release: v0.10.9
3 hours ago

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.10.8

# Windows (PowerShell)
$v="v0.10.8"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Changelog

Bug Fixes

  • 309291c fix(ci): pin golangci-lint version, enable cross-compile on pushes, add coverage threshold
  • 1813540 fix(security): add size limit to GitHub API response decoding
  • 3a25da7 fix(tests): remove trivial constant-value tests
  • 15a3556 fix: improve ChronicleReindex output matching reliability
  • 4fb5819 fix: rename errorString to testError to satisfy errname linter
  • 7192359 fix: use syncSessionListStatuses in deep search and AI session handlers

Other

  • 1eb8bc4 merge: #105 architecture fixes into integration
  • 325545b merge: #106 code quality fixes into integration
  • 5b6a77b merge: #108 idiomatic code fixes into integration
  • 91eab62 merge: #110 quality audit fixes into integration
  • 0281366 merge: #111+#112 CI improvements into integration
  • ee0c738 merge: #113 code smell fixes into integration
  • f5a9ca4 merge: #114 test health improvements into integration
  • 192c2b5 perf+quality: optimize session queries and improve test quality (#125)
  • f3be222 refactor: add closeRows helper to eliminate nolint:errcheck
  • eb83b84 refactor: add context.Context parameter to Maintain()
  • cd57769 refactor: add sdkContext helper for copilot SDK operations
  • cc4bc82 refactor: decouple copilot from data via SessionQuerier interface
  • 80840f1 refactor: encapsulate sub-component status syncing in Model methods
  • f8ce3ac refactor: extract applySessionFilters/applyGroupFilters helpers
  • c9e7063 refactor: move ColorScheme type from styles to config package
  • c45327c refactor: move Version to internal/version package
  • 7d1dcb1 refactor: remove 4 dead functions and update allowlist
  • b5f4274 refactor: replace FormatInt wrapper with direct strconv.Itoa calls
  • 18a7e15 refactor: replace time.Sleep with timer+select in waitForLog
  • 8a4a817 refactor: use typed SQLite errors instead of string matching in store.go
  • 6706170 swarm: resolve 4 issues (#105, #106, #108, #110)
  • adaa0aa swarm: resolve 4 issues (#111, #112, #113, #114)

Full Changelog: v0.10.6...v0.10.8

Contributors

Thanks to the following people for their contributions to this release:

  • Copilot (@Copilot)
  • Jon Gallant (@jongio)

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.