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 @@
{
"name": "codeg",
"private": true,
"version": "0.2.11",
"version": "0.2.12",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",

2
src-tauri/Cargo.lock generated
View File

@@ -792,7 +792,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]]
name = "codeg"
version = "0.2.11"
version = "0.2.12"
dependencies = [
"agent-client-protocol-schema",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "codeg"
version = "0.2.11"
version = "0.2.12"
description = "Agent Code Generation App"
authors = ["feitao"]
edition = "2021"

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",