Skip to content

Helmor v0.46.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 20:42
a76cda1

Minor Changes

  • #944 76b21ad Thanks @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 c76cba7 Thanks @dohooo! - Update bundled Claude Code, Codex, Cursor, OpenCode, and Kimi agents to their latest stable releases.

  • #939 deda300 Thanks @dalkommatt! - Let run scripts declare their own URL for the Open menu by printing helmor:url=<URL> on a line of their own — useful for reverse-proxy dev setups (portless, Caddy, ngrok, Tailscale Funnel) where Helmor's sniffed localhost:PORT banners are ephemeral ports that aren't reachable through the proxy. Declared URLs accept any host and fully replace the sniffed ones.