Files
vscode/extensions
Bhavya U 1bca40eddf Fix enableThinking mismatch causing inline summarization cache misses (#311851)
The inline summarization path computed enableThinking differently from
the main agent loop in toolCallingLoop.ts. For Anthropic on non-continuation
turns without thinking blocks yet, the old logic set enableThinking=false
while the main agent kept it true. This thinking parameter mismatch
invalidated the Anthropic message cache, causing 0% cache hit rate on
inline summarization requests.

Align with the main loop: only disable thinking on continuation turns
for Anthropic when no thinking blocks exist in messages.
2026-04-22 06:57:59 +00:00
..
2026-04-16 22:03:37 -04:00
2026-04-16 22:03:37 -04:00