Skip to content

v2.8.6

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:01
cec52a5

What's new

Fixes

  • Session resume follows the session's owner. Resuming a past session always launches the agent that created it. Agents without a resume capability now say so clearly instead of producing a broken command.
  • Headless agent calls work across every supported CLI. Team planning and workflow steps invoke each agent CLI with its own non-interactive form, so planning no longer stalls or fails on CLIs with different flags.
  • Cleaner startup for agents without transcripts. Husk now detects that such an agent has started answering and stops its delivery retries early.
  • Onboarding controls scope correctly. Theme and accent pickers in onboarding act only inside the onboarding overlay.

Under the hood

  • Tightened file handling in the file preview and in run transcript reading.

Release artifacts

Platform File
Linux AppImage husk-v2.8.6-linux-x86_64.AppImage
Linux (Debian / Ubuntu) husk-v2.8.6-linux-amd64.deb
Linux (Fedora / RHEL) husk-v2.8.6-linux-x86_64.rpm
macOS (Apple Silicon) husk-v2.8.6-mac-arm64.dmg · .zip
macOS (Intel) husk-v2.8.6-mac-x64.dmg · .zip
Windows husk-v2.8.6-win-x64.exe · .zip

Plus SHA256SUMS and auto-update metadata (latest*.yml).


Verifying a download

# Integrity (any platform with sha256sum / shasum)
sha256sum -c SHA256SUMS

# Sigstore build provenance (requires gh CLI 2.49+)
gh attestation verify <file> --repo DorShaer/Husk

Known limitations

  • macOS code signing is still pending an Apple Developer ID. See the README's macOS first launch section for the Gatekeeper bypass.