@makerbi/openclaude 0.19.0 → 0.20.0

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 (4) hide show
  1. package/README.md +6 -4
  2. package/dist/cli.mjs +72128 -52910
  3. package/dist/sdk.mjs +83085 -65657
  4. package/package.json +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makerbi/openclaude",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "OpenClaude opens coding-agent workflows to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models",
5
5
  "type": "module",
6
6
  "bin": {
@@ -54,9 +54,9 @@
54
54
  "web:build": "bun run --cwd web build",
55
55
  "web:preview": "bun run --cwd web preview",
56
56
  "web:typecheck": "bun run --cwd web typecheck",
57
- "test": "bun test",
58
- "test:full": "bun test --max-concurrency=1",
59
- "test:coverage": "bun test --coverage --coverage-reporter=lcov --coverage-dir=coverage --max-concurrency=1 && bun run scripts/render-coverage-heatmap.ts",
57
+ "test": "bun test --feature=UNATTENDED_RETRY",
58
+ "test:full": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1",
59
+ "test:coverage": "bun test --feature=UNATTENDED_RETRY --coverage --coverage-reporter=lcov --coverage-dir=coverage --max-concurrency=1 && bun run scripts/render-coverage-heatmap.ts",
60
60
  "test:coverage:ui": "bun run scripts/render-coverage-heatmap.ts",
61
61
  "security:pr-scan": "bun run scripts/pr-intent-scan.ts",
62
62
  "test:provider-recommendation": "bun test src/utils/providerRecommendation.test.ts src/utils/providerProfile.test.ts",
@@ -67,7 +67,7 @@
67
67
  "check": "bun run smoke && bun run deadcode && bun run test:full",
68
68
  "verify:privacy": "bun run scripts/verify-no-phone-home.ts",
69
69
  "build:verified": "bun run build && bun run verify:privacy",
70
- "test:provider": "bun test --max-concurrency=1 src/services/api/*.test.ts src/utils/context.test.ts",
70
+ "test:provider": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1 src/services/api/*.test.ts src/utils/context.test.ts",
71
71
  "doctor:runtime": "bun run scripts/system-check.ts",
72
72
  "doctor:runtime:json": "bun run scripts/system-check.ts --json",
73
73
  "doctor:report": "bun run scripts/system-check.ts --out reports/doctor-runtime.json",
@@ -81,13 +81,11 @@
81
81
  "@anthropic-ai/foundry-sdk": "0.2.3",
82
82
  "@anthropic-ai/sandbox-runtime": "0.0.55",
83
83
  "@anthropic-ai/sdk": "0.94.0",
84
- "@anthropic-ai/vertex-sdk": "0.16.0",
85
- "@aws-sdk/client-bedrock": "3.1053.0",
86
- "@aws-sdk/client-bedrock-runtime": "3.1053.0",
87
- "@aws-sdk/client-sts": "3.1053.0",
88
- "@aws-sdk/credential-provider-node": "3.972.44",
89
- "@aws-sdk/credential-providers": "3.1053.0",
90
- "@azure/identity": "4.13.1",
84
+ "@aws-sdk/client-bedrock": "3.1051.0",
85
+ "@aws-sdk/client-bedrock-runtime": "3.1051.0",
86
+ "@aws-sdk/client-sts": "3.1051.0",
87
+ "@aws-sdk/credential-provider-node": "3.972.43",
88
+ "@aws-sdk/credential-providers": "3.1051.0",
91
89
  "@commander-js/extra-typings": "12.1.0",
92
90
  "@grpc/grpc-js": "^1.14.3",
93
91
  "@grpc/proto-loader": "^0.8.0",
@@ -116,7 +114,7 @@
116
114
  "figures": "6.1.0",
117
115
  "fuse.js": "7.1.0",
118
116
  "get-east-asian-width": "1.5.0",
119
- "google-auth-library": "9.15.1",
117
+ "google-auth-library": "10.6.2",
120
118
  "https-proxy-agent": "7.0.6",
121
119
  "ignore": "7.0.5",
122
120
  "indent-string": "5.0.0",
@@ -133,7 +131,7 @@
133
131
  "react-reconciler": "0.33.0",
134
132
  "semver": "7.7.4",
135
133
  "sharp": "^0.34.5",
136
- "shell-quote": "1.8.3",
134
+ "shell-quote": "1.8.4",
137
135
  "signal-exit": "4.1.0",
138
136
  "supports-hyperlinks": "3.2.0",
139
137
  "tree-kill": "1.2.2",
@@ -178,6 +176,7 @@
178
176
  },
179
177
  "overrides": {
180
178
  "ip-address": "10.2.0",
179
+ "google-auth-library": "10.6.2",
181
180
  "lodash-es": "4.18.1"
182
181
  }
183
182
  }