You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(anthropic): strip all thinking blocks from historical messages
Strip ALL thinking blocks from historical assistant messages to avoid
"Invalid signature in thinking block" errors when Anthropic thinking
signatures expire.
Anthropic thinking signatures are time-limited and single-use. Replaying
them causes API errors that brick sessions until manual reset. The
current-turn thinking block is preserved by the stream handler, not by
transcript replay.
Fixes#88932
0 commit comments