A "Claude-proposed goals" setting in the config panel controls whether Claude suggests session goals.
What's wrong with this entry?
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".
- Values are
["auto", "alwaysAsk", "disabled"], withautoresolved as the default. - The panel row is consent-gated and only appears when that gate returns true.
- Changing it emits
tengu_model_proposed_goals_changedwith the chosen value and sourceconfig_panel. - A matching "goal proposal" status label was added to the status-string table.
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.
-
v2.1.229
Goals record where they came from
Both mention goal
-
v2.1.229
Goal-set events gain an origin, one-shot warnings share a registry
Both mention goal
-
v2.1.229
Queued goals record where they came from
Both mention goal