Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.84 Home All releases olderv2.1.83 v2.1.85newer
Claude Code v2.1.84

  • 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#123 format instead of just #123, producing proper cross-repository links (search for "owner/repo#123")
  • Fixed table cell rendering by tracking blank cells (cellIsBlank property), improving display of sparse tabular data
  • Fixed auto-backgrounded task tracking: the tool result now includes a was_auto_backgrounded field when a command was auto-backgrounded by the assistant-mode blocking budget (search for "auto-backgrounded by the assistant-mode blocking budget")

See this entry in the whole of v2.1.84 →