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.0.10 Home All releases olderv2.0.9 v2.0.11newer
Claude Code v2.0.10

Top-of-Feed Tips

What changed: Added configurable tips system that displays messages at the top of the conversation feed

Details:

  • New u_0() component renders tips with color options: warning, error, or dimmed
  • Tips cached in dynamic configs via A2Q config key
  • Ma5() hook retrieves current tip using B2Q()
  • Automatically invalidates cache when tip changes
  • Default state: { tip: "", color: "dim" }
  • Evidence: u_0() at line 424743, Ma5() at line 424769 in v2.0.10 (did not exist in v2.0.9)

See this entry in the whole of v2.0.10 →