@7n/test 0.16.3 → 0.16.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.
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
+ ## [0.16.4] - 2026-07-19
4
+
5
+ ### Fixed
6
+
7
+ - Оновлено @7n/llm-lib до 2.8.2 і @earendil-works/pi-coding-agent до ^0.80.10 — фіксить getRegistry() для нового auth-API pi (nitra/7n-rules#139), розблоковує gpt-5.6-* моделі для callText/callAgent (LLM-мутанти, класифікатор survived-мутантів, coverage --fix агент)
8
+
3
9
  ## [0.16.3] - 2026-07-18
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/test",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "CLI-утиліта @7n/test",
5
5
  "keywords": [
6
6
  "7n",
@@ -39,8 +39,8 @@
39
39
  "test": "vitest run"
40
40
  },
41
41
  "dependencies": {
42
- "@7n/llm-lib": "^2.7.6",
43
- "@earendil-works/pi-coding-agent": "^0.80.3",
42
+ "@7n/llm-lib": "^2.8.2",
43
+ "@earendil-works/pi-coding-agent": "^0.80.10",
44
44
  "@nitra/check-env": "^4.2.1",
45
45
  "@vitest/coverage-v8": "^4.1.9",
46
46
  "rollup": "^4.62.2",