This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded Claude Code plugin integration for Network‑AI tools.
Full changelog
What's changed
Added
- Claude Code plugin — Network-AI is now installable as a Claude Code plugin. The existing
network-ai-serverMCP server (stdio transport) wires in automatically, so every Network-AI tool (blackboard_read,budget_status,audit_query,token_create, …) loads as a native Claude Code tool.
Install (zero approval — self-hosted marketplace):
/plugin marketplace add Jovancoding/Network-AI
/plugin install network-ai@network-ai
New files at the repo root:
.claude-plugin/plugin.json— plugin manifest.mcp.json— registers the MCP server (npx -y -p network-ai network-ai-server --stdio).claude-plugin/marketplace.json— self-hosted marketplace catalog
Both manifests pass claude plugin validate.
Changed
- Version bump 5.11.0 → 5.12.0 across
package.json,skill.json,openapi.yaml, README badge, and documentation. - Security policy: 5.12.x is now the fully supported release; 5.11.x receives security fixes only.
Full changelog: https://github.com/Jovancoding/Network-AI/blob/main/CHANGELOG.md
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]