@askalf/dario 1.1.1 → 1.1.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ That's it. Any tool that speaks the Anthropic API now uses your subscription.
|
|
|
33
33
|
|
|
34
34
|
You pay $100-200/mo for Claude Max or Pro. But that subscription only works on claude.ai and Claude Code. If you want to use Claude with **any other tool** — OpenClaw, Cursor, Continue, Aider, your own scripts — you need a separate API key with separate billing.
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
**Note:** Claude subscriptions have undocumented weekly usage limits. When exceeded, Opus and Sonnet may return 429 errors while Haiku continues working. Use `--cli` mode to route through Claude Code's binary, which is not affected by these limits.
|
|
37
37
|
|
|
38
|
-
**dario fixes
|
|
38
|
+
**dario fixes this.** It creates a local proxy that translates API key auth into your subscription's OAuth tokens — and with `--cli` mode, routes through the Claude Code binary for uninterrupted access.
|
|
39
39
|
|
|
40
40
|
## Quick Start
|
|
41
41
|
|