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 +4 -4
- package/dist/cli.js +60 -60
- package/dist/provider-command.js +1 -1
- package/dist/provider-setup.js +231 -81
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# myclaude v8.8.
|
|
1
|
+
# myclaude v8.8.14
|
|
2
2
|
|
|
3
|
-

|
|
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.
|
|
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.
|
|
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
|