What's wrong with this entry?
Anonymous. No account, no email.
- Fixed interactive prompt detection: commands that appear to be waiting for interactive input now get a more helpful error message suggesting piped input or non-interactive flags (search for
"appears to be waiting for interactive input")
- Fixed GitHub issue link rendering to use
owner/repo#123format instead of just#123, producing proper cross-repository links (search for"owner/repo#123")
- Fixed table cell rendering by tracking blank cells (
cellIsBlankproperty), improving display of sparse tabular data
- Fixed auto-backgrounded task tracking: the tool result now includes a
was_auto_backgroundedfield when a command was auto-backgrounded by the assistant-mode blocking budget (search for"auto-backgrounded by the assistant-mode blocking budget")