🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@askalf/dario

Package Overview
Dependencies
Maintainers
1
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@askalf/dario - npm Package Compare versions

Comparing version
4.8.72
to
4.8.73
+7
-4
dist/cc-template.d.ts

@@ -42,6 +42,9 @@ /**

}[];
/** Lowercased CC tool name → canonical name, for identity-matching a CC client's
* own tools (so newer built-ins not yet in TOOL_MAP map to themselves rather
* than being treated as foreign and round-robined). Tracks the live bundle. */
export declare const CC_NATIVE_LOWER: Map<string, string>;
/** CC's own tool names, EXACT case ("Read", "Bash", "Agent", …). A CC client's
* tools identity-map to themselves and OVERRIDE TOOL_MAP — whose lowercase
* cross-client aliases ('read' → {path}/{filePath}) would otherwise mistranslate
* a CC tool (Read's file_path → path). Exact case is the discriminator: CC sends
* PascalCase, the {path}-style clients send lowercase/snake, so a non-CC `read`
* still routes through TOOL_MAP. Tracks the live bundle (refreshed each bake). */
export declare const CC_NATIVE_NAMES: Set<string>;
/** CC's static system prompt (~25KB). */

@@ -48,0 +51,0 @@ export declare const CC_SYSTEM_PROMPT: string;

{
"name": "@askalf/dario",
"version": "4.8.72",
"version": "4.8.73",
"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,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display