@askalf/dario 4.8.93 → 4.8.95
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 +0 -2
- package/dist/live-fingerprint.d.ts +1 -1
- package/dist/live-fingerprint.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,14 +376,12 @@ dario is the routing layer of **[Own Your Stack](https://github.com/askalf)**
|
|
|
376
376
|
- **[hybrid](https://github.com/askalf/hybrid)** — own your inference
|
|
377
377
|
- **[deepdive](https://github.com/askalf/deepdive)** — own your research
|
|
378
378
|
- **[hands](https://github.com/askalf/hands)** — own your computer-use
|
|
379
|
-
- **[agent](https://github.com/askalf/agent)** — own your fleet
|
|
380
379
|
- **[browser-bridge](https://github.com/askalf/browser-bridge)** — own your browser
|
|
381
380
|
- **[warden](https://github.com/askalf/warden)** — own your agent security
|
|
382
381
|
- **[canon](https://github.com/askalf/canon)** — own your agent skills
|
|
383
382
|
- **[keeper](https://github.com/askalf/keeper)** — own your agent secrets
|
|
384
383
|
- **[cordon](https://github.com/askalf/cordon)** — own your prompts
|
|
385
384
|
- **[picket](https://github.com/askalf/picket)** — own your agent browser
|
|
386
|
-
- **[claude-sync](https://github.com/askalf/claude-sync)** — own your sessions
|
|
387
385
|
- **[amnesia](https://github.com/askalf/amnesia)** — own your search
|
|
388
386
|
- **[askalf platform](https://askalf.org)** — own your operation
|
|
389
387
|
|
|
@@ -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.
|
|
285
|
+
readonly maxTested: "2.1.191";
|
|
286
286
|
};
|
|
287
287
|
/**
|
|
288
288
|
* Compare two dotted-numeric version strings. Returns negative if `a<b`,
|
package/dist/live-fingerprint.js
CHANGED
|
@@ -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.
|
|
789
|
+
maxTested: '2.1.191',
|
|
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.
|
|
3
|
+
"version": "4.8.95",
|
|
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": {
|