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 4ae8475 commit 0288214Copy full SHA for 0288214
lib/state/state.ts
@@ -31,7 +31,6 @@ export const checkSession = async (
31
const lastCompactionTimestamp = findLastCompactionTimestamp(messages)
32
if (lastCompactionTimestamp > state.lastCompaction) {
33
state.lastCompaction = lastCompactionTimestamp
34
- // Clear stale tool data - these tools no longer exist in context
35
state.toolParameters.clear()
36
state.prune.toolIds = []
37
logger.info("Detected compaction from messages - cleared tool cache", { timestamp: lastCompactionTimestamp })
0 commit comments