What's new
Background agents
- Agents a chat starts are visible. A chat can send agents off to work on their own. The topbar now shows how many are running and how many are waiting on you, so you find them without having to know the feature exists. It stays quiet when there are none.
- Open an agent and keep talking. Press
Alt+A, pick an agent, and land in its conversation. Agents still running attach to their live session; finished ones reopen from their transcript. - Tell them apart at a glance. Agents inherit the title of the chat that started them, so the switcher groups them by state (needs you, running, finished) and shows what each one is doing right now, how long it has been going, and which is blocked on your input.
- Agents sit under the chat that started them. The Sessions list groups them under their parent chat instead of listing them beside it, so one conversation is one row again.
Model display
- The status panel names the model you selected. It reads your configured model rather than inferring one from whichever transcript happened to be newest, so a resumed chat no longer reports a model it is not running.
- Long context is its own entry. The long-context tier now appears as a distinct, selectable model in the orchestrator picker, with the same name and description shape as every other row.
Files and Autopilot
- One cursor in Files. Mouse and keyboard share a single cursor across the tree, the search list and the preview, arrow keys move between all three panes, and Escape backs out.
- Autopilot separates work from context. The usage headline reports the quantity its cap actually measures, and the context each agent loads before starting is counted and named separately.
Release artifacts
| Platform | File |
|---|---|
| Linux AppImage | husk-v2.10.1-linux-x86_64.AppImage |
| Linux (Debian / Ubuntu) | husk-v2.10.1-linux-amd64.deb |
| Linux (Fedora / RHEL) | husk-v2.10.1-linux-x86_64.rpm |
| macOS (Apple Silicon) | husk-v2.10.1-mac-arm64.dmg · .zip |
| macOS (Intel) | husk-v2.10.1-mac-x64.dmg · .zip |
| Windows | husk-v2.10.1-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/HuskKnown limitations
- macOS code signing is still pending an Apple Developer ID. See the README's macOS first launch section for the Gatekeeper bypass.
- Background agents are available for agent tools that expose them. Tools without an agent concept show nothing rather than an empty panel.