Helmor v0.33.0
Minor Changes
- #738
e50a005Thanks @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
6cea31bThanks @JRBusiness! - Add Windows (x64) support, so Helmor now installs and runs on Windows with its agents, terminals, and bundled CLIs.
Patch Changes
-
#751
e15011aThanks @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
46e0c38Thanks @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
52fb928Thanks @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
570f42cThanks @natllian! - Make GitHub/GitLab sign-in checks lazy to cut background CLI churn:- Helmor no longer runs
gh/glab auth statusin 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.
- Helmor no longer runs
-
#749
65e0ddeThanks @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
851d1a5Thanks @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
83f546fThanks @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
78df02bThanks @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.