localclawd 1.1.24 → 1.1.26
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/dist/cli.mjs +6779 -6948
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "localclawd",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26",
|
|
4
4
|
"description": "Local-first coding CLI for vLLM, Ollama, and OpenAI-compatible backends.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"build:probe": "bun build ./src/entrypoints/source-cli.ts --compile --outfile ./localclawd-build-probe.exe",
|
|
32
32
|
"build:native": "bun run build && bun build ./dist/cli.mjs --compile --outfile ./localclawd.exe",
|
|
33
33
|
"dev": "bun run build && node dist/cli.mjs",
|
|
34
|
+
"lint": "node scripts/lint.mjs",
|
|
34
35
|
"prepack": "bun run build",
|
|
35
36
|
"smoke": "bun run build && node dist/cli.mjs --version",
|
|
36
37
|
"audit:branding": "node scripts/audit-branding.mjs",
|