@jcanizalez7/clauxy 0.2.1 → 0.2.2
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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@jcanizalez7/clauxy)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
> **Note:** Clauxy is in early development.
|
|
8
|
+
> **Note:** Clauxy is in early development. **GitHub Copilot with Anthropic models is stable and recommended.** ChatGPT and Google Gemini support are experimental and may have issues as providers update their APIs. Feedback and contributions are welcome!
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
package/dist/cli.js
CHANGED
|
@@ -2796,7 +2796,7 @@ Models configured:`);
|
|
|
2796
2796
|
// package.json
|
|
2797
2797
|
var package_default = {
|
|
2798
2798
|
name: "@jcanizalez7/clauxy",
|
|
2799
|
-
version: "0.2.
|
|
2799
|
+
version: "0.2.2",
|
|
2800
2800
|
description: "Multi-provider AI proxy for Claude Code (GitHub Copilot, ChatGPT Plus, Google Gemini)",
|
|
2801
2801
|
type: "module",
|
|
2802
2802
|
bin: {
|