Skip to content

chore(master): release 1.10.0#79

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
release-please--branches--master--components--codebase-context
Open

chore(master): release 1.10.0#79
github-actions[bot] wants to merge 1 commit intomasterfrom
release-please--branches--master--components--codebase-context

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 25, 2026

🤖 I have created a release beep boop

1.10.0 (2026-03-26)

Features

  • add HTTP transport mode alongside stdio (8e97d0f)
  • add HTTP transport mode and server config file support (3c8c273)
  • add server config file support for pre-registering projects (08539c6)
  • HTTP transport mode (--http flag) (c9bf17f)

Bug Fixes

  • config: reject empty roots and invalid ports (912e6f6)
  • deps: patch picomatch audit path (c637bf5)
  • guard against unhandled rejections and resource leaks in HTTP transport (e031a56)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link

greptile-apps bot commented Mar 25, 2026

Greptile Summary

This is an automated Release Please PR bumping codebase-context from v1.9.0 to v1.10.0. It covers three mechanical changes — version in package.json, .release-please-manifest.json, and a new CHANGELOG.md section — to publish the HTTP transport mode (--http flag) that was already merged into master via PR #78.

Key observations:

  • All three file changes are correct and consistent (1.9.0 → 1.10.0 everywhere).
  • The CHANGELOG.md includes two feature entries for what is effectively one HTTP-transport feature; the second entry (c9bf17f) is the merge-commit of PR feat: HTTP transport mode (--http flag) #78 being picked up as a conventional commit, which is redundant.
  • README.md and docs/capabilities.md have not been updated to document the new --http flag. The AGENTS.md release checklist explicitly requires both files to be updated before any version bump. This is the one actionable item before merging.

Confidence Score: 4/5

  • Safe to merge after updating README.md and docs/capabilities.md with the new --http flag documentation.
  • All version bumps are consistent and correct across the three changed files. The only blocker is a missing doc update required by the AGENTS.md release checklist — a targeted, low-risk fix that doesn't touch any logic.
  • No files in the PR changeset need special attention; the gap is in README.md and docs/capabilities.md which are outside this PR's diff.

Important Files Changed

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]
Loading

Reviews (1): Last reviewed commit: "chore(master): release 1.10.0" | Re-trigger Greptile

Comment on lines +24 to +27
### 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))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Duplicate feature entries for HTTP transport

Two separate ### Features entries exist for what is effectively the same capability:

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
Comment on lines +21 to +32
## [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))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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)

@github-actions github-actions bot force-pushed the release-please--branches--master--components--codebase-context branch from f4c596e to 31654f8 Compare March 26, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants