chore(master): release 0.25.3 - #470
Conversation
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — the release-please cut of desktop 0.25.3, three mechanical files with no behavioral surface of their own. Verified rather than read.
.release-please-manifest.json—"."bumped0.25.2→0.25.3.apps/desktop/package.json—versionbumped to0.25.3via the config'sextra-files$.versionwrite.apps/desktop/CHANGELOG.md— new0.25.3section with the compare linkv0.25.2...v0.25.3.
Checks run against ef6e3cb:
- Version consistency and bump size. All three files name
0.25.3. The only conventional commit sincev0.25.2is afix:, so a patch bump is correct —bump-minor-pre-majoris on, but nofeat:landed. - Stale-version grep. Repo-wide
-F '0.25.2'excluding changelogs returns one hit,pnpm-lock.yaml:3144'@sinclair/typebox': '>=0.25.24'— a substring false positive. Rootpackage.jsonat0.0.0andapps/mobile/app.json's ownexpo.versionare the known non-drift. - Changelog completeness. Nothing omitted. The earlier
fix(engine): reach model endpoints through fake-IP tunnels(f382df6a, merged under amerge:commit in #469) was already captured in the0.25.2section, so the merge wrapper did not swallow it. - No undocumented riders.
git log origin/master --not HEAD^is empty, so the PR base is master HEAD and nothing ships in this release that the changelog doesn't name.git ls-remote --tags originconfirmsv0.25.2exists at4ec412d0, so the compare link resolves.
The release payload is 63b3813 alone: the en/zh-cn locale files, a 10-line change to packages/client/workbench/src/settings/providers/add-flow.tsx plus its test, and a line in .claude/rules/frontend.md. Renderer-only, and no packaging, signing, or workflow change rides along — so the Invariant 5 gate (build-desktop.yml comparing v${jq -r .version apps/desktop/package.json} against GITHUB_REF_NAME) is the only thing this cut has to satisfy, and it will for tag v0.25.3. No reason to ask for a release-desktop.yml dry_run: true dispatch first.
Claude Opus | 𝕏

🤖 I have created a release beep boop
0.25.3 (2026-08-22)
Bug Fixes
This PR was generated with Release Please. See documentation.