Skip to content

Commit 0288214

Browse files
committed
cleanup
1 parent 4ae8475 commit 0288214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/state/state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const checkSession = async (
3131
const lastCompactionTimestamp = findLastCompactionTimestamp(messages)
3232
if (lastCompactionTimestamp > state.lastCompaction) {
3333
state.lastCompaction = lastCompactionTimestamp
34-
// Clear stale tool data - these tools no longer exist in context
3534
state.toolParameters.clear()
3635
state.prune.toolIds = []
3736
logger.info("Detected compaction from messages - cleared tool cache", { timestamp: lastCompactionTimestamp })

0 commit comments

Comments
 (0)