myclaude-code 8.8.13 → 8.8.14

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
@@ -1,6 +1,6 @@
1
- # myclaude v8.8.13
1
+ # myclaude v8.8.14
2
2
 
3
- ![myclaude cover](https://unpkg.com/myclaude-code@8.8.13/image.png)
3
+ ![myclaude cover](https://unpkg.com/myclaude-code@8.8.14/image.png)
4
4
 
5
5
  `myclaude` is a fast-start AI coding CLI under the `我的code` brand. It is positioned around direct provider setup instead of Claude Code account login, so users can connect a compatible third-party API endpoint quickly and start working immediately.
6
6
 
@@ -56,13 +56,13 @@ claude
56
56
  One-line install:
57
57
 
58
58
  ```bash
59
- curl -fsSL https://unpkg.com/myclaude-code@8.8.13/install.sh | bash
59
+ curl -fsSL https://unpkg.com/myclaude-code@8.8.14/install.sh | bash
60
60
  ```
61
61
 
62
62
  Install a specific version:
63
63
 
64
64
  ```bash
65
- curl -fsSL https://unpkg.com/myclaude-code@8.8.13/install.sh | bash -s -- 8.8.13
65
+ curl -fsSL https://unpkg.com/myclaude-code@8.8.14/install.sh | bash -s -- 8.8.14
66
66
  ```
67
67
 
68
68
  ## Quick Start