@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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="docs/assets/openclaude-wordmark.svg" alt="OpenClaude — Open terminal for any LLM" width="830">
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&amp;utm_medium=badge&amp;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
  [![PR Checks](https://github.com/AndersonBY/openclaude/actions/workflows/pr-checks.yml/badge.svg?branch=main)](https://github.com/AndersonBY/openclaude/actions/workflows/pr-checks.yml)
16
16
  [![Release](https://img.shields.io/github/v/tag/AndersonBY/openclaude?label=release&color=0ea5e9)](https://github.com/AndersonBY/openclaude/tags)
17
+ [![npm downloads](https://img.shields.io/npm/dm/@makerbi/openclaude)](https://www.npmjs.com/package/@makerbi/openclaude)
17
18
  [![Discussions](https://img.shields.io/badge/discussions-open-7c3aed)](https://github.com/AndersonBY/openclaude/discussions)
19
+ [![Discord](https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/k68zFR6AcB)
20
+ [![X](https://img.shields.io/badge/X-@gitlawb-000000?logo=x&logoColor=white)](https://x.com/gitlawb)
18
21
  [![Security Policy](https://img.shields.io/badge/security-policy-0f766e)](SECURITY.md)
19
22
  [![License](https://img.shields.io/badge/license-MIT-2563eb)](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) | [Sponsors](#sponsors) | [Community](#community)
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
- ## Sponsors
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