10 Commits
Author SHA1 Message Date
coso 8ea5050aba release: ship v1.1.0 2026-04-02 20:36:21 +08:00
coso a737e63fb2 release: bump version to 0.65.0
主要更新:
- 优化 WorkbenchPage 导航显示,项目管理按钮显示主题上下文
- 修复双重背景问题,移除冗余的背景色和边框
- 移除 NovelCanvas 中的 HeaderTitle 和横线
- 修复 MCP 相关测试的编译错误(添加 meta 字段)
- 修复 scheduler 测试的导入问题
- 代码格式化和 lint 修复
2026-02-13 16:15:50 +08:00
coso 8da33ec9a0 release: bump version to 0.64.0 2026-02-12 20:30:57 +08:00
coso cb9c8255e4 chore: bump version to 0.62.0 2026-02-10 03:10:54 +08:00
coso c6f433f190 feat: complete plugin system refactoring and credential management improvements 2026-01-25 01:13:50 +08:00
coso 2e41683134 fix: 修复后台线程调用 UI 导致的 macOS 崩溃问题
修复了在 tokio 后台线程中调用 macOS UI 操作导致的崩溃:
- 使用 run_on_main_thread() 将更新窗口创建操作调度到主线程
- 解决 "Must only be used from the main thread" 断言失败
- 修复测试代码中过时的 iflow 字段引用
- 更新版本号到 0.48.0
2026-01-22 12:37:23 +08:00
coso 6dd714f110 feat: 从 Provider API 获取模型列表 & 修复 UTF-8 切片 panic
主要更新:
- 新增从 Provider /v1/models API 获取模型列表功能
- 当本地模型注册表为空时自动从 API 获取
- 修复 OpenAI 协议中 UTF-8 字符串切片导致的 panic
- 统一 Provider ID 与 JSON 文件名一致
- 添加数据库迁移逻辑处理旧版 Provider ID
- 清理未使用的模块 (injection, proxy, resilience, telemetry)
- 重构 workspace crates 结构

版本: 0.47.4
2026-01-16 12:46:47 +08:00
coso 0cf5cd5c5d chore: bump version to 0.45.0 2026-01-13 02:29:07 +08:00
cosoandClaude Opus 4.5 2b32211e85 chore: update model configurations and pricing data
Update model definitions across all providers with latest pricing,
capabilities, and release information.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 19:09:52 +08:00
coso ed651be952 fix: 修复模型资源路径问题,添加 models 资源文件
- 修复 model_registry_service.rs 中资源路径 (models -> resources/models)
- 从 .gitignore 移除 models 目录忽略规则
- 添加 75 个 provider 模型配置文件
- 添加 kiro 和 antigravity 别名配置
2026-01-07 10:31:07 +08:00