Release version 0.2.11

修复新会话可能泄漏问题;
之前是会话tab激活的会话不被空闲回收,现在改为会话tab所有的会话都不被空闲回收;
修复活跃的对话中会话在关闭会话tab后连接被自动回收了;
新会话默认连接agent列表里面的第一个agent,不再固定使用codex;
修复进行中会话有时无法被取消;
Git推送成功后现在会自动关闭推送窗口。
This commit is contained in:
xintaofei
2026-03-22 23:41:55 +08:00
parent a23206796f
commit 06bcb12329
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "codeg",
"version": "0.2.10",
"version": "0.2.11",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",