Release version 0.1.6

支持在更新代码和推送代码时弹出合并代码窗口,并支持手动处理冲突代码
This commit is contained in:
xintaofei
2026-03-14 21:26:53 +08:00
parent 0b820594d9
commit a85ac9dcfe
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "codeg"
version = "0.1.5"
version = "0.1.6"
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.1.5",
"version": "0.1.6",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",