localclawd 2.3.1 → 2.3.3

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/dist/cli.mjs +38865 -10863
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localclawd",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Local-first coding CLI for vLLM, Ollama, and OpenAI-compatible backends.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -45,7 +45,6 @@
45
45
  "@anthropic-ai/foundry-sdk": "^0.2.3",
46
46
  "@anthropic-ai/sandbox-runtime": "^0.0.49",
47
47
  "@anthropic-ai/sdk": "^0.82.0",
48
- "@anthropic-ai/vertex-sdk": "^0.14.4",
49
48
  "@aws-sdk/client-bedrock": "^3.1023.0",
50
49
  "@aws-sdk/client-bedrock-runtime": "^3.1023.0",
51
50
  "@aws-sdk/client-sts": "^3.1023.0",
@@ -92,7 +91,6 @@
92
91
  "figures": "^6.1.0",
93
92
  "fuse.js": "^7.2.0",
94
93
  "get-east-asian-width": "^1.5.0",
95
- "google-auth-library": "^10.6.2",
96
94
  "https-proxy-agent": "^9.0.0",
97
95
  "ignore": "^7.0.5",
98
96
  "indent-string": "^5.0.0",
@@ -126,9 +124,11 @@
126
124
  "zod": "^4.1.12"
127
125
  },
128
126
  "devDependencies": {
127
+ "@anthropic-ai/vertex-sdk": "^0.14.4",
129
128
  "@types/bun": "^1.3.11",
130
129
  "@types/node": "^25.5.2",
131
130
  "@types/react": "^19.2.14",
131
+ "google-auth-library": "^10.6.2",
132
132
  "typescript": "^6.0.2"
133
133
  },
134
134
  "overrides": {