Releases: Jovancoding/Network-AI
Releases · Jovancoding/Network-AI
v4.11.2 - Fix ClawHub scanner bundle leaks
Full Changelog: v4.11.1...v4.11.2
v4.11.1 - Fix ClawHub scanner suspicious flag
Full Changelog: v4.11.0...v4.11.1
v4.11.0 — QA Orchestrator Agent
What's New
- QAOrchestratorAgent — coordination layer on top of QualityGateAgent + ComplianceMonitor
- Scenario replay — define and re-run quality check scenarios
- Feedback loops — automated retry with routing (approve/reject/quarantine/retry)
- Regression tracking — snapshot-based before/after quality comparison
- Contradiction detection — cross-agent boolean and error-vs-success conflict detection
- 67 new tests (1,684 total across 21 suites)
- Updated all documentation, OpenAPI spec, claude-tools.json
Files Changed
- \lib/qa-orchestrator.ts\ (new)
- \ est-qa.ts\ (new)
- 19 updated files
v4.10.5 - clean skill bundle of all Node.js references
Fixed
- Removed OPENAI_API_KEY from skill.json and SKILL.md (scanner flagged optional-but-unused as odd)
- Removed Node.js CLI section from SKILL.md (scanner saw Node.js references as inconsistent with Python-only bundle)
- Replaced TypeScript/Node.js example in context_manager stack section with Python values
- Removed dangling appendix link reference
All 1,617 tests pass across 20 suites.
v4.10.4 - fix ClawHub scanner scope mismatch
Fixed
- Reworded skill description and scope to accurately state that bundled Python scripts make no network calls while platform sessions_send delegations may invoke external model APIs (fixes ClawHub scanner scope mismatch finding)
- Removed Node.js companion appendix from SKILL.md to eliminate networked-component references from the skill bundle
- Updated network_calls metadata to accurately describe platform delegation behavior
All 1,617 tests pass across 20 suites.
v4.10.3 - website update and ClawHub scanner fix
Changed
- Website badge and homepage now point to https://network-ai.org/
- Simplified skill.json description - removed all Node.js/TypeScript references that caused ClawHub scanner to flag the skill as suspicious
- Removed optional_node_server section, Node-only env vars, and framework adapter references from skill.json
- Cleaned up SKILL.md frontmatter to match the simplified manifest
- Reduced tags to only reflect Python skill capabilities
All 1,617 tests pass across 20 suites.
v4.10.2 — fix Socket network-access warning
Fixed
Lazy-load node:http and node:https in the MCP SSE transport so importing the package no longer triggers Socket.dev Network access at the top level.
Removed top-level node:url import (uses global URL available in Node 18+).
All 1,617 tests pass across 20 suites.
v4.10.1 - sponsor metadata and Socket cleanup
What's New
- Added GitHub Sponsors metadata via
.github/FUNDING.ymland the npmfundingfield - Added a sponsor badge to the README project badges
- Rebuilt
dist/so the published package matches the current source tree, including APS compiled output
Fixes
- Removed
socket.jsonfrom the npm package payload to reduce false-positive scanner surface - Reworded dangerous-code detector explanations so the shipped package no longer carries literal
eval()references - Renamed QUICKSTART fan-out/fan-in example keys from
eval:*toreview:*to avoid unnecessary scanner noise in packaged docs - Updated
socket.jsonto document APS network access alongside the existing adapter and transport allowlist
See the changelog for the full release history.
v4.10.0 — APS adapter, 1,617 tests, docs overhaul
What's New
- APS adapter — Agent Permission Service adapter (17th adapter), maps delegation chains to AuthGuardian trust levels
- 1,617 tests across 20 suites (0 failures)
- Comprehensive docs overhaul — all 16+ docs updated with correct counts and versions
- Cleanup — removed unused demo source files
See CHANGELOG.md for details.
v4.9.1 — Diagram cleanup & NemoClaw demo
Patch release — documentation cleanup.
Changed
- Simplified architecture diagrams — removed
ProjectContextManagerfrom mermaid charts in README and ARCHITECTURE.md (it's a standalone Python helper, not a runtime component); added note below each diagram linking to its full documentation - Added NemoClaw sandbox swarm demo video to README alongside existing demo entries
- Updated AuthGuardian and audit log labels in diagrams to reflect HMAC / Ed25519 signing