chore(release): 0.44.0#194
Conversation
- Bump version to 0.44.0 - Sync package-lock.json - Regenerate terminal.svg - CHANGELOG entry for 0.44.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
WalkthroughThis PR bumps the package version from 0.43.1 to 0.44.0 and adds a comprehensive changelog entry documenting the new release, including new skills, quorum reliability features, auto-install improvements for ChangesVersion 0.44.0 Release Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 3: Update the milestone semver in package.json by changing the "version"
field value from "0.44.0" to the milestone format "0.44" and make the
corresponding changelog heading in CHANGELOG.md match that same "0.44" string so
both files use milestone-based semver consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 3252c100-1242-421c-a50c-43457271cfa7
⛔ Files ignored due to path filters (2)
docs/assets/terminal.svgis excluded by!**/*.svgpackage-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (2)
CHANGELOG.mdpackage.json
There was a problem hiding this comment.
Pull request overview
Prepares the 0.44.0 stable release by bumping published package versions and updating release artifacts/notes to reflect the “Quorum reliability & provider resolution hardening” work that landed since 0.43.1.
Changes:
- Bump
@nforma.ai/nformaversion to0.44.0inpackage.jsonandpackage-lock.json. - Add a reconstructed
## [0.44.0]release entry toCHANGELOG.md. - Regenerate
docs/assets/terminal.svgto embedv0.44.0.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates published package version to 0.44.0. |
| package-lock.json | Syncs lockfile version metadata to 0.44.0. |
| docs/assets/terminal.svg | Updates embedded terminal banner version text to v0.44.0. |
| CHANGELOG.md | Adds reconstructed 0.44.0 release notes and reconciles prior references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Release 0.44.0 — Quorum reliability & provider resolution hardening
Stable release prepared manually (CHANGELOG required reconstruction — ~26 PRs merged since 0.43.1, only 4 previously logged).
Verified locally before push
package.jsonbumped to 0.44.0package-lock.jsonsynced (npm install --package-lock-only) — version matches## [0.44.0]entry — full reconstruction across Added/Changed/Fixed/Removedterminal.svgregenerated (embeds v0.44.0)npm ci --ignore-scripts— lockfile integrity OKbuild:hooks&&build:machinescheck:assetslint:isolationtest:ci— 1668/1668 pass, 0 failHighlights
/nf:pr-resolveskill — bot-thread evaluation + autonomous merge (feat(pr-resolve): intelligent bot thread evaluation #160, feat(skills): worktree cleanliness pre-flight + nf:pr-resolve skill #181)min_live_votersfloor (feat(quorum): add min_live_voters floor for thin-consensus safety #192), empirical score-delta calibration (Scoreboard score deltas (+5/-3) hand-tuned, drift from empirical signal-to-noise #175)mainToolfallback acrosscall-quorum-slot,unified-mcp-server,probe-quorum-slots(fix(mcp/install): resolve CLI from mainTool when cli is null; self-heal mainTool #161, fix(quorum): resolve CLI from mainTool when cli is null (call-quorum-slot) #164, fix(quorum): backport CLI fallback to probe-quorum-slots #180, fix(quorum): replace truthy gate in detectInstalledProviders #183, fix(mcp): guard unified-mcp-server spawn target against null CLI #193)providers.jsonpath consolidation onto canonical~/.claude/nf-bin/(fix: consolidate providers.json to nf-bin/ path (closes #167) #186, closes Consolidatenf-bin/andnf/bin/providers.json paths #167)After merge
CI (
release.yml) will: test → tagv0.44.0→ create GitHub Release → publish to npm@latest→ align@nextdist-tag to 0.44.0 (both tags land on 0.44.0).🤖 Generated with Claude Code
Summary by CodeRabbit
Release v0.44.0
New Features
uvfor simplified setupImprovements
Bug Fixes