@makerbi/openclaude 0.25.0 → 0.27.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 +25 -3
  2. package/dist/cli.mjs +89 -87
  3. package/dist/sdk.mjs +3445 -2659
  4. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makerbi/openclaude",
3
- "version": "0.25.0",
3
+ "version": "0.27.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": {
@@ -70,7 +70,7 @@
70
70
  "install:verify": "bun run scripts/verify-clean-install.ts",
71
71
  "install:verify:published": "bun run scripts/verify-clean-install.ts --published",
72
72
  "build:verified": "bun run build && bun run verify:privacy",
73
- "test:provider": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1 src/services/api/*.test.ts src/utils/context.test.ts",
73
+ "test:provider": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1 src/services/api/*.test.ts src/services/api/openaiShim/*.test.ts src/utils/context.test.ts",
74
74
  "doctor:runtime": "bun run scripts/system-check.ts",
75
75
  "doctor:runtime:json": "bun run scripts/system-check.ts --json",
76
76
  "doctor:report": "bun run scripts/system-check.ts --out reports/doctor-runtime.json",