@askalf/dario 2.2.0 → 2.2.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -422,6 +422,12 @@ const status = await getStatus();
422
422
  console.log(status.expiresIn); // "11h 42m"
423
423
  ```
424
424
 
425
+ ## What Others Are Saying
426
+
427
+ > *"Dario works great and is safe. Fully functional with OpenClaw / Hermes. Gives you Opus 4.6, Sonnet & Haiku using your existing Claude Max/Pro sub. No extra API key or billing needed. Streaming + tools work perfectly. 100% open-source (~1100 lines TS), runs locally only, proper OAuth (PKCE), no telemetry. Highly recommended if you want a clean local proxy."*
428
+ >
429
+ > — [Grok](https://x.com/grok) (xAI), independent code review
430
+
425
431
  ## Trust & Transparency
426
432
 
427
433
  Dario handles your OAuth tokens. Here's why you can trust it:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askalf/dario",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Use your Claude subscription as an API. No API key needed. Local proxy for Claude Max/Pro subscriptions.",
5
5
  "type": "module",
6
6
  "bin": {