localclawd 2.3.3 → 2.3.5
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/README.md +4 -5
- package/dist/cli.mjs +876 -834
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -272,10 +272,9 @@ localclawd currently recognizes both native and legacy variable names for the lo
|
|
|
272
272
|
- `LOCALCLAWD_USE_VLLM`
|
|
273
273
|
- `LOCALCLAWD_USE_OLLAMA`
|
|
274
274
|
- `LOCALCLAWD_USE_OPENAI`
|
|
275
|
-
- `LOCALCLAWD_LOCAL_BASE_URL`
|
|
276
|
-
- `LOCALCLAWD_LOCAL_MODEL`
|
|
277
|
-
- `LOCALCLAWD_LOCAL_API_KEY`
|
|
278
|
-
- `LOCALCLAWD_AUTO_COMPACT_WINDOW`
|
|
275
|
+
- `LOCALCLAWD_LOCAL_BASE_URL`
|
|
276
|
+
- `LOCALCLAWD_LOCAL_MODEL`
|
|
277
|
+
- `LOCALCLAWD_LOCAL_API_KEY`
|
|
279
278
|
|
|
280
279
|
Legacy compatibility aliases that still work:
|
|
281
280
|
|
|
@@ -307,7 +306,7 @@ The native installer places the executable at `~/.local/bin/localclawd` on Unix-
|
|
|
307
306
|
|
|
308
307
|
## Compact context window
|
|
309
308
|
|
|
310
|
-
During first-run setup, localclawd asks for a compact context window cap. Use this when your local model becomes unstable before its advertised maximum context size. You can change it later in `/config` under `Compact context window`.
|
|
309
|
+
During first-run setup, localclawd asks for a project-local compact context window cap. Use this when your local model becomes unstable before its advertised maximum context size. You can change it later in `/config` under `Compact context window` or with `/ctx`.
|
|
311
310
|
|
|
312
311
|
## Why use it instead of the upstream hosted CLI
|
|
313
312
|
|