chore(master): release 0.25.0 - #457
Conversation
|
Your Claude subscription has hit its usage limit. It resets at 12:30am (UTC). Re-trigger Pullfrog after the reset, or add an Add repo secret → · Model settings → · Setup docs → · Ask in Discord →
|
49f1452 to
bb33939
Compare
|
the model provider had a temporary upstream failure. The provider refused or dropped the request mid-run — nothing in your repo or your credentials is at fault. Re-trigger Pullfrog; if it keeps happening, check the provider's status page.
|
bb33939 to
7a211f8
Compare
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — no prior pullfrog review existed on this PR, so 7a211f8 got a full verification pass. release-please recut the branch: the previous head (bb33939) cut 0.24.1 as a patch, then feat(providers) #459 landed on master and the whole cut was regenerated as a 0.25.0 minor.
- Recut the version to
0.25.0—.release-please-manifest.jsonandapps/desktop/package.jsonboth move0.24.0→0.25.0. The bump size is right: afeat:underbump-minor-pre-major: true(release-please-config.json:14) yields a minor on a pre-1.0 version, so the abandoned0.24.1patch was correctly superseded. - Rebased the changelog entry — the new heading compares
v0.24.0...v0.25.0(the last actually-released tag, not the abandonedv0.24.1) and lists all three commits landed sincead72021d(release 0.24.0):feat(providers)#459,fix(release)#448,fix(workbench)#458. - Verified no drift and no undocumented riders — zero repo hits for
0.24.1anywhere (nothing half-wrote the abandoned cut) and zero non-CHANGELOG hits for0.24.0.git log origin/master --not HEAD^is empty, so the base is master HEAD, and there are no hidden-type (chore/ci/build) commits in the range that would ship invisibly. The version/tag gate at.github/workflows/build-desktop.yml:232is satisfied byv0.25.0. - Traced the one rider that touches release machinery —
fix(release)#448 reworked.github/scripts/brand-matrix.cjsandrelease-brand-matrix.yml(alegacyDestinationR2 route plus a gate requiring the exactrefs/tags/v<version>ref). It cannot affect this tag:release-brand-matrix.ymlisworkflow_dispatch-only, the tag push runsrelease-desktop.ymlwhich syncs to a hardcodeds3://linkcode-releases/desktop/without reading a brand matrix, and the only committed matrix (code-561-pilot.json) declares nolegacyDestination. The gate itself compares the full ref form (brand-matrix.cjs:378-384) and is unit-covered in both directions (brand-matrix.test.mjs:332-341), so it is not the silent off-by-a-prefix class of bug. It simply stays unexercised end-to-end until someone dispatches the brand matrix with an entry that uses it.
Claude Opus | 𝕏
7a211f8 to
e987e6b
Compare
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — the delta against the prior review of 7a211f8 is a single regenerated changelog line; .release-please-manifest.json and apps/desktop/package.json are byte-identical to the state already verified.
- Documented one new rider —
fix(workbench): hide disabled harnesses from new tasks(#460,03a6b01) landed on master after the previous cut and now appears under Bug Fixes (apps/desktop/CHANGELOG.md:14). It touches only renderer/workbench/presentation-UI files and their tests (desktop-shell.tsx,workbench.tsx,new-session-surface.tsx,shell-frame.tsx,model-options.ts) — nothing under.github/workflows/or.github/scripts/— so it cannot change how this release is built, signed, or published. - Held the version at
0.25.0— correct: afix:landing on top of an already-minor cut does not escalate the bump. All three files still agree on0.25.0, the compare link still readsv0.24.0...v0.25.0, and the repo has zero non-changelog hits for0.24.0or the abandoned0.24.1. - Re-confirmed no undocumented riders —
git log origin/master --not HEAD^is empty, so the base is master HEAD. All four commits sincead72021d(release 0.24.0) appear in the changelog, and none are hidden-type (chore/ci/build) commits that would ship invisibly. The version/tag gate at.github/workflows/build-desktop.yml:232remains satisfied byv0.25.0.
Claude Opus | 𝕏
|
🤖 Created releases: 🌻 |

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