Release version 0.2.12

新会话默认agent取Agents管理里排第一的Agent,而不是注册表里面的第一个;
Agents管理里配置保存后通知里添加生效提示;
修复本地新创建的分支无法推送到远程;
代码提交/推送时,右侧边栏的提交列表实时更新最新状态;
支持在git推送时选择远程源。
This commit is contained in:
xintaofei
2026-03-23 16:53:11 +08:00
parent 73789bcb9f
commit 166b408bb9
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.11",
"version": "0.2.12",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",