Skip to content

Commit feec89d

Browse files
authored
Merge pull request #114 from nForma-AI/release/0.42.5
release: 0.42.5 — fix non-Mac quorum wiring (#108)
2 parents 9fa45a0 + 7cc38e4 commit feec89d

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to nForma will be documented in this file.
44

55
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [Unreleased]
8+
9+
## [0.42.5] - 2026-04-21
10+
11+
### Fixed
12+
- `fix(providers)`: remove duplicate ccr-1..ccr-6 entries with hardcoded `/opt/homebrew/bin/ccr` path — quorum wiring now works on Linux/WSL (#108)
13+
714
## [0.42.4] - 2026-04-21
815

916
### Added

docs/assets/terminal.svg

Lines changed: 1 addition & 1 deletion
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nforma.ai/nforma",
3-
"version": "0.42.4",
3+
"version": "0.42.5",
44
"description": "nForma — Multi-agent coding orchestrator with quorum consensus and formal verification (TLA+, Alloy, PRISM). Consensus before code, proof before production.",
55
"bin": {
66
"nforma": "bin/nforma-cli.js",

0 commit comments

Comments
 (0)