@askalf/dario 4.8.18 → 4.8.19

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
@@ -12,7 +12,7 @@
12
12
  <a href="https://x.com/ask_alf"><img src="https://img.shields.io/badge/follow-@ask_alf-1da1f2?style=flat-square" alt="Follow on X"></a>
13
13
  </p>
14
14
 
15
- <p align="center"><em>Zero runtime dependencies · <a href="https://www.npmjs.com/package/@askalf/dario">SLSA-attested</a> every release · nothing phones home · ~18.5k lines you can read in a weekend · independent, unofficial, third-party (<a href="DISCLAIMER.md">DISCLAIMER.md</a>)</em></p>
15
+ <p align="center"><em>Zero runtime dependencies · <a href="https://www.npmjs.com/package/@askalf/dario">SLSA-attested</a> every release · nothing phones home · ~18.8k lines you can read in a weekend · independent, unofficial, third-party (<a href="DISCLAIMER.md">DISCLAIMER.md</a>)</em></p>
16
16
 
17
17
  ---
18
18
 
@@ -67,7 +67,7 @@ Type `dario` with no args (in another terminal) to open a full-screen control pa
67
67
  │ Tokens out: 38,200 Subscription %: 98% │
68
68
  │ │
69
69
  │ Per-model: │
70
- │ opus-4-7 ████████████████████░ 72% (178 req) │
70
+ │ opus-4-8 ████████████████████░ 72% (178 req) │
71
71
  │ sonnet-4-6 █████░░░░░░░░░░░░░░░░ 22% ( 54 req) │
72
72
  │ haiku-4-5 █░░░░░░░░░░░░░░░░░░░░ 6% ( 15 req) │
73
73
  │ │
@@ -195,7 +195,7 @@ So the moment any upstream response carries `representative-claim: overage`, dar
195
195
  ├─────────────────────────────────────────────────────────────────────┤
196
196
  │ Overage-guard │
197
197
  │ ⚠ HALTED overage detected 12s ago │
198
- │ Request: claude-opus-4-7 account=work │
198
+ │ Request: claude-opus-4-8 account=work │
199
199
  │ Cause: representative-claim = overage │
200
200
  │ Auto-resume in 29m 48s │
201
201
  │ Manual resume press R here, or `dario resume` from any shell │
@@ -222,7 +222,7 @@ Tune via `~/.dario/config.json` → `overageGuard`, or CLI flags: `--overage-beh
222
222
 
223
223
  | Signal | Status |
224
224
  |---|---|
225
- | Source | **~18.5k** lines of TypeScript across **44** files — auditable in a weekend |
225
+ | Source | **~18.8k** lines of TypeScript across **44** files — auditable in a weekend |
226
226
  | Dependencies | **0 runtime.** Verify: `npm ls --production` |
227
227
  | Provenance | Every release [SLSA-attested](https://www.npmjs.com/package/@askalf/dario) via GitHub Actions + Sigstore |
228
228
  | Scanning | [CodeQL](https://github.com/askalf/dario/actions/workflows/codeql.yml) on every push and weekly |
@@ -240,11 +240,13 @@ cd $(npm root -g)/@askalf/dario && npm ls --production
240
240
 
241
241
  ---
242
242
 
243
- ## Project status — maintenance mode
243
+ ## Project status — stable surface, automated defense
244
244
 
245
- As of **2026-05-19**, dario is in maintenance mode. New feature work has stopped; what runs unattended is the part that keeps your subscription routing intact the [three drift watchers](#how-it-works-and-how-it-stays-working), the PR-time compat gate, the auto-release pipeline (with an idempotency gate that backfills any registry that lagged), the daily NPM_TOKEN health monitor, and the billing-classifier canary. Residual manual cases OAuth credential rotation, runner re-registration, ghcr backfill are in the [recovery runbook](./docs/recovery.md).
245
+ dario's surface is feature-complete and stable: the proxy, the TUI, the multi-account pool, the overage guard, the 2026-06-15 cliff protection. What *isn't* stable is the thing it defends against. Anthropic ships wire-shape and classifier changes with no subscriber changelog, on no schedule so the part of dario that runs unattended is the part that keeps your subscription routing the day they do, and it runs every day.
246
246
 
247
- The proxy, TUI, multi-account pool, overage guard, and 2026-06-15 cliff protection are all stable surface. If Anthropic ships something new, the watchers + compat suite catch it within a release cycle and the maintainer reviews the bot-PR. Feature velocity moved to the [askalf platform](https://askalf.org)a self-hosted AI workforce that uses dario as its LLM substrate.
247
+ That defense is live: [three drift watchers](#how-it-works-and-how-it-stays-working) (npm-release hourly, remote-config every 30 min, classifier-rule daily), a PR-time compat gate that runs the full suite against a live proxy before any wire-shape change merges, a liveness alarm if a watcher goes quiet, a daily NPM_TOKEN health check, and an auto-release pipeline that median-ships a fix under an hour after a CC release. When Anthropic moves, the watchers catch it within a release cycle, the bot opens the PR, the maintainer reviews and merges — the receipt log above is that machinery doing its job. Residual manual cases OAuth rotation, runner re-registration, ghcr backfill live in the [recovery runbook](./docs/recovery.md).
248
+
249
+ New *product* work happens on the [askalf platform](https://askalf.org), a self-hosted AI workforce built on dario. dario itself doesn't need new features — it has one job, and keeping the truth about a moving target current is a job that never stops.
248
250
 
249
251
  ---
250
252
 
@@ -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.157";
285
+ readonly maxTested: "2.1.158";
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.157',
789
+ maxTested: '2.1.158',
790
790
  };
791
791
  /**
792
792
  * Compare two dotted-numeric version strings. Returns negative if `a<b`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askalf/dario",
3
- "version": "4.8.18",
3
+ "version": "4.8.19",
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": {