Skip to content

Helmor v0.33.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:16
9cc4358

Minor Changes

  • #738 e50a005 Thanks @natllian! - Improve the Cursor agent:
    • Add Plan mode for Cursor — it drafts a read-only plan first and shows a plan-review card you can approve with "Implement" or send back with "Request changes", matching Claude.
    • Fix Cursor dropping image attachments, so it can now see images you paste or attach to a message.
  • #739 6cea31b Thanks @JRBusiness! - Add Windows (x64) support, so Helmor now installs and runs on Windows with its agents, terminals, and bundled CLIs.

Patch Changes

  • #751 e15011a Thanks @natllian! - Make the Plan toggle a simple read-only / full-access switch — outside plan mode, agents now run with full access instead of asking before each tool call.

  • #753 46e0c38 Thanks @natllian! - Keep the GitHub/GitLab Connect prompt stable once an account signs out: it now stays shown across workspace switches and window focus until you reconnect, and create / reopen surface it without spawning a doomed agent turn.

  • #754 52fb928 Thanks @natllian! - Fix the Stop button lagging on the first message of a new Codex, Cursor, or OpenCode session — pressing Stop now cancels the turn instantly instead of waiting for the agent to finish starting up.

  • #750 570f42c Thanks @natllian! - Make GitHub/GitLab sign-in checks lazy to cut background CLI churn:

    • Helmor no longer runs gh / glab auth status in the background on window focus and inspector refreshes.
    • Forge sign-in is now verified when you create, reopen, merge, or close a PR/MR; a signed-out account surfaces a Connect prompt at that point instead of failing silently.
  • #749 65e0dde Thanks @natllian! - Bring Helmor's plan review flow to OpenCode — plan mode now drafts a read-only plan you can Implement or request changes on, just like Claude and Codex.

  • #748 851d1a5 Thanks @natllian! - Fix the plan-mode keyboard shortcut so leaving plan mode returns to full-access mode (matching the Plan button), instead of switching to a mode that re-prompted for tool and MCP approvals.

  • #746 83f546f Thanks @natllian! - Fix OpenCode tool-approval cards showing an empty {} instead of the file or resource being approved, so read/skill/todo/shell approvals now display what the tool is about to act on.

  • #744 78df02b Thanks @natllian! - Polish the model picker in Providers settings:

    • Model search now uses plain text matching instead of fuzzy matching, so multi-word queries like "opencode go" return the models you expect.
    • Add an "Unselect all" button to clear every picked model at once.
    • Fix the Cursor model picker incorrectly showing each model as its own group.