This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdds first‑class OpenAI Codex support and clarifies privacy policy.
Full changelog
Patch release that resyncs npm + ClawHub + the repo and adds first-class OpenAI Codex support.
Added
- OpenAI Codex integration — project-scoped
.codex/config.tomlregisters the Network-AI MCP server (stdio) for the Codex CLI and IDE extension. One-command install:
New "Use with OpenAI Codex" section in the README and a Codex block in QUICKSTART.codex mcp add network-ai -- npx -y -p network-ai network-ai-server --stdio PRIVACY.md— explicit privacy policy: no data collection, no telemetry (opt-in BYOT only), no call-home; all state is stored in local files the operator controls.
Fixed
- CI npm publish race — the publish job now serializes per tag ref (
concurrency) and treats a 403 as success when the version already exists on the registry, eliminating the E403 that occurred when two tag runs published the same version concurrently. package.jsonmetadata — removed the leading./from the fourbinpaths and setrepository.urlto thegit+https://…form to silence npm publish warnings.
Changed
- Version bump 5.12.0 → 5.12.1 across
package.json,skill.json,openapi.yaml, the README release badge, the Claude Code plugin manifests, and documentation headers. - Corrected stale test counts to 3,269 tests across 33 suites.
- Sharper Claude Code plugin descriptions in the plugin + marketplace manifests.
Install: npm install [email protected] · Published to npm with provenance.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Jovancoding/Network-AI
Multi-agent orchestration MCP server with race-condition-safe shared blackboard. 20+ MCP tools: blackboard read/write, agent spawn/stop, FSM transitions, budget tracking, token management, and audit log query. `npx network-ai-server --port 3001`.
Related context
Beta — feedback welcome: [email protected]