Fix/一键配置失效 (#2249)

* style(FailoverQueueManager): 显示供应商备注信息

* style(FailoverQueueItem): 添加供应商备注字段以支持备注信息显示

* style(FailoverQueueManager): 显示供应商备注信息

* style(FailoverQueueItem): 添加供应商备注字段以支持备注信息显示

* style(FailoverQueueManager): 更新供应商备注信息的显示样式

* style(FailoverQueueItem): 添加条件序列化以优化供应商备注字段

* fix: 优化模型状态管理,确保配置更新时正确引用最新设置

* fix(skill): improve error handling for skill source directory resolution

Co-authored-by: Copilot <copilot@github.com>

* fix(gemini): simplify project directory retrieval in scan_sessions function

* fix(useModelState): optimize latestConfigRef assignment in useModelState hook

* fix(useModelState): remove unnecessary blank line in useModelState hook

---------

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Coconut-Fish
2026-04-23 15:36:03 +08:00
committed by GitHub
parent 59735f976b
commit 010b163430
4 changed files with 23 additions and 20 deletions
@@ -13,6 +13,7 @@ function makeSkill(overrides: Partial<InstalledSkill> = {}): InstalledSkill {
gemini: false,
opencode: false,
openclaw: false,
hermes: false,
},
installedAt: 0,
updatedAt: 0,