chore(master): release 2.3.1#124
Conversation
Greptile SummaryAutomated patch release PR generated by Release Please, bumping the package from
Confidence Score: 4/5Safe to merge; the only substantive changes are version numbers and a CHANGELOG prepend generated by automation. The three changed files are all release metadata — no runtime logic is touched. The duplicate CHANGELOG entry is cosmetic but worth a quick check to ensure the underlying git history doesn't contain a redundant commit. The release checklist gap (missing README/docs updates) may or may not matter depending on whether the fixed bugs affect documented capabilities. CHANGELOG.md — duplicate fix entry and missing companion doc updates per the release checklist.
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from 2.3.0 to 2.3.1 by Release Please automation — no issues. |
| package.json | Package version bumped from 2.3.0 to 2.3.1 — standard automated patch release change. |
| CHANGELOG.md | 2.3.1 section added; contains a duplicate entry for "eval: deduplicate blocked ContextBench rows" from two commits with identical messages, suggesting the same fix may have been applied twice in the git history. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Please Bot] --> B[Bump .release-please-manifest.json\n2.3.0 → 2.3.1]
A --> C[Bump package.json\nversion 2.3.0 → 2.3.1]
A --> D[Prepend CHANGELOG.md\nwith 2.3.1 section]
D --> E{Duplicate entry?\neval: deduplicate blocked\nContextBench rows}
E -->|Yes - 2 commits,\nsame message| F[⚠️ Verify commits\n99c9753 & c41e844\nare distinct]
E -->|No issue| G[✅ CHANGELOG OK]
B --> H[Merge to master]
C --> H
G --> H
F --> H
Reviews (1): Last reviewed commit: "chore(master): release 2.3.1" | Re-trigger Greptile
| * **eval:** preserve ContextBench executor model provenance ([867ac70](https://github.com/PatrickSys/codebase-context/commit/867ac700d98ad141ee180f6353784f9dab1f26fc)) | ||
| * **format:** format ContextBench harness sources ([b2fa208](https://github.com/PatrickSys/codebase-context/commit/b2fa208a4df0579bfdc41d8ffe2a74b2fae6e93e)) |
There was a problem hiding this comment.
Duplicate fix entry with identical commit message —
eval: deduplicate blocked ContextBench rows appears twice (commits 99c9753 and c41e844). Two separate commits carrying the exact same message suggests the patch was cherry-picked or applied a second time unintentionally. Worth confirming that both commits represent genuinely distinct changes; if one is a duplicate commit in the git history, the extra commit should be dropped before merging the release.
| # Changelog | ||
|
|
||
| ## [2.3.1](https://github.com/PatrickSys/codebase-context/compare/v2.3.0...v2.3.1) (2026-05-10) |
There was a problem hiding this comment.
Release checklist not fully satisfied —
AGENTS.md requires that README.md and docs/capabilities.md are updated before any version bump. This PR only touches CHANGELOG.md, package.json, and .release-please-manifest.json. If those documents contain capability or usage information that reflects the 2.3.1 bug fixes, they should be updated (or explicitly confirmed as needing no change) before the release is merged.
Context Used: AGENTS.md (source)
4c29a64 to
5656eaf
Compare
🤖 I have created a release beep boop
2.3.1 (2026-05-11)
Bug Fixes
This PR was generated with Release Please. See documentation.