@7n/llm-lib 2.9.2 → 2.9.3

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.9.3] - 2026-07-26
4
+
5
+ ### Fixed
6
+
7
+ - ACP transport очищає успадкований `npm_config_package` для вкладеного `npx`, щоб Codex і Pi агенти запускалися з `npm exec --package`.
8
+
3
9
  ## [2.9.2] - 2026-07-26
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/llm-lib",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "Тонкий шар роботи з LLM (локальні omlx + хмарні провайдери) поверх pi: model tiers, one-shot, agentic-раннери, write-guard, trace, telemetry, prompt-budget",
5
5
  "keywords": [
6
6
  "nitra",
@@ -55,8 +55,8 @@
55
55
  "access": "public"
56
56
  },
57
57
  "optionalDependencies": {
58
- "@7n/llm-lib-darwin-arm64": "2.9.2",
59
- "@7n/llm-lib-linux-x64": "2.9.2"
58
+ "@7n/llm-lib-darwin-arm64": "2.9.3",
59
+ "@7n/llm-lib-linux-x64": "2.9.3"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@earendil-works/pi-ai": "~0.80.10",