Minor Changes
-
#944
76b21adThanks @dohooo! - Add Claude Opus 5 to the Claude Code model picker and make it the default:- Opus 5 replaces Opus 4.8 in the default model set, with all five effort levels and fast mode support.
- Opus 4.8 stays in the catalog and can be re-enabled from Settings, without disrupting existing sessions that use it.
Patch Changes
-
#940
c76cba7Thanks @dohooo! - Update bundled Claude Code, Codex, Cursor, OpenCode, and Kimi agents to their latest stable releases. -
#939
deda300Thanks @dalkommatt! - Let run scripts declare their own URL for the Open menu by printinghelmor:url=<URL>on a line of their own — useful for reverse-proxy dev setups (portless, Caddy, ngrok, Tailscale Funnel) where Helmor's sniffedlocalhost:PORTbanners are ephemeral ports that aren't reachable through the proxy. Declared URLs accept any host and fully replace the sniffed ones.