Conversation
Greptile SummaryThis is an automated Release Please PR bumping Key observations:
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from 1.9.0 to 1.10.0 — purely mechanical change by Release Please. |
| CHANGELOG.md | Adds the 1.10.0 section; two separate feature entries exist for what appears to be a single HTTP-transport feature (potentially duplicative), but no blocking issues. |
| package.json | Version bumped from 1.9.0 to 1.10.0; hono dependency and related pnpm overrides were already present from the feature branch merge. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Please bot\ndetects feat/fix commits] --> B[Generates release PR\nchore: release 1.10.0]
B --> C{PR merged?}
C -- Yes --> D[package.json\nversion: 1.10.0]
C -- Yes --> E[.release-please-manifest.json\n1.10.0]
C -- Yes --> F[CHANGELOG.md\nadds 1.10.0 section]
D & E & F --> G[npm publish\ncodebase-context@1.10.0]
G --> H[New --http flag available\nHTTP transport mode\nalongside stdio]
Reviews (1): Last reviewed commit: "chore(master): release 1.10.0" | Re-trigger Greptile
| ### Features | ||
|
|
||
| * add HTTP transport mode alongside stdio ([8e97d0f](https://github.com/PatrickSys/codebase-context/commit/8e97d0f115c8b5e0b4f2a7f0f1ddcf2d996fe7a0)) | ||
| * HTTP transport mode (--http flag) ([c9bf17f](https://github.com/PatrickSys/codebase-context/commit/c9bf17f59cdd07b86d0a047cccb1aec2f735195e)) |
There was a problem hiding this comment.
Duplicate feature entries for HTTP transport
Two separate ### Features entries exist for what is effectively the same capability:
add HTTP transport mode alongside stdio(8e97d0f)HTTP transport mode (--http flag)(c9bf17f — which is actually the merge commit of PR feat: HTTP transport mode (--http flag) #78, not a feature commit)
Release Please picked up the PR merge commit as a second entry. This is cosmetic, but it adds noise for users reading the changelog. Consider squashing these into one entry (or using a PR title that doesn't trigger a second conventional-commit parse) on future transport-related work.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
CHANGELOG.md
Outdated
| ## [1.10.0](https://github.com/PatrickSys/codebase-context/compare/v1.9.0...v1.10.0) (2026-03-25) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * add HTTP transport mode alongside stdio ([8e97d0f](https://github.com/PatrickSys/codebase-context/commit/8e97d0f115c8b5e0b4f2a7f0f1ddcf2d996fe7a0)) | ||
| * HTTP transport mode (--http flag) ([c9bf17f](https://github.com/PatrickSys/codebase-context/commit/c9bf17f59cdd07b86d0a047cccb1aec2f735195e)) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * guard against unhandled rejections and resource leaks in HTTP transport ([e031a56](https://github.com/PatrickSys/codebase-context/commit/e031a56a1fa7a1c18424c5c6d01d2c9cbd03955d)) |
There was a problem hiding this comment.
Release checklist: README.md and docs/capabilities.md not updated
AGENTS.md defines a non-negotiable release checklist:
Before any version bump: update
CHANGELOG.md,README.md,docs/capabilities.md. Run full test suite.
Neither README.md nor docs/capabilities.md currently mention the new --http flag or the HTTP transport mode (verified by grepping both files). The feature commits (8e97d0f, e031a56) only touched src/ files — the docs were never updated.
Before merging this release PR, the HTTP transport mode should be documented in both README.md and docs/capabilities.md to satisfy the release checklist.
Context Used: AGENTS.md (source)
f4c596e to
31654f8
Compare
🤖 I have created a release beep boop
1.10.0 (2026-03-26)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.