/opt/canhelp/node_modules/@anthropic-ai/sdk/lib/tools
NameSizeModeActions
BetaRunnableTool.d.mts11190644editdlrm
BetaRunnableTool.d.mts.map7670644editdlrm
BetaRunnableTool.d.ts11170644editdlrm
BetaRunnableTool.d.ts.map7660644editdlrm
BetaRunnableTool.js1210644editdlrm
BetaRunnableTool.js.map1370644editdlrm
BetaRunnableTool.mjs560644editdlrm
BetaRunnableTool.mjs.map1380644editdlrm
BetaToolRunner.d.mts58620644editdlrm
BetaToolRunner.d.mts.map17430644editdlrm
BetaToolRunner.d.ts58550644editdlrm
BetaToolRunner.d.ts.map17420644editdlrm
BetaToolRunner.js191020644editdlrm
BetaToolRunner.js.map92950644editdlrm
BetaToolRunner.mjs184380644editdlrm
BetaToolRunner.mjs.map93260644editdlrm
CompactionControl.d.mts22380644editdlrm
CompactionControl.d.mts.map4180644editdlrm
CompactionControl.d.ts22360644editdlrm
CompactionControl.d.ts.map4170644editdlrm
CompactionControl.js16010644editdlrm
CompactionControl.js.map2290644editdlrm
CompactionControl.mjs14600644editdlrm
CompactionControl.mjs.map2470644editdlrm
ToolError.d.mts11070644editdlrm
ToolError.d.mts.map3360644editdlrm
ToolError.d.ts11050644editdlrm
ToolError.d.ts.map3350644editdlrm
ToolError.js12450644editdlrm
ToolError.js.map6090644editdlrm
ToolError.mjs11170644editdlrm
ToolError.mjs.map5990644editdlrm
ToolRunner.d.mts55690644editdlrm
ToolRunner.d.mts.map15640644editdlrm
ToolRunner.d.ts55640644editdlrm
ToolRunner.d.ts.map15630644editdlrm
ToolRunner.js146560644editdlrm
ToolRunner.js.map66620644editdlrm
ToolRunner.mjs141450644editdlrm
ToolRunner.mjs.map66640644editdlrm
Edit: /opt/canhelp/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js (1601B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_SUMMARY_PROMPT = exports.DEFAULT_TOKEN_THRESHOLD = void 0; exports.DEFAULT_TOKEN_THRESHOLD = 100000; exports.DEFAULT_SUMMARY_PROMPT = `You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include: 1. Task Overview The user's core request and success criteria Any clarifications or constraints they specified 2. Current State What has been completed so far Files created, modified, or analyzed (with paths if relevant) Key outputs or artifacts produced 3. Important Discoveries Technical constraints or requirements uncovered Decisions made and their rationale Errors encountered and how they were resolved What approaches were tried that didn't work (and why) 4. Next Steps Specific actions needed to complete the task Any blockers or open questions to resolve Priority order if multiple steps remain 5. Context to Preserve User preferences or style requirements Domain-specific details that aren't obvious Any promises made to the user Be concise but complete—err on the side of including information that would prevent duplicate work or repeated mistakes. Write in a way that enables immediate resumption of the task. Wrap your summary in tags.`; //# sourceMappingURL=CompactionControl.js.map