Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

New getAdvisorSetting() accessor added to app-state facade

Permission and session logic can now read an advisor model setting through a new app-state accessor.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaModelswhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Permission and session logic can now read an advisor model setting through a new app-state accessor.

The internal app-state facade exposed to permission and session logic gains a getAdvisorSetting() accessor (returning advisorModel), alongside existing getters like getMcp and getProactivityLevel.

Read from
Names in the bundlegetAdvisorSettingadvisorModel
What the documentation says
Documented inclaude-code/advisor
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up advisorModel, on CLI reference. | `--advisor <model>` | Enable the server-side [advisor tool](/docs/en/advisor) for this session with a model alias, `fable`, `opus`, or `sonnet`, or a full model ID. Takes precedence over the `advisorModel` setting for the session. `fable… cli-reference see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up advisorModel, on CLI reference.

See this entry in the whole of v2.1.257 →

Feedback