@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.
- package/README.md +25 -3
- package/dist/cli.mjs +89 -87
- package/dist/sdk.mjs +3445 -2659
- package/package.json +2 -2
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
|