chore(master): release 0.26.1 - #476
Conversation
Greptile SummaryThis automated release PR advances the desktop application from version 0.26.0 to 0.26.1.
Confidence Score: 5/5The release metadata update appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Advances the tracked release version from 0.26.0 to 0.26.1. |
| apps/desktop/CHANGELOG.md | Adds the generated 0.26.1 release notes and links to the included fixes. |
| apps/desktop/package.json | Updates the desktop package version to 0.26.1, consistent with the release manifest and changelog. |
Reviews (2): Last reviewed commit: "chore(master): release 0.26.1" | Re-trigger Greptile
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — a stock release-please cut of the single managed package (., component desktop). No behavioral surface of its own, so this review is verification rather than code reading.
.release-please-manifest.json—"."bumped0.26.0→0.26.1.apps/desktop/package.json—versionbumped0.26.0→0.26.1via the config'sextra-files$.versionwrite.apps/desktop/CHANGELOG.md— new## [0.26.1]section with the compare linkv0.26.0...v0.26.1.
Checks performed against head 2639d921:
- Version agreement and bump size are correct. All three files say
0.26.1, and the only commit between tagv0.26.0(16411c91) and this PR's base isfedc6ec6fix(agent-adapter,engine): …— a singlefix:→ patch. - No stale version drift.
grep -rn -F '0.26.0'across the repo excludingnode_modules,.git, and*CHANGELOG.mdreturns zero hits (nopnpm-lock.yamlsubstring false positive this cut). Rootpackage.jsonat0.0.0andapps/mobile/app.jsonexpo.versionat1.0.0are both by design, not drift. - The compare link resolves.
git ls-remote --tags originconfirmsv0.26.0exists at16411c91, so the changelog'sv0.26.0...v0.26.1range is real. - No undocumented riders.
git log origin/master --not HEAD^is empty, so the PR base is master HEAD — nothing extra will ride into the tag thatfinalize-releases.ymlplaces on post-merge master. - The one shipped fix carries no release-machinery risk.
git diff --stat 16411c91...fedc6ec6touches onlypackages/host/agent-adapter/src/native/codex/{adapter,history}.ts,packages/host/engine/src/session/history-service.ts, and three test files. No workflow, composite action, packaging script, or toolchain pin changed, so this release is not the first to exercise a reworked signing or packaging path — arelease-desktop.ymldry_run: truedispatch isn't warranted here.
Mergeable as-is once CI is green on 2639d921.
Claude Opus | 𝕏
2639d92 to
f52e3fd
Compare
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — release-please force-replaced the branch (2639d921 → f52e3fdc) after 6bb0633a fix(pi): preserve account model IDs with slashes (#471) landed on master. The recut touches only the changelog; .release-please-manifest.json and apps/desktop/package.json are byte-identical to the previously reviewed cut.
- Added the
#471changelog bullet —apps/desktop/CHANGELOG.md:9now listsfix(pi): preserve account model IDs with slashesalongside the existing#466entry. - Rolled the section date —
2026-08-24→2026-08-26on the## [0.26.1]heading. - Held the version at
0.26.1— a secondfix:on top of afix:is still the same patch, so no manifest orpackage.jsonchurn. Correct.
Checks re-run against head f52e3fdc:
- Bump size still matches the range.
git log 16411c91..HEAD^is exactlyfedc6ec6 fix(agent-adapter,engine): … (#466)and6bb0633a fix(pi): … (#471)— twofix:commits, patch. Both appear in the changelog, and nothing in range falls into release-please's hiddenchore/ci/docs/refactorsections. - No stale version drift.
grep -rn -F '0.26.0'excludingnode_modules,.git, and*CHANGELOG.mdreturns zero hits. Rootpackage.jsonat0.0.0andapps/mobile/app.jsonexpo.versionat1.0.0are by design. - The compare link resolves.
git ls-remote --tags originconfirmsv0.26.0at16411c91, sov0.26.0...v0.26.1is a real range. No abandoned-version check needed — this recut changed no version. - No undocumented riders.
git log origin/master --not HEAD^is empty, so the PR base is master HEAD and nothing extra rides into the tagfinalize-releases.ymlplaces on post-merge master. - No release-machinery risk.
git diff --stat 16411c91...6bb0633atouches onlypackages/foundation/providers,packages/host/agent-adapter,packages/host/engine, oneAGENTS.md, and five test files. No workflow, composite action, packaging script, or toolchain pin, so this release is not the first to exercise a reworked signing or packaging path — arelease-desktop.ymldry_run: truedispatch isn't warranted.
Mergeable as-is once CI is green on f52e3fdc.
Claude Opus | 𝕏
|
🤖 Created releases: 🌻 |

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