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.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

New Settings

What

Several new user-configurable settings have been added.

Details
  • prUrlTemplate — URL template for PR links in the footer badge and inline messages. Supports placeholders: {host}, {owner}, {repo}, {number}, {url}. Example: "https://reviews.example.com/{owner}/{repo}/pull/{number}" (search for "URL template for PR links")
  • theme — now documented with .describe("Color theme for the UI") (search for "Color theme for the UI")
  • fileCheckpointingEnabled — now documented with .describe("Snapshot files before edits so /rewind can restore them") (search for "Snapshot files before edits")
  • timestampMessages — stamps each assistant message with its arrival time, described as 'Show "Cooked for Nm Ns" after each assistant turn' (search for "Cooked for")
  • todoTrackingEnabled — enables the todo/task tracking panel, described as "Enable the todo / task tracking panel" (search for "Enable the todo")
  • notificationChannel — preferred OS notification channel (search for "Preferred OS notification channel")
  • showFullToolOutput — shows full tool output instead of truncated summaries (search for "Show full tool output")
  • keybindingMode — key binding mode for the prompt input (search for "Key binding mode")
  • remoteControlAtStartup — start Remote Control bridge automatically each session (already existed, now with description)
  • autoUploadSessions — mirror local sessions to claude.ai as view-only (already existed, now with description)
Evidence

New settings (search for the .describe( strings listed above)

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.119 →