实验基线同步修复 - #57
Merged
Merged
Conversation
2:语义库默认走fixture测试,只有指定端口修改值才走语义库,如今开放后修改默认值为语义库 3:课程菜单的禁用状态未分开缺失语义材料和未装载此语义库,区分一下 4:后端 get_conversation 里 runs 用 ORDER BY created_at DESC, workflow_run_id DESC(新→旧),前端 completedTurns 按此渲染,所以最新回合在顶部。但前端 store 一直假设 runs 是旧→新(latestAttempt = runs[last]、regenerate 用 [...retainedAttempts, regenerated] 末尾追加)。两处矛盾:既让"最新回合跑到顶",也让"重新生成"默认瞄准的老回合。 修复多轮对话context及显示BUG 5:之前设计BYOK和个人个性化设置比如主题色/明暗/模拟角色/输出风格 都走的local session 这种前端储存后端字段值,我认为从全局看更应该后端SQlite维护并给user表建立索引去管理,然后暴露字段状态给前端进行渲染,全局意识很重要,这次进行迁移
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.
No description provided.