@askalf/dario 3.9.1 → 3.9.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/dist/cli.js +5 -10
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -373,18 +373,13 @@ async function help() {
|
|
|
373
373
|
Full IDs: claude-opus-4-6, claude-sonnet-4-6
|
|
374
374
|
Default: passthrough (client decides)
|
|
375
375
|
--passthrough, --thin Thin proxy — OAuth swap only, no injection
|
|
376
|
-
--preserve-tools
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
from CC's. Preserves CC fingerprint. See #33.
|
|
376
|
+
--preserve-tools Forward client tool schemas unchanged
|
|
377
|
+
Loses subscription routing; use for custom agents
|
|
378
|
+
--hybrid-tools Remap to CC tools, inject sessionId/requestId/etc.
|
|
379
|
+
Keeps subscription routing for custom agents
|
|
381
380
|
--port=PORT Port to listen on (default: 3456)
|
|
382
381
|
--host=ADDRESS Address to bind to (default: 127.0.0.1)
|
|
383
|
-
Use 0.0.0.0
|
|
384
|
-
Alternatively set DARIO_HOST env var.
|
|
385
|
-
When binding non-loopback, also set DARIO_API_KEY
|
|
386
|
-
so unauthenticated LAN hosts can't proxy through
|
|
387
|
-
your OAuth subscription.
|
|
382
|
+
Use 0.0.0.0 for LAN; see README for DARIO_API_KEY
|
|
388
383
|
--verbose, -v Log all requests
|
|
389
384
|
|
|
390
385
|
Quick start:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askalf/dario",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
4
4
|
"description": "A local LLM router. One endpoint, every provider — Claude subscriptions, OpenAI, OpenRouter, Groq, local LiteLLM, any OpenAI-compat endpoint — your tools don't need to change.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|