You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pass appSessionId to resolveResumeModel in all provider runtimes
The /active-model endpoint stores model changes keyed by app session ID,
but provider runtimes called resolveResumeModel with only the provider-
native session ID, so the stored override was never found.
- Update resolveResumeModel to accept optional appSessionId parameter
- Pass appSessionId from handleChatSend to all provider runtimes
- Strip ANTHROPIC_MODEL env vars so explicit model option takes precedence
- Add test verifying appSessionId-based model resolution
Fixes#981 (runtime part)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments