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.133 Home All releases olderv2.1.132 v2.1.136newer

Default Agents View [Gradual Rollout]

What

Users with the agents interface enabled can make Claude Code open the agents view by default.

Usage
{
  "defaultToAgentsView": true
}
Details
  • A new config UI toggle appears as “Open agents view by default”.
  • When enabled, normal interactive startup can enter the agents view without requiring claude agents.
  • This depends on the existing agents-view gate, so not every user will necessarily see it.
Evidence

Config option and startup behavior were added (search for "Open agents view by default" and "defaultToAgentsView").

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.133 →