@makerbi/openclaude 0.24.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.
- package/README.md +26 -3
- package/dist/cli.mjs +242 -232
- package/dist/sdk.mjs +5383 -3357
- package/package.json +8 -6
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="docs/assets/openclaude-wordmark.
|
|
2
|
+
<img src="docs/assets/openclaude-wordmark.png" alt="OpenClaude — Open terminal for any LLM" width="830">
|
|
3
3
|
|
|
4
4
|
<p>
|
|
5
5
|
<a href="https://trendshift.io/repositories/25807?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/25807/daily?language=TypeScript" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a>
|
|
@@ -14,16 +14,19 @@ Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, A
|
|
|
14
14
|
|
|
15
15
|
[](https://github.com/AndersonBY/openclaude/actions/workflows/pr-checks.yml)
|
|
16
16
|
[](https://github.com/AndersonBY/openclaude/tags)
|
|
17
|
+
[](https://www.npmjs.com/package/@makerbi/openclaude)
|
|
17
18
|
[](https://github.com/AndersonBY/openclaude/discussions)
|
|
19
|
+
[](https://discord.gg/k68zFR6AcB)
|
|
20
|
+
[](https://x.com/gitlawb)
|
|
18
21
|
[](SECURITY.md)
|
|
19
22
|
[](LICENSE)
|
|
20
23
|
|
|
21
24
|
OpenClaude is also mirrored to GitLawb:
|
|
22
25
|
[gitlawb.com/node/repos/z6MkqDnb/openclaude](https://gitlawb.com/node/repos/z6MkqDnb/openclaude)
|
|
23
26
|
|
|
24
|
-
[Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Development](#development) | [VS Code Extension](#vs-code-extension) | [
|
|
27
|
+
[Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Development](#development) | [VS Code Extension](#vs-code-extension) | [Partners](#partners) | [Community](#community)
|
|
25
28
|
|
|
26
|
-
##
|
|
29
|
+
## Partners
|
|
27
30
|
|
|
28
31
|
<table align="center">
|
|
29
32
|
<tr>
|
|
@@ -60,6 +63,25 @@ OpenClaude is also mirrored to GitLawb:
|
|
|
60
63
|
<td align="center"><a href="https://mimo.mi.com"><strong>Xiaomi MiMo</strong></a></td>
|
|
61
64
|
<td align="center"><a href="https://www.atlascloud.ai/"><strong>Atlas Cloud</strong></a></td>
|
|
62
65
|
</tr>
|
|
66
|
+
<tr>
|
|
67
|
+
<td align="center" width="150" height="80">
|
|
68
|
+
<a href="https://aimlapi.com/">
|
|
69
|
+
<picture>
|
|
70
|
+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/aimlapi-logo-dark.svg">
|
|
71
|
+
<img src="docs/assets/aimlapi-logo.svg" alt="AI/ML API logo" width="136">
|
|
72
|
+
</picture>
|
|
73
|
+
</a>
|
|
74
|
+
</td>
|
|
75
|
+
<td align="center" width="150" height="80">
|
|
76
|
+
<a href="https://novita.ai/">
|
|
77
|
+
<img src="docs/assets/novita-logo.png" alt="Novita AI logo" width="120">
|
|
78
|
+
</a>
|
|
79
|
+
</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td align="center"><a href="https://aimlapi.com/"><strong>AI/ML API</strong></a></td>
|
|
83
|
+
<td align="center"><a href="https://novita.ai/"><strong>Novita AI</strong></a></td>
|
|
84
|
+
</tr>
|
|
63
85
|
</table>
|
|
64
86
|
|
|
65
87
|
## Star History
|
|
@@ -247,6 +269,7 @@ Advanced and source-build guides:
|
|
|
247
269
|
| AI/ML API | `/provider` or `AIMLAPI_API_KEY` ([setup guide](docs/aimlapi-setup.md)) | Uses `https://api.aimlapi.com/v1`, auto-detects the OpenAI-compatible route from `AIMLAPI_API_KEY`, sends OpenClaude attribution headers, and discovers chat-capable models from the public `/models` catalog |
|
|
248
270
|
| Hicap | `/provider` or OpenAI-compatible env vars | Uses `api-key` auth, discovers models from unauthenticated `/models`, and supports Responses mode for `gpt-` models |
|
|
249
271
|
| Fireworks AI | `/provider` or env vars | First-class provider with 276 curated models (DeepSeek, Qwen, Llama, Gemma, and more); uses `FIREWORKS_API_KEY` |
|
|
272
|
+
| LongCat | `/provider` or env vars | Meituan LongCat OpenAI-compatible API at `https://api.longcat.chat/openai/v1`; uses `LONGCAT_API_KEY` and defaults to `LongCat-2.0` |
|
|
250
273
|
| ClinePass | `/provider` or env vars | AI model gateway with usage limits (5hr, weekly, monthly); uses `CLINE_API_KEY` at `https://api.cline.bot/api/v1` |
|
|
251
274
|
| Gemini | `/provider` or env vars | Supports API key only |
|
|
252
275
|
| GitHub Models | `/onboard-github` | Interactive onboarding with saved credentials |
|