coso
b400187197
release: prepare v1.12.1
2026-04-17 07:18:55 +08:00
coso
558e80e5a7
release: v1.12.0
2026-04-16 23:32:03 +08:00
coso
d5902c9380
release: v1.11.0
2026-04-15 02:09:45 +08:00
coso
bf03e44ac7
release: v1.10.0
2026-04-13 13:07:08 +08:00
coso
0f15b8a71e
release: v1.9.0
2026-04-13 02:50:53 +08:00
coso
0b535507bb
chore: release v1.8.0
2026-04-12 12:48:28 +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
c6d1fc4b4a
chore: finalize v1.5.1 release
2026-04-08 01:36:07 +08:00
lwmacct
5250527e80
chore: 清理项目配置并更新 .gitignore
2026-01-11 15:06:53 +08:00
coso
7d7f156234
chore: bump version to v0.41.0
2026-01-11 05:01:59 +08:00
coso
d67ca77a5f
v0.38.0: 修复自定义 Provider 添加 API Key 问题,OAuth 插件标记为实验功能
2026-01-09 18:43:52 +08:00
coso and Claude Opus 4.5
3954a6224a
chore: update lock files for @tauri-apps/plugin-global-shortcut
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-09 10:11:41 +08:00
coso and Claude Opus 4.5
73c7906768
chore: bump version to v0.36.0
...
- Update version in package.json, Cargo.toml, and tauri.conf.json
- Fix ESLint errors: add missing React imports
- Fix unused variable warnings
- Fix react-hooks/exhaustive-deps issues
- Fix process.env for Vite environment
- Suppress react-refresh/only-export-components warnings
- Fix missing 'language' field in Config tests
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 14:19:33 +08:00
coso
843a6b7d8d
Merge branch 'main' into feat/component-debug-overlay
2026-01-08 08:41:32 +08:00
coso
fb5126f794
Merge pull request #77 from tjengbudi/main
...
Added: English translation
2026-01-08 08:40:18 +08:00
coso and Claude Opus 4.5
b7d6dde8a6
chore: bump version to v0.35.0
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 08:32:10 +08:00
justMe
13e5b84616
Merge branch 'main' into main
2026-01-08 04:36:09 +07:00
budi
157db3fd78
fix: improve i18n translations and fix DOM replacement order
...
- Fixed 20 translation entries with concatenated words and incorrect formatting
- Fixed critical bug in DOM replacer that caused partial translations
- Sort translation patches by length (longest first) to prevent substring replacement issues
- Fixed TypeScript and ESLint errors
- Added comprehensive documentation of fixes
2026-01-08 04:32:05 +07:00
coso
d321c621e1
chore: bump version to v0.34.0 and fix lint errors
2026-01-07 21:14:48 +08:00
mxrain
61d9c574a2
fix: 改进组件调试文件路径提示,说明仅开发模式可用
2026-01-07 21:02:41 +08:00
coso
5827087780
fix: Connect API Key 保存到 API Key Provider 系统而非 Provider Pool
...
- 修改 save_relay_api_key 命令使用 ApiKeyProviderService
- 自动创建自定义 Provider(使用 connect- 前缀 + 中转商 ID)
- 更新前端 useDeepLink hook 适配新的返回类型 SaveApiKeyResult
- 修复 API Key 显示在错误的凭证池标签页问题
2026-01-05 23:14:47 +08:00
pengshiyu and Claude Opus 4.5
0a99125ba9
feat: 智能降级凭证选择 - Provider Pool 回退至 API Key Provider
...
当 Provider Pool 中没有可用凭证时,自动降级到 API Key Provider 获取凭证:
- 在 AppState 中添加 api_key_service 字段支持智能降级
- 在 provider_pool_service.rs 中添加 select_credential_with_fallback 方法
- 在 api_key_provider_service.rs 中添加 map_pool_type_to_api_type 类型映射
- 更新 /v1/chat/completions 端点支持多源凭证选择
- 支持 OAuth、API Key、Plugin 三种凭证来源的智能选择
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 19:56:05 +08:00
coso
2166fe2841
feat: v0.24.0 - 重构应用布局,添加启动画面和全局图标侧边栏
...
主要更新:
- 添加启动画面 (SplashScreen) 显示 Logo
- 添加全局图标侧边栏 (AppSidebar) 类似 cherry-studio
- 更新窗口默认尺寸为 1280x800,最小尺寸 960x600
- 更新应用图标为新 Logo
- 重构 Agent 页面布局,简化组件结构
- 修复技能安装/卸载功能
- 修复 Claude 图片识别问题
- Skills 自动注入到 Agent System Prompt
2025-12-31 13:22:19 +08:00
coso
f73254db03
feat: 添加右键菜单系统
...
- 安装 @radix-ui/react-context-menu 依赖
- 创建基础 ContextMenu UI 组件
- 为工具箱卡片添加右键菜单(启用/禁用、复制信息、删除)
- 为插件中心已安装列表添加右键菜单(启用/禁用、卸载)
- 为 Flow Monitor 请求记录添加右键菜单(复制、查看详情、清除)
- 为凭证池凭证卡片添加右键菜单(刷新、复制、删除)
- 为配置管理配置项添加右键菜单(编辑、复制、删除)
- 修复菜单背景透明问题
版本更新至 v0.23.0
2025-12-30 02:02:10 +08:00
coso and Claude Opus 4.5
3f6479b1ad
feat: 添加 AI Agent 功能和 aster-server 按需下载
...
主要功能:
- 新增 AI Agent 页面,支持多 Provider 对话
- aster-server 改为按需下载,不再打包在应用中
- 在 Extensions 页面添加二进制组件管理
- Agent 页面支持快速安装 aster-server
技术改进:
- 扩展 Plugin 类型,新增 Binary 类型
- 添加 GitHub Release 下载器
- 支持下载进度显示和 SHA256 校验
- 使用 gateway provider 通过 ProxyCast 代理请求
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 12:13:57 +08:00
coso and Claude Opus 4.5
ba0af7ebf0
v0.19.0: 浏览器拦截器 - macOS 默认浏览器接管功能
...
新增功能:
- 浏览器拦截器模块,支持 macOS 系统默认浏览器接管
- 自动拦截系统 URL 请求并转发到 AI 客户端
- URL 历史记录管理与复制功能
- 系统状态监控面板
- 支持 Chrome/Firefox/Safari 等多浏览器检测与恢复
技术改进:
- 使用 tauri-plugin-deep-link 实现 URL scheme 注册
- 使用 tauri-plugin-single-instance 防止多实例
- Launch Services API 集成实现浏览器管理
- 修复速率限制测试的不稳定性问题
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-25 21:30:43 +08:00
coso
35b2636bce
v0.18.0: 配置管理优化 - 外部配置变更检测与一键导入
2025-12-25 09:38:01 +08:00
coso
0231243be3
fix: 修复 Flow Monitor 头部布局和清理所有日志功能
...
- 修复头部标题和按钮挤在一起的问题,改用响应式布局
- 修复清理所有日志功能,使用未来时间点确保删除所有数据
- 版本更新至 0.17.11
2025-12-25 00:47:16 +08:00
coso
4a64ae76c7
fix: 添加 vite-plugin-svgr 依赖并修复 SVG 类型声明
2025-12-25 00:00:45 +08:00
PeanutSplash
eb2b69c6bb
feat: add Zhipu icon, custom scrollbar styles, and SVGR support
...
- Added a new SVG icon for Zhipu in the icons provider directory.
- Implemented custom scrollbar styles for better UI experience.
- Updated Vite configuration to include SVGR plugin for importing SVGs as React components.
- Added SVGR type definitions to Vite environment declarations.
2025-12-24 23:32:11 +08:00
coso
b26e222e43
fix: 修复默认路由端点 provider_type 硬编码为 kiro 的问题 ( #41 )
...
- route_cmd.rs: get_available_routes 和 get_route_curl_examples 现在从配置读取 default_provider
- provider_router.rs: 新增 with_default_provider 构造函数,支持动态默认 Provider
- server/mod.rs: 路由列表 API 从 state.default_provider 读取默认 Provider
Closes #41
2025-12-24 21:09:47 +08:00
jiesen
d215816a18
新增 Codex Base URL 配置输入
2025-12-21 20:12:39 +07:00
jiesen
f5406f7013
更新前端端口与安全提示
2025-12-20 21:05:20 +07:00
L_SEN
2e79602803
fix: 解决终端窗口闪现问题
...
- 在 Windows 上为所有外部命令添加 CREATE_NO_WINDOW 标志
- 修复托盘复制 API 地址功能
- 修复打开配置文件夹和认证目录功能
- 修复工具版本检查功能
- 添加 sonner 依赖解决前端构建问题
- 修复代码格式问题
2025-12-20 16:07:09 +08:00
coso
bc10b355a7
feat: 切换配置时自动清理 Claude 认证冲突并添加操作提示
...
- 添加 clean_claude_auth_conflict 函数,切换 Claude 配置时自动移除冲突的 ANTHROPIC_API_KEY
- 安装 sonner 并添加 Toaster 组件
- 切换/添加/更新/删除配置时显示成功提示
- 版本更新至 0.14.1
2025-12-20 15:29:32 +08:00
L_SEN
4dd725f095
feat: 添加版本检查功能
...
- 添加 GitHub API 版本检查功能
- 实现语义化版本比较逻辑
- 更新前端版本检查 UI 和交互
- 添加新版本提示和下载链接
- 更新仓库信息到 aiclientproxy 组织
- 更新文档链接到官方文档站点
- 保持与 0.14.0 版本兼容性
- 统一代码格式化
2025-12-20 13:12:51 +08:00
coso
b94fc6e62f
feat: 系统托盘功能 + 允许添加截断凭证
...
- 实现完整的系统托盘功能
- 托盘图标状态显示(运行/警告/错误/停止)
- 托盘菜单:服务器控制、凭证状态、快捷工具
- 单击/双击托盘图标交互
- 状态同步机制
- 修复:允许添加被截断的 refreshToken 凭证,刷新时才提示
版本更新: 0.12.5 -> 0.13.0
2025-12-19 02:01:10 +08:00
coso
ef222eb961
feat: 添加网络代理设置 UI
...
- 在通用设置中添加全局代理 URL 配置
- 在凭证编辑中添加凭证级代理设置
- 添加代理 URL 验证函数及属性测试
- 在凭证列表中显示代理标识
- 修复文档测试问题
版本更新: 0.12.4
2025-12-18 22:12:31 +08:00
coso
117085e597
fix: increase request body limit to 100MB for Claude Code /compact command
...
- Add tower-http dependency with limit feature
- Configure DefaultBodyLimit::max(100MB) on axum Router
- Fixes CONTENT_LENGTH_EXCEEDS_THRESHOLD error when using /compact
Closes #2
2025-12-17 12:10:14 +08:00
coso
aca666ea1d
feat: v0.10.0 - 配置与凭证统一导入导出功能
...
主要更新:
- 实现以 YAML 配置文件为单一数据源的统一配置管理
- 支持凭证池配置同步到 YAML 文件
- 实现配置和凭证的统一导入导出
- 支持 OAuth Token 文件存储在可配置的 auth-dir 目录
- 实现配置热重载时自动同步凭证池
- 添加导出脱敏功能保护敏感信息
- 支持导入时合并或替换模式
2025-12-17 12:00:54 +08:00
coso
a18384bcef
chore: bump version to 0.9.0
...
- Add plugin system (Phase 6)
- Add plugin manager with hook system
- Add plugin loader and lifecycle management
- Add plugin configuration UI
- All Phase 6 tests passing (292 tests)
2025-12-16 18:48:36 +08:00
coso
2e6de831fa
v0.7.0: Add Antigravity Provider, dynamic routes, pre-commit hooks
...
Features:
- Add Antigravity Provider for Google internal Gemini 3 Pro API
- Add dynamic route support (/:selector/v1/messages)
- Add protocol converter for Antigravity
- Add protocol selector for smart conversion path
Improvements:
- Add pre-commit hooks for local lint/format checks
- Simplify CI to only build check (lint moved to pre-commit)
- Update frontend with Antigravity support
Breaking Changes:
- Route parameter syntax changed from {param} to :param for Axum 0.7
2025-12-15 12:54:23 +08:00
coso
f3272b93a2
fix: Kiro OAuth token refresh and health check
...
- Fix health check request format with correct fields (chatTriggerType, modelId, origin)
- Load clientIdHash file correctly for IdC authentication
- Add success notifications for token refresh and health check
- Clean up debug println statements, use tracing instead
- Fix ESLint warnings
Version: 0.6.1
2025-12-15 09:30:10 +08:00
coso
fa69ceeaee
feat: add frontend lint checks to CI
...
- Add ESLint config (eslint.config.js) for ESLint 9
- Add ESLint dependencies to package.json
- Update CI workflow to include:
- ESLint check
- Prettier format check
- Fix lint errors:
- Remove unused catch variable in Logs.tsx
- Add eslint-disable for intentional useEffect dependency
- Run prettier to format all source files
2025-12-14 10:51:48 +08:00
coso
6d53cccc42
chore: add package-lock.json for CI
2025-12-14 02:56:03 +08:00