We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa0031 commit 155901bCopy full SHA for 155901b
.claude/settings.local.json
@@ -6,7 +6,8 @@
6
"Bash(do grep -l \"\"type\"\":\"\"reasoning\"\" $f)",
7
"Bash(done)",
8
"WebSearch",
9
- "WebFetch(domain:ai-sdk.dev)"
+ "WebFetch(domain:ai-sdk.dev)",
10
+ "Bash(npm run typecheck:*)"
11
],
12
"deny": [],
13
"ask": []
lib/janitor.ts
@@ -336,6 +336,7 @@ export class Janitor {
336
return {
337
prunedCount: finalNewlyPrunedIds.length,
338
tokensSaved,
339
+ thinkingIds: [],
340
deduplicatedIds,
341
llmPrunedIds: expandedLlmPrunedIds,
342
deduplicationDetails,
0 commit comments