Skip to content

Helmor v0.34.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 11:18
b34981a

Minor Changes

  • #771 2c4e311 Thanks @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 3eb477a Thanks @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 96ec646 Thanks @dohooo! - Move the Update button to the bottom-right of the left sidebar, on the same row as the Settings and Feedback buttons.

  • #775 81a0955 Thanks @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 aa25401 Thanks @natllian! - Fix the composer's text cursor disappearing when you arrow back down through input history to your in-progress draft.

  • #767 2f7d8cb Thanks @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 7e9ec54 Thanks @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 036bcdb Thanks @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 11585d9 Thanks @dohooo! - Fix auto-archiving untouched triage workspaces that have no Git HEAD yet.

  • #758 c5fcda6 Thanks @dohooo! - Refactor navigation to TanStack Router, with snappier rapid workspace switching and two memory-leak fixes.