Reviewed commits since last release.
UnderstandAdded missing changelog entries.
EditConfirmed changelog completeness.
VerifyCommitted and pushed updates.
CleanupAudit changelog entries for all commits since the last release.
Find the last release tag:
git tag --sort=-version:refname | head -1List all commits since that tag:
git log <tag>..HEAD --onelineRead each package's [Unreleased] section:
For each commit, check:
git show <hash> --stat)Description ([#N](url) by [@user](url))Cross-package duplication rule:
Changes in ai, agent or tui that affect end users should be duplicated to coding-agent changelog, since coding-agent is the user-facing package that depends on them.
Report:
Sections (in order):
### Breaking Changes - API changes requiring migration### Added - New features### Changed - Changes to existing functionality### Fixed - Bug fixes### Removed - Removed featuresAttribution:
Fixed foo ([#123](https://github.com/badlogic/pi-mono/issues/123))Added bar ([#456](https://github.com/badlogic/pi-mono/pull/456) by [@user](https://github.com/user))Now let me read the [Unreleased] sections from each changelog:
Let me check the details of a few commits that need clarification:
Let me check if web-ui has a CHANGELOG:
Commits analyzed: 27 (since v0.49.2) Skipped: 8 (test-only, docs-only, chore, housekeeping) With entries: 17 Missing entries: 2
| Commit | Package(s) | Description |
|---|---|---|
f39ec4d7 | coding-agent | feat(extensions): add antigravity-image-gen example (#893) |
b712d1ca | ai, web-ui | fix(ai, web-ui): browser compatibility for pi-ai (#873) |
All tui changes that affect end users are properly duplicated to coding-agent. ✅
Adding the missing entries:
Done. Added 3 missing changelog entries:
| Package | Entry |
|---|---|
| coding-agent | Added antigravity-image-gen.ts example extension for AI image generation via Google Antigravity (#893 by @benvargas) |
| ai | Browser compatibility for pi-ai: replaced top-level Node.js imports with dynamic imports for browser environments (#873) |
| web-ui | Updated tsgo to 7.0.0-dev.20260120.1 for decorator support (#873) |
commit and push
Pushed ccf6db63 to main.
git tag --sort=-version:refname | head -1git log <tag>..HEAD --oneline