Group of 2 Nothing to try yet Notable
No documentation found
The SDK-host remote-control lane can now apply a model or effort switch to an already-running session
What
- New
applyModelPickandapplyEffortSeedcapabilities let the SDK-host (bridge/server) side of remote control apply a model change or an effort-level (reasoning effort) change to a session that is already running. - The bridge reads a
claude_code_argsvalue from auto-mode facts, and when a model or effort value is present and different from the last one applied, it calls these functions on the session, loggingsdk-host lane model pick appliedorsdk-host lane effort seeded. - If the running session declines the change, the attempt is logged as a refusal warning rather than silently failing.
Why This lets a remote controller adjust which model or effort/reasoning level a live session uses without restarting it, while making it visible when the session refuses to accept the change.
Names in the bundleapplyModelPickapplyEffortSeed