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(copilot): thread chatModel through post + terminal-state dual-writes
The user-message append path (post.ts) and assistant-finalize path
(terminal-state.ts) were calling appendCopilotChatMessages without
chatModel, leaving the model column NULL on every interactive turn.
post.ts now projects model from .returning(...); terminal-state.ts
adds model to the in-tx SELECT and surfaces it through a closure.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments