Skip to content

Commit 6fb22a3

Browse files
chore(release): version packages
1 parent deda300 commit 6fb22a3

10 files changed

Lines changed: 34 additions & 33 deletions

File tree

.announcements/opus-5.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/add-opus-5-model.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/bump-bundled-agents.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/run-script-declared-url.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.46.0
4+
5+
### Minor Changes
6+
7+
- [#944](https://github.com/dohooo/helmor/pull/944) [`76b21ad`](https://github.com/dohooo/helmor/commit/76b21ad74ffafc5263fb70704705ab5e68937460) Thanks [@dohooo](https://github.com/dohooo)! - Add Claude Opus 5 to the Claude Code model picker and make it the default:
8+
9+
- Opus 5 replaces Opus 4.8 in the default model set, with all five effort levels and fast mode support.
10+
- Opus 4.8 stays in the catalog and can be re-enabled from Settings, without disrupting existing sessions that use it.
11+
12+
### Patch Changes
13+
14+
- [#940](https://github.com/dohooo/helmor/pull/940) [`c76cba7`](https://github.com/dohooo/helmor/commit/c76cba76db6c693713f03d605685c5db89fd0c92) Thanks [@dohooo](https://github.com/dohooo)! - Update bundled Claude Code, Codex, Cursor, OpenCode, and Kimi agents to their latest stable releases.
15+
16+
- [#939](https://github.com/dohooo/helmor/pull/939) [`deda300`](https://github.com/dohooo/helmor/commit/deda300926acadf8a00688875d01872f006be94c) Thanks [@dalkommatt](https://github.com/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.
17+
318
## 0.45.2
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "helmor",
33
"description": "The local-first IDE for coding agent orchestration.",
44
"private": true,
5-
"version": "0.45.2",
5+
"version": "0.46.0",
66
"packageManager": "bun@1.3.2",
77
"type": "module",
88
"workspaces": [

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helmor"
3-
version = "0.45.2"
3+
version = "0.46.0"
44
description = "The local-first IDE for coding agent orchestration."
55
authors = ["Caspian Zhao", "Nathan Lian"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Helmor",
4-
"version": "0.45.2",
4+
"version": "0.46.0",
55
"identifier": "ai.helmor.desktop",
66
"build": {
77
"beforeDevCommand": "bun x vite",

src/features/announcements/release-announcement-catalog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"_readme": "AUTO-GENERATED from .announcements during `bun run release:version`. Each item is one released version's in-app announcement. Do not edit released entries by hand.",
33
"items": [
4+
{
5+
"releaseVersion": "0.46.0",
6+
"items": [
7+
{
8+
"text": "Claude Opus 5 is now the default Claude model. If you've customized which models appear in the picker, enable it in Settings — Opus 4.8 stays available there too.",
9+
"action": {
10+
"label": "Open Models",
11+
"value": {
12+
"type": "openSettings",
13+
"section": "model"
14+
}
15+
}
16+
}
17+
]
18+
},
419
{
520
"releaseVersion": "0.45.0",
621
"items": [

0 commit comments

Comments
 (0)