28 Commits
Author SHA1 Message Date
coso 558e80e5a7 release: v1.12.0 2026-04-16 23:32:03 +08:00
coso 26751bc117 release: v1.7.0 2026-04-11 01:17:15 +08:00
coso 182c0d464a feat: ship lime 1.6.1 rollout 2026-04-09 18:47:33 +08:00
coso db3bfae4ff release: v1.6.0 2026-04-09 00:08:21 +08:00
coso d2c56ba418 chore: release v1.5.0 2026-04-08 00:38:05 +08:00
coso 7c06f84e16 release: v1.4.0 2026-04-06 22:50:50 +08:00
coso e9ba195ff6 release: v1.3.0 2026-04-05 13:42:25 +08:00
coso f9ff9c1abd release: prepare v1.2.0 2026-04-04 09:45:04 +08:00
coso 8ea5050aba release: ship v1.1.0 2026-04-02 20:36:21 +08:00
coso 0398fc8c8e chore: release v1.0.1 2026-04-01 07:09:52 +08:00
coso ae7b3163a9 chore: release v0.99.0 2026-03-30 14:31:05 +08:00
coso deceacc699 chore: release v0.98.0 2026-03-29 14:15:34 +08:00
coso 26e7c60fdd chore: release v0.97.0 2026-03-27 14:35:56 +08:00
coso 0ee56c1098 chore: release v0.96.0 2026-03-25 22:04:38 +08:00
coso d15d9aa65d feat: release v0.89.0 and rename Proxycast to Lime 2026-03-17 07:16:33 +08:00
cosoandClaude Opus 4.6 9758c31140 feat: release v0.86.0 with full pending changes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 21:05:42 +08:00
coso 447c906cbf fix: resolve clippy warnings - add Default derives, implement FromStr traits, fix unnecessary unwraps 2026-03-09 09:03:17 +08:00
coso 2888352a00 feat: release v0.81.0 with full pending changes 2026-03-08 07:53:37 +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 7144cf771a chore: bump version to 0.43.0 2026-01-12 00:00:11 +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