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跟踪的文件; 优化:提交代码的处理逻辑,避免一些情况无法提交代码; 特性:支持删除远程分支; 修复:解决平铺视图下多活跃会话时的实时更新问题; 优化:会话列表加载。
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "codeg",
|
||||
"private": true,
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
|
||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
||||
|
||||
[[package]]
|
||||
name = "codeg"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "codeg"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
description = "Agent Code Generation App"
|
||||
authors = ["feitao"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user