@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@jcanizalez7/clauxy.svg)](https://www.npmjs.com/package/@jcanizalez7/clauxy)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
- > **Note:** Clauxy is in early development. While functional, you may encounter occasional quirks as providers update their APIs. Feedback and contributions are welcome!
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.1",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jcanizalez7/clauxy",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Multi-provider AI proxy for Claude Code (GitHub Copilot, ChatGPT Plus, Google Gemini)",
5
5
  "type": "module",
6
6
  "bin": {