chore(master): release 0.30.1 - #528
Open
arcbox-labs[bot] wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — a release-please cut for the desktop component, the repo's only release-please package. Three mechanical files, no behavioral surface of its own, so this review is verification rather than code reading.
- Version bump to
0.30.1—.release-please-manifest.jsonandapps/desktop/package.jsonboth move0.30.0→0.30.1. - Changelog entry — a new
0.30.1section dated 2026-09-09 listing the single shipped fix.
Verification performed, all passing:
- Version consistency — all three files name
0.30.1. Grepping for0.30.1outside CHANGELOGs returns exactly the manifest andapps/desktop/package.json, so nothing half-wrote the bump. Grepping for the old0.30.0outside CHANGELOGs returns zero hits — no drift. - Bump size — exactly one commit since
v0.30.0(da9c0673):41087da fix(workbench): skip the catalog of an uninstalled harness (#527). A lonefix:correctly yields a patch bump. - Changelog completeness — that one
fix:is the one entry; nothing is being suppressed by release-please's defaultchangelog-sections. - No undocumented riders —
git log --oneline origin/master --not HEAD^is empty, proving the PR base is master HEAD, so the tagged tree will match what the changelog describes. - Compare link resolves —
v0.30.0exists on the remote atda9c0673, which is itself therelease 0.30.0commit, sov0.30.0...v0.30.1is valid. - No new release machinery —
git diff --stat da9c0673...HEAD^touches onlypackages/client/workbench/src/surface/use-agent-catalogs.tsand its__tests__sibling. No workflow, composite action, packaging script, or toolchain pin moved, so this release exercises no code path a prior signed build hasn't, and arelease-desktop.ymldry_run: truedispatch isn't warranted here.
The shipped fix lives in packages/client/workbench, which is shared rather than platform-scoped, so the desktop artifact genuinely benefits from this cut.
Claude Opus | 𝕏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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