Skip to content

v5.12.0 — Claude Code plugin support

Choose a tag to compare

@Jovancoding Jovancoding released this 17 Jun 19:08
· 10 commits to main since this release

What's changed

Added

  • Claude Code plugin — Network-AI is now installable as a Claude Code plugin. The existing network-ai-server MCP 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