@askalf/dario 4.8.80 → 4.8.81

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
@@ -372,15 +372,19 @@ MIT — see [LICENSE](LICENSE) and [DISCLAIMER.md](DISCLAIMER.md).
372
372
 
373
373
  dario is the routing layer of **[Own Your Stack](https://github.com/askalf)** — open tools for owning your AI infrastructure instead of renting it by the token. One subscription. Your box. Your terms.
374
374
 
375
- | Tool | |
376
- |---|---|
377
- | **[dario](https://github.com/askalf/dario)** | own your routing — your subscription, in any tool *(you are here)* |
378
- | **[deepdive](https://github.com/askalf/deepdive)** | own your research — local agent, cited answers |
379
- | **[hands](https://github.com/askalf/hands)** | own your computer-use — your LLM on your own mouse & keyboard |
380
- | **[agent](https://github.com/askalf/agent)** | own your fleet — connect any device, dispatch real work |
381
- | **[browser-bridge](https://github.com/askalf/browser-bridge)** | own your browser — stealth headless Chromium, your CDP endpoint |
382
- | **[claude-sync](https://github.com/askalf/claude-sync)** | own your sessions — sync Claude Code across machines |
383
- | **[askalf platform](https://askalf.org)** | own your operation — the self-hosted AI workforce, running on this stack |
375
+ - **[dario](https://github.com/askalf/dario)** own your routing _(you are here)_
376
+ - **[hybrid](https://github.com/askalf/hybrid)** — own your inference
377
+ - **[deja](https://github.com/askalf/deja)** own your LLM cache
378
+ - **[deepdive](https://github.com/askalf/deepdive)** own your research
379
+ - **[hands](https://github.com/askalf/hands)** own your computer-use
380
+ - **[agent](https://github.com/askalf/agent)** own your fleet
381
+ - **[browser-bridge](https://github.com/askalf/browser-bridge)** own your browser
382
+ - **[warden](https://github.com/askalf/warden)** own your agent security
383
+ - **[canon](https://github.com/askalf/canon)** own your agent skills
384
+ - **[keeper](https://github.com/askalf/keeper)** — own your agent secrets
385
+ - **[claude-sync](https://github.com/askalf/claude-sync)** — own your sessions
386
+ - **[amnesia](https://github.com/askalf/amnesia)** — own your search
387
+ - **[askalf platform](https://askalf.org)** — own your operation
384
388
 
385
389
  ---
386
390
 
@@ -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.178";
285
+ readonly maxTested: "2.1.179";
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.178',
789
+ maxTested: '2.1.179',
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.80",
3
+ "version": "4.8.81",
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": {