Release version 0.1.9:

升级Codex CLI、Gemini CLI、OpenCode的SDK到最新版本;
增强git贮藏(stash)功能,支持可视化操作;
支持git提交窗口中目录的右键快捷操作;
新建文件/目录时输入框自动获得焦点。
This commit is contained in:
xintaofei
2026-03-15 22:53:41 +08:00
parent d386d8c2b9
commit 176785ca6e
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.8"
version = "0.1.9"
dependencies = [
"agent-client-protocol-schema",
"base64 0.22.1",

View File

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