@7n/llm-lib 2.8.2 → 2.8.4
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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.8.4] - 2026-07-22
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- doc_comments rollout: header-JSDoc у vitest.config
|
|
8
|
+
|
|
9
|
+
## [2.8.3] - 2026-07-19
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- fix(acp): тихий прогрес ACP-подій за замовчуванням (без raw_input/raw_output тулзів і потокенний thought-стрім не логується); повний Debug — через N_LLM_ACP_VERBOSE=1
|
|
14
|
+
|
|
3
15
|
## [2.8.2] - 2026-07-19
|
|
4
16
|
|
|
5
17
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7n/llm-lib",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.4",
|
|
4
4
|
"description": "Тонкий шар роботи з LLM (локальні omlx + хмарні провайдери) поверх pi: model tiers, one-shot, agentic-раннери, write-guard, trace, telemetry, prompt-budget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nitra",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
|
-
"@7n/llm-lib-darwin-arm64": "2.8.
|
|
57
|
-
"@7n/llm-lib-linux-x64": "2.8.
|
|
56
|
+
"@7n/llm-lib-darwin-arm64": "2.8.4",
|
|
57
|
+
"@7n/llm-lib-linux-x64": "2.8.4"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@earendil-works/pi-ai": "~0.80.10",
|