feat: Add per-conversation model selection support#467
Open
fengjunhui31 wants to merge 1 commit intoChevey339:masterfrom
Open
feat: Add per-conversation model selection support#467fengjunhui31 wants to merge 1 commit intoChevey339:masterfrom
fengjunhui31 wants to merge 1 commit intoChevey339:masterfrom
Conversation
Fixes Chevey339#464: Model switching no longer affects all conversations. - Add modelProvider/modelId fields to Conversation (HiveField 12, 13) - Priority: conversation → assistant → global default - New conversations inherit current model selection - Forked conversations inherit source's model Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
顶栏助手模型的显示和下面文编编辑框中的话题模型要怎么考虑。上面ux直觉上更像是助手模型,下面ux直观理解更像是话题模型 |
Author
|
我倒是觉得顶部的ux直觉更像是当前会话的模型?因为已经进入到了会话内容中,我更倾向直觉显示的是当前会话的选中的模型 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
modelProvider和modelId字段 (HiveField 12, 13)Fixes #464: 切换模型不再影响所有历史对话
Test plan
🤖 Generated with Claude Code