Commit Graph

81 Commits

Author SHA1 Message Date
xintaofei
743aab5baf # Release version 0.8.4
- perf(frontend): optimize ACP tool call output handling to reduce CPU and memory pressure.
- perf(file-watch): increase debounce and batch window to reduce event pressure.
- fix(windows): normalize Windows file paths with leading slash and add i18n to link safety dialog.
- fix(macos): detect untracked file deletion via Finder as remove event.
- fix(macos): update traffic-light Y position.
-----------------------------
# 发布版本 0.8.4

- 性能(前端):优化 ACP 工具调用输出处理,降低 CPU 和内存压力;
- 性能(文件监听):增大防抖和批处理窗口,减少事件压力;
- 修复(Windows):规范化 Windows 文件路径前导斜杠,并为链接安全对话框添加国际化支持;
- 修复(macOS):检测通过 Finder 删除的未追踪文件并正确触发移除事件;
- 修复(macOS):更新红绿灯按钮 Y 轴位置。
2026-04-13 22:54:27 +08:00
xintaofei
8fefad14d4 # Release version 0.8.3
- fix(frontend): fix find widget tooltip flicker, clipping, and close button alignment.
- fix(frontend,macos): reduce dark mode white flash on window open.
- fix(macos): persist zoom level to DB so traffic lights use correct position on launch.
- fix(macos): adjust traffic-light Y baseline from 18 to 17 for better vertical alignment.
- fix(i18n): add ellipsis to reasoning thinking label across all locales.
-----------------------------
# 发布版本 0.8.3

- 修复(前端):修复查找组件工具提示闪烁、裁剪及关闭按钮对齐问题;
- 修复(前端,macOS):减少暗色模式下窗口打开时的白色闪烁;
- 修复(macOS):将缩放级别持久化到数据库,确保红绿灯按钮在启动时使用正确位置;
- 修复(macOS):将红绿灯按钮 Y 轴基线从 18 调整为 17,优化垂直对齐;
- 修复(i18n):为所有语言的推理思考标签添加省略号。
2026-04-13 12:46:47 +08:00
xintaofei
7d4224e0c0 # Release version 0.8.2
- feat(frontend): replace native scrollbar styling with OverlayScrollbars for a polished, overlay-style scrollbar experience.
- feat: show real-time download progress bar for app updates.
- feat: stream real-time progress for agent SDK install/upgrade/uninstall.
- feat(macos): set traffic-light position via Tauri builder API and sync with zoom level.
- fix(windows): force UTF-8 encoding for all spawned child processes.
- fix(frontend): prevent body OverlayScrollbar from intercepting message list scroll events.
- fix(frontend): restore os-theme-codeg scrollbar theme lost during merge.
- fix(frontend): remove inner padding from file tree container and restore scroll container padding.
-----------------------------
# 发布版本 0.8.2

- 新增(前端):使用 OverlayScrollbars 替代原生滚动条样式,提供更精致的覆盖式滚动条体验;
- 新增:应用更新时显示实时下载进度条;
- 新增:Agent SDK 安装/升级/卸载过程支持实时流式进度展示;
- 新增(macOS):通过 Tauri builder API 设置红绿灯按钮位置并与缩放级别同步;
- 修复(Windows):强制所有子进程使用 UTF-8 编码;
- 修复(前端):防止 body 层 OverlayScrollbar 拦截消息列表的滚动事件;
- 修复(前端):修复合并后 os-theme-codeg 滚动条主题丢失的问题;
- 修复(前端):移除文件树容器内边距并恢复滚动容器的正确 padding。
2026-04-12 23:13:49 +08:00
xintaofei
0fafe782ee feat(frontend): replace native scrollbar styling with OverlayScrollbars
Adopt OverlayScrollbars for cross-platform consistent overlay scrollbars
with auto-hide on pointer leave, hover grow effect, and click-to-scroll.

- Add overlayscrollbars + overlayscrollbars-react dependencies
- Rewrite ScrollArea component from Radix to OverlayScrollbars wrapper
- Define custom theme `os-theme-codeg` in globals.css (6px → 8px on hover)
- Initialize body-level overlay scrollbar via OverlayScrollbarsInit
- Migrate all scrollbar-thin / scrollbar-thin-edge usages to ScrollArea
- Keep native .scrollbar-thin fallback for virtua scroll containers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 20:21:06 +08:00
xintaofei
883fb64db0 # Release version 0.8.1
- feat(acp): add opencode plugin management — detect, install, uninstall plugins via preflight UI.
- feat(frontend): add OpencodePluginsModal with streaming install progress.
- feat(i18n): add opencode plugin management translations for 10 languages.
- fix(acp): use XDG paths for opencode config/cache instead of platform-native dirs.
- fix(acp): pin @latest plugin specs to installed versions and enable button when only floating versions exist.
- fix(acp): avoid false-positive comment detection on URLs in opencode.json.
- fix(acp): harden session-page connection and localize backend errors.
- fix(experts): handle Windows junction removal when unlinking skill entries.
- fix(frontend): remove explicit primary color from input bar controls.
-----------------------------
# 发布版本 0.8.1

- 新增(acp):添加 opencode 插件管理 —— 通过预检 UI 检测、安装、卸载插件;
- 新增(前端):添加 OpencodePluginsModal 组件,支持流式安装进度展示;
- 新增(i18n):为 opencode 插件管理添加 10 种语言翻译;
- 修复(acp):opencode 配置/缓存使用 XDG 路径而非平台原生目录;
- 修复(acp):将 @latest 浮动版本的插件规格固定为实际安装版本,并在仅有浮动版本时启用按钮;
- 修复(acp):避免对 opencode.json 中的 URL 误判为注释;
- 修复(acp):加固会话-页面连接并本地化后端错误信息;
- 修复(experts):处理 Windows 下取消技能条目链接时的 junction 移除问题;
- 修复(前端):移除输入栏控件的显式主色调。
2026-04-12 14:08:50 +08:00
xintaofei
eb6933f254 # Release version 0.8.0
- feat(appearance): add theme color picker with 11 shadcn presets, zoom level selector, and reset button.
- feat(appearance): add AppearanceProvider with FOUC prevention script to persist theme across reloads.
- fix(settings): default settings panel to appearance section instead of system.
-----------------------------
# 发布版本 0.8.0

- 新增(外观):添加主题色选择器(内置 11 种 shadcn 预设)、缩放级别选择器和重置按钮;
- 新增(外观):添加 AppearanceProvider 和防闪烁(FOUC)内联脚本,持久化主题配置;
- 修复(设置):打开设置面板时默认进入"外观"分区而非"系统"。
2026-04-11 17:40:55 +08:00
xintaofei
328884c802 # Release version 0.7.2
- feat(chat): show skills list on $ trigger for Codex instead of experts.
- fix(chat): restore ~/.agents/skills/ as additional Codex skill dir.
- fix(chat): support mid-text slash trigger and keyboard scroll in autocomplete.
- fix(chat): stop plan in-progress spinner when agent is not streaming.
-----------------------------
# 发布版本 0.7.2

- 新增(聊天):Codex 输入 $ 时显示技能列表,替代原有的专家列表;
- 修复(聊天):恢复 ~/.agents/skills/ 作为 Codex 额外的技能目录;
- 修复(聊天):支持在文本中间触发斜杠命令,自动补全支持键盘滚动;
- 修复(聊天):当 agent 未在流式响应时停止 plan 进行中的 spinner。
2026-04-11 11:23:30 +08:00
xintaofei
18887d77cb # Release version 0.7.1
- feat(settings): add Skills toggle for Codex CLI and improve config editor UX.
- fix(chat): use ~/.codex/skills/ for Codex expert symlinks and keep expert button always enabled.
- fix(chat): query expert skills via symlinks and use $ prefix for Codex.
- fix(chat): preserve Gemini CLI history sessions on reopen.
- fix(settings): fix Gemini CLI model edit resetting provider fields and not persisting.
-----------------------------
# 发布版本 0.7.1

- 新增(设置):为 Codex CLI 添加技能开关,优化配置编辑器交互体验;
- 修复(聊天):Codex 专家技能改用 ~/.codex/skills/ 符号链接,专家按钮始终可用;
- 修复(聊天):通过符号链接查询专家技能,Codex 使用 $ 前缀;
- 修复(聊天):重新打开时保留 Gemini CLI 历史会话记录;
- 修复(设置):修复 Gemini CLI 编辑模型时重置 provider 字段且未持久化的问题。
2026-04-11 01:17:30 +08:00
xintaofei
21bbb5492c # Release version 0.7.0
- feat(experts): add built-in expert skills with per-agent activation.
- feat(chat): add experts menu to message input toolbar.
- fix(chat): harden experts menu selection and viewport fit.
- fix(ui): raise input selector collapse breakpoint for responsive layout.
- i18n(settings): translate Agents nav label in zh-CN and zh-TW.
-----------------------------
# 发布版本 0.7.0

- 新增(专家):内置专家技能库,支持按代理分别启用;
- 新增(聊天):消息输入工具栏新增专家菜单入口;
- 修复(聊天):加强专家菜单的选择逻辑与视口适配;
- 修复(UI):提高输入选择器折叠的断点阈值,优化响应式布局;
- 国际化(设置):补全简繁中文的 Agents 导航菜单翻译。
2026-04-10 18:33:50 +08:00
xintaofei
4277f88ca8 # Release version 0.6.12
- fix(ui): add flex container to sidebar wrapper to enable conversation list scrolling.
- fix(ui): add max-height limit to commit message textarea.
- fix(ui): unify scrollbar styles across scrollable containers.
---
# 发布版本 0.6.12

- 修复(UI):为侧边栏添加 flex 容器,修复会话列表无法滚动的问题;
- 修复(UI):为提交消息文本框添加最大高度限制;
- 修复(UI):统一各滚动容器的滚动条样式;
2026-04-09 19:00:44 +08:00
xintaofei
a02af51f74 # Release version 0.6.11
- fix: override Python monarch tokenizer to fix triple-quoted string highlighting.
- fix: add KaTeX CSS and normalize LaTeX math delimiters for proper formula rendering.
- chore: bump ACP agent SDK (Claude Code, OpenCode) versions in registry.
-----------------------------
# 发布版本 0.6.11

- 修复:覆盖 Python monarch 分词器,修复三引号字符串高亮显示问题;
- 修复:添加 KaTeX CSS 并规范化 LaTeX 数学公式分隔符,修复公式渲染;
- 维护:更新 ACP 代理 SDK(Claude Code、OpenCode)注册表版本。
2026-04-09 00:31:23 +08:00
xintaofei
2da2913679 fix(ui): add katex package to fix build failure on missing CSS import
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 00:30:19 +08:00
xintaofei
6d199c9f83 # Release version 0.6.10
- fix: override Python monarch tokenizer to fix triple-quoted string highlighting.
- fix: add KaTeX CSS and normalize LaTeX math delimiters for proper formula rendering.
- chore: bump ACP agent SDK (Claude Code, OpenCode) versions in registry.
-----------------------------
# 发布版本 0.6.10

- 修复:覆盖 Python monarch 分词器,修复三引号字符串高亮显示问题;
- 修复:添加 KaTeX CSS 并规范化 LaTeX 数学公式分隔符,修复公式渲染;
- 维护:更新 ACP 代理 SDK(Claude Code、OpenCode)注册表版本。
2026-04-09 00:22:40 +08:00
xintaofei
55aadb3b65 # Release version 0.6.9
- feat: add responsive layout support for mobile and small screens.
- feat: upgrade @lobehub/icons to v5 and update agent icon colors.
- feat: add version detection and upgrade support to install scripts.
-----------------------------
# 发布版本 0.6.9

- 新增:支持移动端和小屏幕的响应式布局适配;
- 新增:升级 @lobehub/icons 至 v5,更新代理图标配色;
- 新增:安装脚本增加版本检测与升级支持。
2026-04-07 22:30:19 +08:00
xintaofei
8d97ba6f44 feat(ui): upgrade @lobehub/icons to v5 and update agent icon colors
Upgrade @lobehub/icons from v4 to v5.3.0, adopt new icon components (ClaudeCode, Codex, GeminiCLI) with Color variants, and align fallback AGENT_COLORS with official brand colors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 21:42:22 +08:00
xintaofei
dd659dcaa5 # Release version 0.6.8
- feat: add model provider management with full CRUD support.
- feat: refactor agent auth modes and add model provider authentication.
- feat: add model selection combobox for OpenCode agent configuration.
- feat: protect model provider deletion and cascade credential updates.
- feat: add slash command dropdown button in message input toolbar.
- fix: improve error message when exporting long conversations as image.
- fix: disable "auto" config option for Claude Code to prevent errors.
- fix: improve codex CLI auth mode switching to preserve auth.json keys.
- fix: update chat channel icons to Play/Square and SendHorizontal.
- chore: bump ACP agent SDK versions in registry.
-----------------------------
# 发布版本 0.6.8

- 新增:模型提供商管理,支持完整的增删改查操作;
- 新增:重构代理认证模式,新增模型提供商认证支持;
- 新增:OpenCode 代理配置增加模型选择下拉框;
- 新增:模型提供商删除保护及级联更新凭证;
- 新增:消息输入工具栏添加斜杠命令下拉按钮;
- 修复:导出长会话为图片时改进错误提示;
- 修复:禁用 Claude Code 的 "auto" 配置选项以防止错误;
- 修复:Codex CLI 认证模式切换时保留 auth.json 密钥;
- 修复:更新聊天频道图标为 Play/Square 和 SendHorizontal;
- 升级:更新注册表中 ACP agent SDK 版本。
2026-04-07 13:06:16 +08:00
xintaofei
576944ac1f # Release version 0.6.7
- feat: add export conversation to image, markdown, and HTML formats.
- feat: add copy button on hover for user messages in conversation.
- feat: add favicon for web/server mode browser tabs.
- chore: upgrade sacp to 11.0.0 stable and agent-client-protocol-schema to 0.11.
- chore: bump ACP agent SDK versions in registry.
-----------------------------
# 发布版本 0.6.7

- 新增:支持将会话导出为图片、Markdown 和 HTML 格式;
- 新增:用户消息悬停时显示复制按钮;
- 新增:Web/服务器模式浏览器标签页显示 favicon;
- 升级:sacp 升级至 11.0.0 稳定版,agent-client-protocol-schema 升级至 0.11;
- 升级:更新注册表中 ACP agent SDK 版本。
2026-04-03 23:47:51 +08:00
xintaofei
4c36369dd2 feat: add export conversation to image, markdown, and HTML formats
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 18:56:37 +08:00
xintaofei
c1158bf669 # Release version 0.6.6
New @ file mention support in chat and fixes for terminal and Docker stability.

- feat: add @ file mention support in chat input and unify directory attachment.
- fix: update run button state when terminal tab is closed directly.
- fix: fix terminal not opening in Docker and slim down Docker image.
-----------------------------
# 发布版本 0.6.6

新增聊天输入框 @ 文件提及功能,并修复终端与 Docker 稳定性问题。

- 新增:聊天输入框支持 @ 文件提及,并统一目录附件处理逻辑;
- 修复:终端标签页直接关闭时正确更新运行按钮状态;
- 修复:修复 Docker 环境下终端无法打开的问题,并精简 Docker 镜像。
2026-04-03 14:40:14 +08:00
xintaofei
e87f930ec1 # Release version 0.6.5
Bug fixes for terminal stability — fixed run button state synchronization and UUID generation in non-secure contexts.

- fix: sync run button state with terminal process via centralized exit tracking.
- fix: use randomUUID fallback for non-secure contexts in terminal-context.
-----------------------------
# 发布版本 0.6.5

终端稳定性修复 — 修复了运行按钮状态同步问题及非安全上下文中的 UUID 生成问题。

- 修复:通过集中式退出追踪机制同步运行按钮与终端进程状态;
- 修复:在非安全上下文中为 terminal-context 添加 randomUUID 回退方案。
2026-04-02 19:35:35 +08:00
xintaofei
ef94687c87 # Release version 0.6.4
WeChat channel support — connect your WeChat account via QR code scan, then interact with agents directly from WeChat. All session commands (/folder, /agent, /task, etc.) work seamlessly in WeChat conversations.

- feature: supports WeChat channel.
- feature: add click-to-preview for image attachments in chat.
- feature: add commit and push option to git commit window.
- fix: skip rendering img element when src is empty in image preview dialog.
- fix: disable macOS overscroll bounce, Thanks to @isYangs https://github.com/xintaofei/codeg/pull/54.
- optimize: terminal spawn lifecycle to eliminate output race condition.
- optimize: WeChat QR code auth flow and channel reliability.
- optimize: WeChat channel message handling and error resilience.

-----------------------------

# 发布版本 0.6.4

支持微信消息通道 — 通过扫描二维码连接微信账号,即可直接在微信中与代理交互。所有会话指令(/folder、/agent、/task 等)均可在微信对话中无缝使用。

- 功能:支持微信消息通道;
- 功能:聊天中的图片附件支持点击预览;
- 功能:Git 提交窗口新增提交并推送选项;
- 修复:图片预览对话框中 src 为空时跳过渲染 img 元素;
- 修复:禁用 macOS 过度滚动回弹效果,感谢 @isYangs https://github.com/xintaofei/codeg/pull/54;
- 优化:终端进程生命周期管理,消除输出竞态条件;
- 优化:微信二维码认证流程及通道可靠性;
- 优化:微信通道消息处理及错误恢复能力。
2026-04-02 16:50:27 +08:00
xintaofei
a34d14bf59 Release versioin 0.6.3
Supports conversational Interaction — run full agent sessions from your chat app: /folder to pick a project, /agent to choose an agent, /task <description> to start a task, then send follow-up messages as plain text. /resume to continue a previous session, /cancel to abort, /sessions to list active sessions

- feature: messaging channels now support session-related commands.
- fix: enable inline math formula rendering with single dollar signs.

-----------------------------

发布版本 0.6.3

支持会话交互 — 在聊天应用中运行完整代理会话:/folder 选择项目、/agent 选择代理、/task <描述> 启动任务,然后直接发送纯文本作为后续消息。/resume 恢复历史会话、/cancel 取消任务、/sessions 查看活跃会话

- 功能:消息通道现已支持会话相关指令;
- 修复:启用单美元符号行内数学公式渲染。
2026-04-01 19:04:39 +08:00
xintaofei
925d068bd9 Release version 0.6.2
fix: "Add to VCS" dialog displayed files already tracked by Git.
optimize: Refined the code submission logic to prevent scenarios where code submission fails.
feature: Supports remote branch deletion.
fix: resolve real-time update issue in tiled view with multiple active sessions.
optimize: session list loading.
-------------------------------------------------------
发布版本 0.6.2

修复:“添加到VCS”的弹框显示了已经被git跟踪的文件;
优化:提交代码的处理逻辑,避免一些情况无法提交代码;
特性:支持删除远程分支;
修复:解决平铺视图下多活跃会话时的实时更新问题;
优化:会话列表加载。
2026-04-01 15:02:38 +08:00
xintaofei
e8f27b0c32 Release version 0.6.1
修复设置页面的“消息渠道”菜单项未适配所有多语言;
优化MCP管理,支持所有Agent;
支持配置cline的skills;
推送窗口现在会判断是否有配置Git远程仓库,显示正确的提示信息;
修复:提交列表的提交项是否推送远程的判断基线分支之前固定是folder的分支,而不是过滤的分支;
调整:web/server模式下,设置页面不显示“Web 服务”菜单项;
修复acp返回空用量信息导致会话中断。
2026-03-31 22:39:54 +08:00
xintaofei
c4ae6188f5 Release version 0.6.0
集成消息通道,初步支持Telegram + Lark机器人、命令、事件管理;
修复:未支持docker运行环境的必要依赖;
修复部分窗口的权限设置;
Agent在实时响应中因为错误而中断时发送系统通知;
优化node全局安装时的权限处理。
2026-03-31 17:39:25 +08:00
xintaofei
544abbd15d Release version 0.5.3
解决codex在会话页面有时不返回权限配置选项;
优化web/server模式下的目录选择,现在支持目录树选择,而不是硬文本写入。
2026-03-30 15:05:09 +08:00
xintaofei
36ea3ef4bd Release version 0.5.2
重量级升级:支持二进制服务和docker部署;
修复:推送窗口的提交列表识别不到在其它分支已远程推送的提交记录。
2026-03-29 21:52:25 +08:00
xintaofei
84f6e35a7a Release version 0.5.1
重量级升级:支持二进制服务和docker部署
2026-03-29 20:46:20 +08:00
xintaofei
9ad233b65b Release version 0.5.0
又是一个重量级升级:支持二进制服务和docker部署
2026-03-29 20:31:16 +08:00
xintaofei
080a16f26c 支持无GUI的Server运行模式 2026-03-29 18:36:30 +08:00
xintaofei
7b73d7e1c2 Release version 0.4.7
修复:会话消息的工具调用里展开后无法显示新文件的内容
2026-03-29 11:52:42 +08:00
xintaofei
6df6fc1ac0 Release version 0.4.6
增强node环境检查;
修复会话页面缓存的模式和模型没有实际生效;
去掉状态栏初始化task超时设定。
2026-03-29 10:04:39 +08:00
xintaofei
ffa7188ee5 Release version 0.4.5
重构消息里读/写工具的显示,大大提升阅读性;
支持Cline Agent;
Welcome页面支持快捷键;
优化会话页面滚动到底部的按钮样式;
调整folder顶部的终端按钮。
2026-03-28 20:41:44 +08:00
xintaofei
afa67380e7 Release version 0.4.4
修复web服务页面未处理多语言;
现在会话输入框会记住用户的配置选项和模型选择,避免每次都要重新勾选;
修改项目启动器主题和图表的默认值为Orange。
2026-03-27 22:34:59 +08:00
xintaofei
31a8195ebd Release version 0.4.3
可视化创建新项目:左侧配置面板,右侧实时预览。
2026-03-27 18:25:54 +08:00
xintaofei
9da1cbb4fd Release version 0.4.2
重构会话agent连接、初始化、加载配置流程;
升级Claude Code、Gemini、OpenClaw、OpenCode的SDK版本;
修复Agent安装/升级在部分环境下会失败;
优化agent列表和工作模式的选择滑块样式;
Web服务设置页面里的访问地址、访问Token右边的按钮改为一直显示,不需要悬停。
2026-03-26 23:14:36 +08:00
xintaofei
a9b0a69f81 Release version 0.4.1
重磅更新,现在支持在设置页面启用Web服务,启用之后可以在浏览器内访问codeg,内网穿透之后就可以公网访问;
修复github actions打包问题。
2026-03-26 00:44:12 +08:00
xintaofei
a6e64d2d36 Release version 0.4.0
重磅更新,现在支持在设置页面启用Web服务,启用之后可以在浏览器内访问codeg,内网穿透之后就可以公网访问
2026-03-25 23:59:18 +08:00
xintaofei
ae70f17d2e Release version 0.3.0
重构会话页面的消息渲染,支持块级虚拟化,提升长会话性能,减少卡断;
修改claude code模型的上下文窗口的上限为1M;
修复git未跟踪文件目录显示不全;
支持在软件内预览图片;
优化agent选择和模式选择的样式;
会话页面发送消息后检查当前 tab 是否为临时,如果是临时则将其转为持久tab;
会话部分文本表达优化。
2026-03-25 00:49:35 +08:00
xintaofei
4a47ec217e 统一mermaid版本 2026-03-24 23:06:43 +08:00
xintaofei
1da1fd1e38 使用Virtua替换@tanstack/react-virtual来实现虚拟列表 2026-03-24 22:35:52 +08:00
xintaofei
284e45fbdf 重构会话页面的消息渲染,支持块级虚拟化,提升长会话性能,减少卡断 2026-03-24 18:52:25 +08:00
xintaofei
6a5c0edb2d Release version 0.2.13
优化系统管理的布局和操作交互;
支持把目录附加到会话(临时处理);
修复新会话页面连接到未安装的agent时,后续连接其它agent没有反应了。
2026-03-23 20:30:47 +08:00
xintaofei
166b408bb9 Release version 0.2.12
新会话默认agent取Agents管理里排第一的Agent,而不是注册表里面的第一个;
Agents管理里配置保存后通知里添加生效提示;
修复本地新创建的分支无法推送到远程;
代码提交/推送时,右侧边栏的提交列表实时更新最新状态;
支持在git推送时选择远程源。
2026-03-23 16:53:11 +08:00
xintaofei
06bcb12329 Release version 0.2.11
修复新会话可能泄漏问题;
之前是会话tab激活的会话不被空闲回收,现在改为会话tab所有的会话都不被空闲回收;
修复活跃的对话中会话在关闭会话tab后连接被自动回收了;
新会话默认连接agent列表里面的第一个agent,不再固定使用codex;
修复进行中会话有时无法被取消;
Git推送成功后现在会自动关闭推送窗口。
2026-03-22 23:41:55 +08:00
xintaofei
e9cf613635 Release version 0.2.10
优化应用图标。
2026-03-22 13:58:25 +08:00
xintaofei
382d6e50a3 Release version 0.2.9
设计了应用图标,现在不显示为tauri的默认图标了;
优化会话列表显示,现在改为虚拟渲染,在会话较多时性能提升明显。
2026-03-22 13:22:14 +08:00
xintaofei
fcc059ede9 Release version 0.2.8
集成系统通知,并在Agent响应完成后发出通知;
会话页面添加滚动到底部的按钮;
添加git推送窗口,显示待提交列表和查看文件差异;
在提交区域添加“刷新”和“推送”右键快捷操作。
2026-03-21 20:51:31 +08:00
xintaofei
d0655066b6 发送系统通知时携带folder名 2026-03-21 19:14:38 +08:00
xintaofei
a9e0a742ac 集成系统通知,并在Agent响应完成后发出通知 2026-03-21 18:39:28 +08:00