@lmctl-ai/lmctl 0.1.18 → 0.1.19

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 CHANGED
@@ -4,6 +4,8 @@ All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ - Replaced native `better-sqlite3` with built-in `node:sqlite`; Node >=24.15.0
8
+ is now required and npm install no longer has a native SQLite build step.
7
9
  - Added `provider=opencode` model-effort selection with `_MEMBER_ ... model=<id> effort=<variant>`.
8
10
  - Chat/MCP path: sends opencode ACP `session/set_config_option` for `model`, then `effort`.
9
11
  - Seed path: uses `opencode run --model <id> --variant <effort>`.
package/README.md CHANGED
@@ -49,7 +49,8 @@ account can access.
49
49
 
50
50
  ## Requirements
51
51
 
52
- - Node.js >= 20
52
+ - Node.js >= 24.15.0. lmctl uses built-in `node:sqlite`, so installation has
53
+ no native SQLite build step.
53
54
 
54
55
  ## Links
55
56