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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

New setting: Claude-proposed goals

Use it now
Useful4 Signal3
Settings Notable not in their notes

A "Claude-proposed goals" setting in the config panel controls whether Claude suggests session goals.

modelProposedGoals
What

A new setting, modelProposedGoals, controls whether Claude can propose goals for your session. auto (the default when the key is absent) lets the model decide per proposal whether to ask you, alwaysAsk sends every proposed goal through the approval dialog, and disabled turns the feature off entirely. It appears in the config panel under "Input & controls" as "Claude-proposed goals".

Details
  • Values are ["auto", "alwaysAsk", "disabled"], with auto resolved as the default.
  • The panel row is consent-gated and only appears when that gate returns true.
  • Changing it emits tengu_model_proposed_goals_changed with the chosen value and source config_panel.
  • A matching "goal proposal" status label was added to the status-string table.
Evidence

tengu_model_proposed_goals_changed, Claude-proposed goals, "Claude-proposed goals"

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.227 →