@askalf/dario 4.8.59 → 4.8.60

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
@@ -73,8 +73,9 @@ Type `dario` with no args (in another terminal) to open a full-screen control pa
73
73
  │ Tokens out: 38,200 Subscription %: 98% │
74
74
  │ │
75
75
  │ Per-model: │
76
- opus-4-8 ████████████████████░ 72% (178 req) │
77
- sonnet-4-6 █████░░░░░░░░░░░░░░░░ 22% ( 54 req) │
76
+ fable-5 ██████████░░░░░░░░░░░ 50% (124 req) │
77
+ opus-4-8 ██████░░░░░░░░░░░░░░░ 30% ( 74 req) │
78
+ │ sonnet-4-6 ███░░░░░░░░░░░░░░░░░░ 14% ( 34 req) │
78
79
  │ haiku-4-5 █░░░░░░░░░░░░░░░░░░░░ 6% ( 15 req) │
79
80
  │ │
80
81
  │ Rate-limit: │
@@ -282,7 +282,7 @@ export declare function _resetInstalledVersionProbeForTest(): void;
282
282
  */
283
283
  export declare const SUPPORTED_CC_RANGE: {
284
284
  readonly min: "1.0.0";
285
- readonly maxTested: "2.1.172";
285
+ readonly maxTested: "2.1.173";
286
286
  };
287
287
  /**
288
288
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
@@ -786,7 +786,7 @@ export function _resetInstalledVersionProbeForTest() {
786
786
  */
787
787
  export const SUPPORTED_CC_RANGE = {
788
788
  min: '1.0.0',
789
- maxTested: '2.1.172',
789
+ maxTested: '2.1.173',
790
790
  };
791
791
  /**
792
792
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
@@ -10,13 +10,13 @@
10
10
  *
11
11
  * ┌─ Hits ────────────────────────[ ↑↓ select · r refresh ]
12
12
  * │ HH:MM:SS METHOD MODEL IN OUT LAT ST
13
- * │ 18:42:01 POST opus-4-7 842 216 1.2s 200 ←
13
+ * │ 18:42:01 POST fable-5 842 216 1.2s 200 ←
14
14
  * │ 18:42:03 POST sonnet-4-6 1.2k 480 0.8s 200
15
15
  * │ …
16
16
  * ├─────────────────────────────────────────────────────────────
17
17
  * │ selected: 18:42:01 req_011…NvMn
18
18
  * │ account: sprayberryit (single)
19
- * │ model: claude-opus-4-7
19
+ * │ model: claude-fable-5
20
20
  * │ bucket: subscription
21
21
  * │ tokens: in 842 / out 216 / cache-read 6.2k / thinking 84
22
22
  * │ latency: 1.18s stream: yes status: 200
@@ -10,13 +10,13 @@
10
10
  *
11
11
  * ┌─ Hits ────────────────────────[ ↑↓ select · r refresh ]
12
12
  * │ HH:MM:SS METHOD MODEL IN OUT LAT ST
13
- * │ 18:42:01 POST opus-4-7 842 216 1.2s 200 ←
13
+ * │ 18:42:01 POST fable-5 842 216 1.2s 200 ←
14
14
  * │ 18:42:03 POST sonnet-4-6 1.2k 480 0.8s 200
15
15
  * │ …
16
16
  * ├─────────────────────────────────────────────────────────────
17
17
  * │ selected: 18:42:01 req_011…NvMn
18
18
  * │ account: sprayberryit (single)
19
- * │ model: claude-opus-4-7
19
+ * │ model: claude-fable-5
20
20
  * │ bucket: subscription
21
21
  * │ tokens: in 842 / out 216 / cache-read 6.2k / thinking 84
22
22
  * │ latency: 1.18s stream: yes status: 200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askalf/dario",
3
- "version": "4.8.59",
3
+ "version": "4.8.60",
4
4
  "description": "Use your Claude Pro/Max subscription in any tool — Cursor, Cline, Aider, the Agent SDK, your scripts — at subscription pricing, not per-token API bills. One local Anthropic + OpenAI-compatible endpoint.",
5
5
  "type": "module",
6
6
  "bin": {