@7n/llm-lib 2.5.1 → 2.6.1

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.6.1] - 2026-07-13
4
+
5
+ ### Changed
6
+
7
+ - 🔧 fix(main): прибрано @nitra/cursor, повернутий у devDeps паралельним запуском старого CLI
8
+
9
+ ## [2.6.0] - 2026-07-13
10
+
11
+ ### Added
12
+
13
+ - Новий Rust-крейт `crates/llm-cascade` — той самий env-контракт (`N_LOCAL_*`/`N_CLOUD_*` тири) для проєктів без Bun/Node (Tauri webview, agent-server). Три fail-fast примітиви без вбудованого retry: `tiers::resolve_model` (порт `model-tiers.mjs`), `local_cloud::LocalCloud` (один HTTP-виклик через `genai`, кастомний ендпоінт для omlx), `acp::one_shot_acp` (доступ до потужних моделей через особисту підписку — Cursor CLI нативно, Codex через офіційний міст `@agentclientprotocol/codex-acp` — без API-ключа). Обидва бекенди перевірено живими викликами.
14
+
3
15
  ## [2.5.1] - 2026-07-12
4
16
 
5
17
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/llm-lib",
3
- "version": "2.5.1",
3
+ "version": "2.6.1",
4
4
  "description": "Тонкий шар роботи з LLM (локальні omlx + хмарні провайдери) поверх pi: model tiers, one-shot, agentic-раннери, write-guard, trace, telemetry, prompt-budget",
5
5
  "keywords": [
6
6
  "nitra",
@@ -9,15 +9,15 @@
9
9
  "omlx",
10
10
  "bun"
11
11
  ],
12
- "homepage": "https://github.com/n/cursor#readme",
12
+ "homepage": "https://github.com/nitra/7n-rules#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/n/cursor/issues"
14
+ "url": "https://github.com/nitra/7n-rules/issues"
15
15
  },
16
16
  "license": "ISC",
17
17
  "author": "v@nitra.ai",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+https://github.com/n/cursor.git",
20
+ "url": "git+https://github.com/nitra/7n-rules.git",
21
21
  "directory": "llm-lib"
22
22
  },
23
23
  "type": "module",