chore(master): release 0.26.1 - #476
Conversation
Greptile SummaryUpdates the desktop application release metadata for version 0.26.1.
Confidence Score: 5/5The release metadata changes appear safe to merge. The manifest, changelog, and authoritative desktop package version are aligned at 0.26.1, with no missing coordinated release update or concrete failure identified.
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Advances the tracked release version to 0.26.1, aligned with the desktop package. |
| apps/desktop/CHANGELOG.md | Adds an internally consistent 0.26.1 release entry describing the included bug fix. |
| apps/desktop/package.json | Bumps the desktop package version to 0.26.1 for packaging and release automation. |
Reviews (1): 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 | 𝕏

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