Skip to content

Commit 155901b

Browse files
committed
typecheck
1 parent 0aa0031 commit 155901b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"Bash(do grep -l \"\"type\"\":\"\"reasoning\"\" $f)",
77
"Bash(done)",
88
"WebSearch",
9-
"WebFetch(domain:ai-sdk.dev)"
9+
"WebFetch(domain:ai-sdk.dev)",
10+
"Bash(npm run typecheck:*)"
1011
],
1112
"deny": [],
1213
"ask": []

lib/janitor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ export class Janitor {
336336
return {
337337
prunedCount: finalNewlyPrunedIds.length,
338338
tokensSaved,
339+
thinkingIds: [],
339340
deduplicatedIds,
340341
llmPrunedIds: expandedLlmPrunedIds,
341342
deduplicationDetails,

0 commit comments

Comments
 (0)