myclaude-code 8.8.16 → 8.8.17
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 +58 -58
- package/dist/provider-setup.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# myclaude v8.8.
|
|
1
|
+
# myclaude v8.8.17
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
`myclaude` is a provider-first AI coding CLI. Its core job is simple: start fast, connect to an Anthropic-compatible API directly, and keep model routing, provider credentials, and session startup under your control without depending on the default Claude Code login path.
|
|
6
6
|
|
|
@@ -63,13 +63,13 @@ claude
|
|
|
63
63
|
One-line install:
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
curl -fsSL https://unpkg.com/myclaude-code@8.8.
|
|
66
|
+
curl -fsSL https://unpkg.com/myclaude-code@8.8.17/install.sh | bash
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Install a specific version:
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
|
-
curl -fsSL https://unpkg.com/myclaude-code@8.8.
|
|
72
|
+
curl -fsSL https://unpkg.com/myclaude-code@8.8.17/install.sh | bash -s -- 8.8.17
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
## Quick Start
|