76c384ea53
conv.model was stored at conversation creation time and short-circuited the get_setting() call, so changing default_model in Settings had no effect on existing conversations. Now the user's default_model setting is always the source of truth for generation and summarization. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>