Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Bug fix: malformed AskUserQuestion entry message stringified the wrong value

Fixed a bug where a malformed AskUserQuestion entry's error message showed the wrong value

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaAskUserQuestionwhat it touches
KindBug Fixesin v2.1.268,
You'll notice

Fixed a bug where a malformed AskUserQuestion entry's error message showed the wrong value

What

When AskUserQuestion receives input containing a question entry that isn't a properly formed object, the diagnostic message shown now correctly stringifies the actual malformed entry, instead of an unrelated variable left over from an outer loop.

Why

This makes the "[malformed question entry]" diagnostic actually show the problematic data, making it easier to see what was wrong with the input.

See this entry in the whole of v2.1.268 →

Feedback