Skip to content

chore(master): release 0.25.0 - #457

Merged
lucas77778 merged 1 commit into
masterfrom
release-please--branches--master--components--desktop
Aug 20, 2026
Merged

chore(master): release 0.25.0#457
lucas77778 merged 1 commit into
masterfrom
release-please--branches--master--components--desktop

Conversation

@arcbox-labs

@arcbox-labs arcbox-labs Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.25.0 (2026-08-20)

Features

  • providers: allow ordering accounts and selecting default models (#459) (e57e4ab)

Bug Fixes

  • release: preserve reviewed legacy destinations (#448) (4e710cd)
  • workbench: hide disabled harnesses from new tasks (#460) (03a6b01)
  • workbench: require models when adding providers (#458) (41c4fde)

This PR was generated with Release Please. See documentation.

@pullfrog

pullfrog Bot commented Aug 18, 2026

Copy link
Copy Markdown

Your Claude subscription has hit its usage limit. It resets at 12:30am (UTC). Re-trigger Pullfrog after the reset, or add an ANTHROPIC_API_KEY repo secret — Pullfrog routes around an exhausted subscription automatically when one is present.

Add repo secret → · Model settings → · Setup docs → · Ask in Discord →

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Claude Opus𝕏

@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--desktop branch from 49f1452 to bb33939 Compare August 20, 2026 06:41
@pullfrog

pullfrog Bot commented Aug 20, 2026

Copy link
Copy Markdown

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.

API Error: 529 Overloaded. This is a server-side issue, usually temporary — try again in a moment. If it persists, check status.claude.com.

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Claude Opus𝕏

@arcbox-labs arcbox-labs Bot changed the title chore(master): release 0.24.1 chore(master): release 0.25.0 Aug 20, 2026
@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--desktop branch from bb33939 to 7a211f8 Compare August 20, 2026 07:45

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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.json and apps/desktop/package.json both move 0.24.00.25.0. The bump size is right: a feat: under bump-minor-pre-major: true (release-please-config.json:14) yields a minor on a pre-1.0 version, so the abandoned 0.24.1 patch was correctly superseded.
  • Rebased the changelog entry — the new heading compares v0.24.0...v0.25.0 (the last actually-released tag, not the abandoned v0.24.1) and lists all three commits landed since ad72021d (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.1 anywhere (nothing half-wrote the abandoned cut) and zero non-CHANGELOG hits for 0.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:232 is satisfied by v0.25.0.
  • Traced the one rider that touches release machineryfix(release) #448 reworked .github/scripts/brand-matrix.cjs and release-brand-matrix.yml (a legacyDestination R2 route plus a gate requiring the exact refs/tags/v<version> ref). It cannot affect this tag: release-brand-matrix.yml is workflow_dispatch-only, the tag push runs release-desktop.yml which syncs to a hardcoded s3://linkcode-releases/desktop/ without reading a brand matrix, and the only committed matrix (code-561-pilot.json) declares no legacyDestination. 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.

Pullfrog  | View workflow run | Using Claude Opus𝕏

@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--desktop branch from 7a211f8 to e987e6b Compare August 20, 2026 13:33

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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 riderfix(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: a fix: landing on top of an already-minor cut does not escalate the bump. All three files still agree on 0.25.0, the compare link still reads v0.24.0...v0.25.0, and the repo has zero non-changelog hits for 0.24.0 or the abandoned 0.24.1.
  • Re-confirmed no undocumented ridersgit log origin/master --not HEAD^ is empty, so the base is master HEAD. All four commits since ad72021d (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:232 remains satisfied by v0.25.0.

Pullfrog  | View workflow run | Using Claude Opus𝕏

@lucas77778
lucas77778 self-requested a review August 20, 2026 13:38
@lucas77778
lucas77778 merged commit eac65e8 into master Aug 20, 2026
12 checks passed
@lucas77778
lucas77778 deleted the release-please--branches--master--components--desktop branch August 20, 2026 13:39
@arcbox-labs

arcbox-labs Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant