myclaude-code 8.8.17 → 8.8.18

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.17
1
+ # myclaude v8.8.18
2
2
 
3
- ![myclaude cover](https://unpkg.com/myclaude-code@8.8.17/image.png)
3
+ ![myclaude cover](https://unpkg.com/myclaude-code@8.8.18/image.png)
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.17/install.sh | bash
66
+ curl -fsSL https://unpkg.com/myclaude-code@8.8.18/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.17/install.sh | bash -s -- 8.8.17
72
+ curl -fsSL https://unpkg.com/myclaude-code@8.8.18/install.sh | bash -s -- 8.8.18
73
73
  ```
74
74
 
75
75
  ## Quick Start