localclawd 1.0.2 → 1.0.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.
- package/README.md +7 -2
- package/dist/cli.mjs +19158 -31272
- package/package.json +137 -131
package/package.json
CHANGED
|
@@ -1,131 +1,137 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "localclawd",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Local-first coding CLI for vLLM, Ollama, and OpenAI-compatible backends.",
|
|
5
|
-
"private": false,
|
|
6
|
-
"type": "module",
|
|
7
|
-
"packageManager": "bun@1.3.11",
|
|
8
|
-
"bin": {
|
|
9
|
-
"localclawd": "bin/localclawd.cjs"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"bin",
|
|
13
|
-
"dist/cli.mjs",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"preferGlobal": true,
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/chromebookwiz/localclawd.git"
|
|
20
|
-
},
|
|
21
|
-
"homepage": "https://github.com/chromebookwiz/localclawd",
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/chromebookwiz/localclawd/issues"
|
|
24
|
-
},
|
|
25
|
-
"engines": {
|
|
26
|
-
"node": ">=20"
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build": "bun run scripts/build.ts",
|
|
30
|
-
"build:probe": "bun build ./src/entrypoints/source-cli.ts --compile --outfile ./localclawd-build-probe.exe",
|
|
31
|
-
"build:native": "bun run build && bun build ./dist/cli.mjs --compile --outfile ./localclawd.exe",
|
|
32
|
-
"dev": "bun run build && node dist/cli.mjs",
|
|
33
|
-
"prepack": "bun run build",
|
|
34
|
-
"smoke": "bun run build && node dist/cli.mjs --version",
|
|
35
|
-
"audit:branding": "node scripts/audit-branding.mjs",
|
|
36
|
-
"verify:npm-install": "node scripts/verify-npm-install.mjs"
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@alcalzone/ansi-tokenize": "
|
|
40
|
-
"@anthropic-ai/bedrock-sdk": "
|
|
41
|
-
"@anthropic-ai/claude-agent-sdk": "
|
|
42
|
-
"@anthropic-ai/foundry-sdk": "
|
|
43
|
-
"@anthropic-ai/sandbox-runtime": "
|
|
44
|
-
"@anthropic-ai/sdk": "
|
|
45
|
-
"@anthropic-ai/vertex-sdk": "
|
|
46
|
-
"@aws-sdk/client-bedrock": "
|
|
47
|
-
"@aws-sdk/client-bedrock-runtime": "
|
|
48
|
-
"@aws-sdk/client-sts": "
|
|
49
|
-
"@aws-sdk/credential-providers": "
|
|
50
|
-
"@azure/identity": "
|
|
51
|
-
"@commander-js/extra-typings": "
|
|
52
|
-
"@growthbook/growthbook": "
|
|
53
|
-
"@mendable/firecrawl-js": "
|
|
54
|
-
"@modelcontextprotocol/sdk": "
|
|
55
|
-
"@opentelemetry/api": "
|
|
56
|
-
"@opentelemetry/api-logs": "
|
|
57
|
-
"@opentelemetry/core": "
|
|
58
|
-
"@opentelemetry/exporter-logs-otlp-grpc": "
|
|
59
|
-
"@opentelemetry/exporter-logs-otlp-http": "
|
|
60
|
-
"@opentelemetry/exporter-logs-otlp-proto": "
|
|
61
|
-
"@opentelemetry/exporter-metrics-otlp-grpc": "
|
|
62
|
-
"@opentelemetry/exporter-metrics-otlp-http": "
|
|
63
|
-
"@opentelemetry/exporter-metrics-otlp-proto": "
|
|
64
|
-
"@opentelemetry/exporter-prometheus": "
|
|
65
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "
|
|
66
|
-
"@opentelemetry/exporter-trace-otlp-http": "
|
|
67
|
-
"@opentelemetry/exporter-trace-otlp-proto": "
|
|
68
|
-
"@opentelemetry/resources": "
|
|
69
|
-
"@opentelemetry/sdk-logs": "
|
|
70
|
-
"@opentelemetry/sdk-metrics": "
|
|
71
|
-
"@opentelemetry/sdk-trace-base": "
|
|
72
|
-
"@opentelemetry/sdk-trace-node": "
|
|
73
|
-
"@opentelemetry/semantic-conventions": "
|
|
74
|
-
"ajv": "
|
|
75
|
-
"auto-bind": "
|
|
76
|
-
"axios": "
|
|
77
|
-
"bidi-js": "
|
|
78
|
-
"chalk": "
|
|
79
|
-
"chokidar": "
|
|
80
|
-
"cli-boxes": "
|
|
81
|
-
"cli-highlight": "
|
|
82
|
-
"code-excerpt": "
|
|
83
|
-
"commander": "
|
|
84
|
-
"diff": "
|
|
85
|
-
"emoji-regex": "
|
|
86
|
-
"env-paths": "
|
|
87
|
-
"execa": "
|
|
88
|
-
"fflate": "
|
|
89
|
-
"figures": "
|
|
90
|
-
"fuse.js": "
|
|
91
|
-
"get-east-asian-width": "
|
|
92
|
-
"google-auth-library": "
|
|
93
|
-
"https-proxy-agent": "
|
|
94
|
-
"ignore": "
|
|
95
|
-
"indent-string": "
|
|
96
|
-
"jsonc-parser": "
|
|
97
|
-
"lodash-es": "
|
|
98
|
-
"lru-cache": "
|
|
99
|
-
"marked": "
|
|
100
|
-
"p-map": "
|
|
101
|
-
"picomatch": "
|
|
102
|
-
"proper-lockfile": "
|
|
103
|
-
"qrcode": "
|
|
104
|
-
"react": "
|
|
105
|
-
"react-compiler-runtime": "
|
|
106
|
-
"react-reconciler": "
|
|
107
|
-
"semver": "
|
|
108
|
-
"shell-quote": "
|
|
109
|
-
"signal-exit": "
|
|
110
|
-
"stack-utils": "
|
|
111
|
-
"strip-ansi": "
|
|
112
|
-
"supports-hyperlinks": "
|
|
113
|
-
"tree-kill": "
|
|
114
|
-
"turndown": "
|
|
115
|
-
"type-fest": "
|
|
116
|
-
"undici": "
|
|
117
|
-
"usehooks-ts": "
|
|
118
|
-
"vscode-languageserver-protocol": "
|
|
119
|
-
"wrap-ansi": "
|
|
120
|
-
"ws": "
|
|
121
|
-
"xss": "
|
|
122
|
-
"yaml": "
|
|
123
|
-
"zod": "^3.25.76"
|
|
124
|
-
},
|
|
125
|
-
"devDependencies": {
|
|
126
|
-
"@types/bun": "
|
|
127
|
-
"@types/node": "
|
|
128
|
-
"@types/react": "
|
|
129
|
-
"typescript": "
|
|
130
|
-
}
|
|
131
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "localclawd",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "Local-first coding CLI for vLLM, Ollama, and OpenAI-compatible backends.",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"packageManager": "bun@1.3.11",
|
|
8
|
+
"bin": {
|
|
9
|
+
"localclawd": "bin/localclawd.cjs"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"bin",
|
|
13
|
+
"dist/cli.mjs",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"preferGlobal": true,
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/chromebookwiz/localclawd.git"
|
|
20
|
+
},
|
|
21
|
+
"homepage": "https://github.com/chromebookwiz/localclawd",
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/chromebookwiz/localclawd/issues"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=20"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"build": "bun run scripts/build.ts",
|
|
30
|
+
"build:probe": "bun build ./src/entrypoints/source-cli.ts --compile --outfile ./localclawd-build-probe.exe",
|
|
31
|
+
"build:native": "bun run build && bun build ./dist/cli.mjs --compile --outfile ./localclawd.exe",
|
|
32
|
+
"dev": "bun run build && node dist/cli.mjs",
|
|
33
|
+
"prepack": "bun run build",
|
|
34
|
+
"smoke": "bun run build && node dist/cli.mjs --version",
|
|
35
|
+
"audit:branding": "node scripts/audit-branding.mjs",
|
|
36
|
+
"verify:npm-install": "node scripts/verify-npm-install.mjs"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
40
|
+
"@anthropic-ai/bedrock-sdk": "^0.27.0",
|
|
41
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.91",
|
|
42
|
+
"@anthropic-ai/foundry-sdk": "^0.2.3",
|
|
43
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.49",
|
|
44
|
+
"@anthropic-ai/sdk": "^0.82.0",
|
|
45
|
+
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
46
|
+
"@aws-sdk/client-bedrock": "^3.1023.0",
|
|
47
|
+
"@aws-sdk/client-bedrock-runtime": "^3.1023.0",
|
|
48
|
+
"@aws-sdk/client-sts": "^3.1023.0",
|
|
49
|
+
"@aws-sdk/credential-providers": "^3.1023.0",
|
|
50
|
+
"@azure/identity": "^4.13.1",
|
|
51
|
+
"@commander-js/extra-typings": "^14.0.0",
|
|
52
|
+
"@growthbook/growthbook": "^1.6.5",
|
|
53
|
+
"@mendable/firecrawl-js": "^4.18.1",
|
|
54
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
55
|
+
"@opentelemetry/api": "^1.9.1",
|
|
56
|
+
"@opentelemetry/api-logs": "^0.214.0",
|
|
57
|
+
"@opentelemetry/core": "^2.6.1",
|
|
58
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
|
|
59
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
|
|
60
|
+
"@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
|
|
61
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
|
|
62
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
|
|
63
|
+
"@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
|
64
|
+
"@opentelemetry/exporter-prometheus": "^0.214.0",
|
|
65
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
|
|
66
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
|
67
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
|
68
|
+
"@opentelemetry/resources": "^2.6.1",
|
|
69
|
+
"@opentelemetry/sdk-logs": "^0.214.0",
|
|
70
|
+
"@opentelemetry/sdk-metrics": "^2.6.1",
|
|
71
|
+
"@opentelemetry/sdk-trace-base": "^2.6.1",
|
|
72
|
+
"@opentelemetry/sdk-trace-node": "^2.6.1",
|
|
73
|
+
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
74
|
+
"ajv": "^8.18.0",
|
|
75
|
+
"auto-bind": "^5.0.1",
|
|
76
|
+
"axios": "^1.14.0",
|
|
77
|
+
"bidi-js": "^1.0.3",
|
|
78
|
+
"chalk": "^5.6.2",
|
|
79
|
+
"chokidar": "^5.0.0",
|
|
80
|
+
"cli-boxes": "^4.0.1",
|
|
81
|
+
"cli-highlight": "^2.1.11",
|
|
82
|
+
"code-excerpt": "^4.0.0",
|
|
83
|
+
"commander": "^14.0.3",
|
|
84
|
+
"diff": "^8.0.4",
|
|
85
|
+
"emoji-regex": "^10.6.0",
|
|
86
|
+
"env-paths": "^4.0.0",
|
|
87
|
+
"execa": "^9.6.1",
|
|
88
|
+
"fflate": "^0.8.2",
|
|
89
|
+
"figures": "^6.1.0",
|
|
90
|
+
"fuse.js": "^7.2.0",
|
|
91
|
+
"get-east-asian-width": "^1.5.0",
|
|
92
|
+
"google-auth-library": "^10.6.2",
|
|
93
|
+
"https-proxy-agent": "^9.0.0",
|
|
94
|
+
"ignore": "^7.0.5",
|
|
95
|
+
"indent-string": "^5.0.0",
|
|
96
|
+
"jsonc-parser": "^3.3.1",
|
|
97
|
+
"lodash-es": "^4.18.1",
|
|
98
|
+
"lru-cache": "^11.2.7",
|
|
99
|
+
"marked": "^17.0.5",
|
|
100
|
+
"p-map": "^7.0.4",
|
|
101
|
+
"picomatch": "^4.0.4",
|
|
102
|
+
"proper-lockfile": "^4.1.2",
|
|
103
|
+
"qrcode": "^1.5.4",
|
|
104
|
+
"react": "^19.2.4",
|
|
105
|
+
"react-compiler-runtime": "^1.0.0",
|
|
106
|
+
"react-reconciler": "^0.33.0",
|
|
107
|
+
"semver": "^7.7.4",
|
|
108
|
+
"shell-quote": "^1.8.3",
|
|
109
|
+
"signal-exit": "^4.1.0",
|
|
110
|
+
"stack-utils": "^2.0.6",
|
|
111
|
+
"strip-ansi": "^7.2.0",
|
|
112
|
+
"supports-hyperlinks": "^4.4.0",
|
|
113
|
+
"tree-kill": "^1.2.2",
|
|
114
|
+
"turndown": "^7.2.4",
|
|
115
|
+
"type-fest": "^5.5.0",
|
|
116
|
+
"undici": "^8.0.1",
|
|
117
|
+
"usehooks-ts": "^3.1.1",
|
|
118
|
+
"vscode-languageserver-protocol": "^3.17.5",
|
|
119
|
+
"wrap-ansi": "^10.0.0",
|
|
120
|
+
"ws": "^8.20.0",
|
|
121
|
+
"xss": "^1.0.15",
|
|
122
|
+
"yaml": "^2.8.3",
|
|
123
|
+
"zod": "^3.25.76"
|
|
124
|
+
},
|
|
125
|
+
"devDependencies": {
|
|
126
|
+
"@types/bun": "^1.3.11",
|
|
127
|
+
"@types/node": "^25.5.2",
|
|
128
|
+
"@types/react": "^19.2.14",
|
|
129
|
+
"typescript": "^6.0.2"
|
|
130
|
+
},
|
|
131
|
+
"overrides": {
|
|
132
|
+
"zod": "^3.25.76"
|
|
133
|
+
},
|
|
134
|
+
"resolutions": {
|
|
135
|
+
"zod": "^3.25.76"
|
|
136
|
+
}
|
|
137
|
+
}
|