Conversation
Bumps every surface check-versions.mjs enumerates - package.json, the plugin manifest, the nine component packages, the cli and gui workspaces, the lockfile, and the two inventory fields - and regenerates the inventory at the measured total of 3,133 tests. The release carries the Windows issue sweep (#109, #131, #132, #133, #134) and the memory/recall sweep (#135 through #144).
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dff95d19d9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "codexclaw", | ||
| "version": "0.2.24", | ||
| "version": "0.2.25", |
There was a problem hiding this comment.
Cut the 0.2.25 changelog section with the version bump
When this release-preparation commit is published as 0.2.25, the package and manifest will advertise the new release while CHANGELOG.md still keeps the shipped changes under [Unreleased] and its comparison link remains v0.2.24...HEAD. This makes 0.2.25 appear undocumented and causes future Unreleased comparisons to include already-released commits; move the current entries into a dated [0.2.25] section and advance the Unreleased comparison base as part of this bump.
Useful? React with 👍 / 👎.
Release preparation for 0.2.25, following
docs-site/src/content/docs/development/release.md.What this carries
Everything already promoted in #161 — the Windows issue sweep (#109, #131, #132, #133, #134) and the memory/recall sweep (#135–#144) — plus the version surfaces that #161 did not touch.
Version surfaces
check-versions.mjs 0.2.25reports OK — every surface declares 0.2.25:package.json,package-lock.jsonplugins/codexclaw/.codex-plugin/plugin.json→0.2.25+codex.20260911171412cliandplugins/codexclaw/gui(bumped in every prior release commit, thoughcheck-versionsdoes not enumerate them)inventory.plugin.packageVersionandinventory.plugin.manifestVersionThe inventory was regenerated with
inventory.mjs --write --tests 3133. Per the release doc the count comes from thetestsline of a real run, notpass: the local suite reportstests 3133, andpassis environment-dependent.Evidence on the exact commit
dff95d19is green on all three lanes the release gate reads by SHA:Next step after this merges: run the Release workflow against
mainwithversion=0.2.25andexpected_shaset to the merge commit.