Skip to content

chore: bump server + plugin to v4.4.0 (Phase 6 release)#172

Merged
thebtf merged 1 commit into
mainfrom
chore/bump-v4.4.0
Apr 15, 2026
Merged

chore: bump server + plugin to v4.4.0 (Phase 6 release)#172
thebtf merged 1 commit into
mainfrom
chore/bump-v4.4.0

Conversation

@thebtf
Copy link
Copy Markdown
Owner

@thebtf thebtf commented Apr 15, 2026

What

Bumps the unified engram-server + plugin version from v4.3.0 → v4.4.0 per Constitution §15.

Why

Phase 6 release ceremony for the v4.4.0 train. All 5 preceding PRs have already merged to main:

Phase PR Title Landed
B-1 #167 Phase B-1 plumbing tenant (loom integration) f011e22
2 #168 obs.MeterFor() helper + loom OTel wiring b3dc577
3 #169 4 loom_* MCP tools + CLI worker with allowlist ff57fec
4 #170 gRPC proto extensions + soft-delete + reaper d324f01
5 #171 daemon serverevents bridge for real OnProjectRemoved e2e b340017

Per Constitution §15 the daemon version and plugin version move together as a single release unit. Without the plugin.json bump, Claude Code plugin cache would serve stale files on /reload-plugins and the marketplace would not detect the update.

Changes

  • cmd/engram/main.godaemonVersion constant "v4.3.0" → "v4.4.0"
  • plugin/engram/.claude-plugin/plugin.json"version": "4.3.0" → "4.4.0"

No behaviour change, no test change. Full ceremony continues after merge:

  1. git tag v4.4.0
  2. gh release create v4.4.0 --title "v4.4.0" --notes-file docs/release-notes/v4.4.0.md
  3. Sync thebtf/engram-marketplace so the plugin index picks up the new version.

Phase 6 release ceremony for the v4.4.0 train. Bumps the unified
engram-server + plugin version after the 5-PR train completed:

  #167 — Phase B-1 plumbing tenant (loom integration)
  #168 — Phase 2 obs.MeterFor helper + loom OTel wiring
  #169 — Phase 3 4 loom_* tools + CLI worker with allowlist
  #170 — Phase 4 server-side gRPC proto extensions + soft-delete reaper
  #171 — Phase 5 daemon serverevents bridge for real OnProjectRemoved e2e

Per Constitution §15 the daemon version and plugin version must move
together, so this commit bumps:

  - cmd/engram/main.go daemonVersion "v4.3.0" → "v4.4.0"
    Reported to gRPC Initialize + logged in structured output.
  - plugin/engram/.claude-plugin/plugin.json version "4.3.0" → "4.4.0"
    Drives Claude Code plugin cache invalidation on /reload-plugins.
    Without this bump the marketplace update would not be detected.

No behaviour change, no test change. Release notes + git tag + gh
release + marketplace sync land in subsequent steps.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 15, 2026

Warning

Rate limit exceeded

@thebtf has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 20 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 4 minutes and 20 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 64e1362e-515c-41b7-a5d9-cef242fe8399

📥 Commits

Reviewing files that changed from the base of the PR and between b340017 and 17f6584.

📒 Files selected for processing (2)
  • cmd/engram/main.go
  • plugin/engram/.claude-plugin/plugin.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-v4.4.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the engram daemon and plugin from v4.3.0 to v4.4.0. Feedback was provided regarding stale version references in documentation and comments that were not updated as part of this change.

Comment thread cmd/engram/main.go
// daemonVersion is the string reported to gRPC Initialize and used in
// structured logs. Tracks Constitution §15 unified engram + plugin version.
const daemonVersion = "v4.3.0"
const daemonVersion = "v4.4.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The version bump to v4.4.0 is correct, but it leaves several stale version references in the documentation and comments. Specifically, the package documentation at the top of this file (lines 1 and 7) and the comments in cmd/engram/wiring.go (line 19) still refer to v4.3.0. Additionally, the comment on line 83 regarding named-pipe support being deferred to v4.4.0 should be updated as this is now the current version.

@thebtf thebtf merged commit ea47bfc into main Apr 15, 2026
8 checks passed
@thebtf thebtf deleted the chore/bump-v4.4.0 branch April 15, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant