Skip to content

Commit 8492bf2

Browse files
author
jovanSAPFIONEER
committed
v4.12.1 — include socket.json in npm tarball, fix CodeQL #92-#94
1 parent 4872cf3 commit 8492bf2

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [4.12.1] - 2026-04-01
9+
10+
### Fixed
11+
- Include `socket.json` in npm tarball so Socket.dev respects supply-chain-risk ignores
12+
- Resolved CodeQL #92-#94: unused variable/function in `lib/adapter-hooks.ts` and `test-phase7.ts`
13+
814
## [4.12.0] - 2026-04-01
915

1016
### Added

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
blackboard coordination, parallel agent spawning, and permission gating
77
via AuthGuardian. Requires the companion MCP server:
88
`npm install -g network-ai && npx network-ai-server --port 3001`
9-
version: 4.12.0
9+
version: 4.12.1
1010
license:
1111
name: MIT
1212
url: https://github.com/Jovancoding/Network-AI/blob/main/LICENSE

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-ai",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "AI agent orchestration framework for TypeScript/Node.js - 17 adapters (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, A2A, Codex, MiniMax, NemoClaw, APS + streaming variants). Built-in CLI, security, swarm intelligence, real-time streaming, and agentic workflow patterns.",
55
"homepage": "https://network-ai.org",
66
"main": "dist/index.js",
@@ -106,6 +106,7 @@
106106
"bin/",
107107
"types/",
108108
"scripts/",
109+
"socket.json",
109110
"README.md",
110111
"QUICKSTART.md",
111112
"INTEGRATION_GUIDE.md",

skill.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwarmOrchestrator",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "Local Python orchestration skill: multi-agent workflows via shared blackboard file, permission gating, token budget scripts, and persistent project context. The bundled Python scripts make no network calls and have zero third-party dependencies. Workflow delegations via the host platform's sessions_send may invoke external model APIs.",
55
"author": "Network-AI Community",
66
"homepage": "https://network-ai.org",

0 commit comments

Comments
 (0)