From 4b7c553b0198d54f80e931084cd1754e13365b85 Mon Sep 17 00:00:00 2001 From: ruv Date: Wed, 16 Sep 2026 00:00:30 -0400 Subject: [PATCH] chore: release agentic-flow 2.1.3 Patch release consolidating this cycle's PR triage (see ADR-078): - Windows fix: onnxruntime-node is now lazy-loaded instead of loaded at module-import time, which crashed environments where the native binding can't load (#230, rebased from #155). - ESM __dirname polyfill for agentdb-cli.ts (#78). - agentic-jujutsu: jj bookmark migration for jj >=0.21 (#174), darwin-arm64 optional dependency (#160). - Fully-local (no API key) path fixes: PROXY_PORT threading, --provider ollama exclusion, ONNX model path centralization (#228). - SECURITY.md stub (#166), 32 new example applications (#62). No breaking changes, no public API changes. Co-Authored-By: RuFlo Claude-Session: https://claude.ai/code/session_01SjxUvZnyBdwtx4Y1jKAqt6 --- agentic-flow/package-lock.json | 73 +--------------------------------- agentic-flow/package.json | 2 +- 2 files changed, 3 insertions(+), 72 deletions(-) diff --git a/agentic-flow/package-lock.json b/agentic-flow/package-lock.json index 61eee17a7..911e3d0a4 100644 --- a/agentic-flow/package-lock.json +++ b/agentic-flow/package-lock.json @@ -1,12 +1,12 @@ { "name": "agentic-flow", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agentic-flow", - "version": "2.1.2", + "version": "2.1.3", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -910,9 +910,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -929,9 +926,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -948,9 +942,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -967,9 +958,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -986,9 +974,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1019,9 +1004,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1038,9 +1020,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1057,9 +1036,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1082,9 +1058,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1107,9 +1080,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1132,9 +1102,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1157,9 +1124,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1202,9 +1166,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1227,9 +1188,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -3528,9 +3486,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3547,9 +3502,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3654,9 +3606,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -8061,9 +8010,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -8080,9 +8026,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -8099,9 +8042,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -8118,9 +8058,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -8143,9 +8080,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -8168,9 +8102,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ diff --git a/agentic-flow/package.json b/agentic-flow/package.json index df9ccbcef..008094253 100644 --- a/agentic-flow/package.json +++ b/agentic-flow/package.json @@ -1,6 +1,6 @@ { "name": "agentic-flow", - "version": "2.1.2", + "version": "2.1.3", "description": "The agentic meta-harness — freeze the model, evolve the harness. An open runtime that routes each query to the cost-optimal model, evolves its own harness (planner/context/reviewer/retry/tool/memory/score policy) and autonomously repairs code, then orchestrates 66 specialized agents, 213 MCP tools, ReasoningBank memory, and multi-agent swarms on top. Built by @ruvnet on the Claude Agent SDK.", "type": "module", "main": "dist/index.js",