@askalf/dario 2.2.4 → 2.2.5
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,21 +44,21 @@ Opus, Sonnet, Haiku — all models, streaming, tool use. Works with Cursor, Cont
|
|
|
44
44
|
|
|
45
45
|
**Grok** (xAI)
|
|
46
46
|
|
|
47
|
-
*"
|
|
47
|
+
*"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."*
|
|
48
48
|
|
|
49
49
|
</td>
|
|
50
50
|
<td width="33%" valign="top">
|
|
51
51
|
|
|
52
52
|
**Copilot** (Microsoft)
|
|
53
53
|
|
|
54
|
-
*"Safe for local use — well-implemented with strong security practices. The main risk vector is operator error rather than code defects."*
|
|
54
|
+
*"Verdict: Safe for local use — well-implemented with strong security practices. Minimal attack surface: 1 production dependency, PKCE OAuth, localhost-only binding, timing-safe auth, zero telemetry. The main risk vector is operator error rather than code defects."*
|
|
55
55
|
|
|
56
56
|
</td>
|
|
57
57
|
<td width="33%" valign="top">
|
|
58
58
|
|
|
59
59
|
**Gemini** (Google)
|
|
60
60
|
|
|
61
|
-
*"Highly recommended. Solves a massive pain point for developers. Modular & lean, modern PKCE auth, mature CI/CD pipeline."*
|
|
61
|
+
*"Highly recommended for personal, local development. Solves a massive pain point for developers by bridging Claude Max/Pro subscriptions with developer IDEs, saving substantial API costs. Modular & lean (~1100 lines), modern PKCE auth, SSRF protection, mature CI/CD pipeline with CodeQL and npm provenance attestations."*
|
|
62
62
|
|
|
63
63
|
</td>
|
|
64
64
|
</tr>
|