Skip to content

Commit be7b556

Browse files
author
jovanSAPFIONEER
committed
chore: bump version to 5.12.0 — Claude Code plugin support
Adds Claude Code plugin install path (self-hosted marketplace) and bumps 5.11.0 -> 5.12.0 across package.json, skill.json, openapi.yaml, README badge, CHANGELOG, security policy (both copies), and documentation headers. README + QUICKSTART document /plugin marketplace add Jovancoding/Network-AI.
1 parent 09946a7 commit be7b556

19 files changed

Lines changed: 70 additions & 18 deletions

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "Network-AI — multi-agent orchestration framework exposed as a Claude Code plugin.",
9-
"version": "5.11.0"
9+
"version": "5.12.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "network-ai",
1414
"source": "./",
1515
"description": "Multi-agent orchestration for Claude Code — shared blackboard state, permission gating, federated budgets, audit trails, and 29 framework adapters, exposed as MCP tools.",
16-
"version": "5.11.0",
16+
"version": "5.12.0",
1717
"author": {
1818
"name": "OpenClaw Community",
1919
"url": "https://github.com/Jovancoding/Network-AI"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "network-ai",
33
"description": "Multi-agent orchestration for Claude Code — shared blackboard state, permission gating, federated budgets, audit trails, and 29 framework adapters, exposed as MCP tools.",
4-
"version": "5.11.0",
4+
"version": "5.12.0",
55
"author": {
66
"name": "OpenClaw Community",
77
"url": "https://github.com/Jovancoding/Network-AI"

.github/SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
|---------|-----------|
7-
| 5.11.x | ✅ Yes — full support (current) |
7+
| 5.12.x | ✅ Yes — full support (current) |
8+
| 5.11.x | ✅ Security fixes only |
89
| 5.10.x | ✅ Security fixes only |
910
| 5.9.x | ✅ Security fixes only |
1011
| 5.8.x | ✅ Security fixes only |

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project Overview
44

5-
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination (v5.11.0). 3,269 tests across 33 suites.
5+
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination (v5.12.0). 3,269 tests across 33 suites.
66

77
## Architecture
88

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Architecture
22

3-
Network-AI v5.11.0 — TypeScript/Node.js multi-agent orchestrator with 29 adapters, 3,206 tests, 72+ modules.
3+
Network-AI v5.12.0 — TypeScript/Node.js multi-agent orchestrator with 29 adapters, 3,269 tests, 72+ modules.
44

55
## The Multi-Agent Race Condition Problem
66

AUDIT_LOG_SCHEMA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Audit Log Schema — Network-AI v5.11.0
1+
# Audit Log Schema — Network-AI v5.12.0
22

33
Network-AI writes a JSONL audit trail during permission management and swarm execution. This document describes every field and event type.
44

BENCHMARKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks & Performance
22

3-
> Performance data for Network-AI v5.11.0 deployments. Your swarm is only as fast as the backend it calls — this page helps you choose the right setup.
3+
> Performance data for Network-AI v5.12.0 deployments. Your swarm is only as fast as the backend it calls — this page helps you choose the right setup.
44
55
## BlackboardValidator Throughput
66

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to Network-AI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.12.0] - 2026-06-17
9+
10+
### Added
11+
- **Claude Code plugin** — Network-AI can now be installed as a [Claude Code](https://code.claude.com) plugin. New manifests wire the existing `network-ai-server` MCP server (stdio transport) into Claude Code so every Network-AI tool (`blackboard_read`, `budget_status`, `audit_query`, `token_create`, …) loads automatically:
12+
- `.claude-plugin/plugin.json` — plugin manifest (name, version, author, repository, license, keywords).
13+
- `.mcp.json` — registers `npx -y -p network-ai network-ai-server --stdio` as a stdio MCP server (the `-p network-ai` selector resolves the binary because the bin name differs from the package name).
14+
- `.claude-plugin/marketplace.json` — self-hosted marketplace catalog listing `network-ai` with `source: "./"`. Users add it with `/plugin marketplace add Jovancoding/Network-AI`, then install via `/plugin install network-ai@network-ai`**zero approval required**.
15+
- Both manifests pass `claude plugin validate` (Claude Code CLI v2.1.179).
16+
17+
### Changed
18+
- Version bump 5.11.0 → 5.12.0 across `package.json`, `skill.json`, `openapi.yaml`, README release badge, and documentation headers (ARCHITECTURE, BENCHMARKS, AUDIT_LOG_SCHEMA, INTEGRATION_GUIDE, references/adapter-system, SKILL, CLAUDE, CODEX, copilot-instructions).
19+
- `SECURITY.md` / `.github/SECURITY.md` supported versions — 5.12.x is now the fully supported release; 5.11.x receives security fixes only.
20+
821
## [5.11.0] - 2026-06-13
922

1023
### Added

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is read automatically by Claude Code when working in this repository.
44

55
## Project Overview
66

7-
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination. Version 5.11.0.
7+
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination. Version 5.12.0.
88

99
## Build & Test Commands
1010

CODEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is read automatically by OpenAI Codex CLI when working in this reposit
44

55
## Project Overview
66

7-
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination. Version 5.11.0.
7+
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination. Version 5.12.0.
88

99
## Build & Test Commands
1010

0 commit comments

Comments
 (0)