Helmor v0.34.0
Minor Changes
-
#771
2c4e311Thanks @dohooo! - Add Claude Fable 5 support:- Fable 5 (1M context) now sits at the top of the Claude Code model list. Opus 4.8 stays the app default — Fable 5 uses limits about 2× faster.
- Upgrade the bundled Claude Code CLI to 2.1.170.
-
#773
3eb477aThanks @dohooo! - Add a "Clean up archived workspaces" action in Settings → General that permanently deletes all archived workspaces and compacts the database to free up disk space.
Patch Changes
-
#762
96ec646Thanks @dohooo! - Move the Update button to the bottom-right of the left sidebar, on the same row as the Settings and Feedback buttons. -
#775
81a0955Thanks @natllian! - Fix auto-closed action sessions hijacking your selection — completing an action in a background workspace no longer switches you away from the workspace you're viewing or leaves it with no session selected. -
#774
aa25401Thanks @natllian! - Fix the composer's text cursor disappearing when you arrow back down through input history to your in-progress draft. -
#767
2f7d8cbThanks @natllian! - Cursor now retries transient network failures (Cursor's API occasionally resets the connection) instead of failing the turn, and a dropped connection no longer crashes the Cursor worker with "Cursor worker exited unexpectedly". -
#765
7e9ec54Thanks @natllian! - Fix Cursor tool calls (running shell commands, editing files, searching) failing — Cursor would chat normally but every tool call came back empty, as if its shell produced no output. Cursor now runs on a bundled Node runtime instead of Bun, which resolves it. -
#755
036bcdbThanks @natllian! - Fix a leak where OpenCode server processes could pile up over time — Helmor now reliably shuts them down and clears any left orphaned by a previous run. -
#760
11585d9Thanks @dohooo! - Fix auto-archiving untouched triage workspaces that have no Git HEAD yet. -
#758
c5fcda6Thanks @dohooo! - Refactor navigation to TanStack Router, with snappier rapid workspace switching and two memory-leak fixes.