@7n/llm-lib 2.7.6 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.8.0] - 2026-07-18
4
+
5
+ ### Added
6
+
7
+ - Дистрибуція napi-аддона `llm-cascade`: нові платформені пакети `@7n/llm-lib-darwin-arm64` і `@7n/llm-lib-linux-x64` (prebuilt `llm-cascade-napi.<triple>.node`, matrix-збірка в npm-publish) підключені як optionalDependencies — `runAcpAgent`/tiers/local_cloud працюють із реєстрового @7n/llm-lib без локальної cargo-збірки.
8
+
3
9
  ## [2.7.6] - 2026-07-18
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/llm-lib",
3
- "version": "2.7.6",
3
+ "version": "2.8.0",
4
4
  "description": "Тонкий шар роботи з LLM (локальні omlx + хмарні провайдери) поверх pi: model tiers, one-shot, agentic-раннери, write-guard, trace, telemetry, prompt-budget",
5
5
  "keywords": [
6
6
  "nitra",
@@ -52,6 +52,10 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
+ "optionalDependencies": {
56
+ "@7n/llm-lib-darwin-arm64": "2.8.0",
57
+ "@7n/llm-lib-linux-x64": "2.8.0"
58
+ },
55
59
  "peerDependencies": {
56
60
  "@earendil-works/pi-ai": "~0.80.2",
57
61
  "@earendil-works/pi-coding-agent": "~0.80.2"