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.58 Home All releases olderv2.0.57 v2.0.59newer
Claude Code v2.0.58

Tree-Select Session Grouping (Feature-Flagged)

What: Infrastructure for grouping related sessions (forks/branches with same session ID) in a collapsible tree structure.

Details:

  • Currently disabled via feature flag (xg() returns false)
  • Groups sessions by session ID with expand/collapse support
  • Uses "▼" and "▶" indicators for group state
  • Evidence: QV9() at line 496553, h_3() grouping at line 497146, xg() flag at line 513608 in v2.0.58

See this entry in the whole of v2.0.58 →