Release version 0.1.10

升级Codex CLI、Gemini CLI、OpenCode的SDK到最新版本;
增强git贮藏(stash)功能,支持可视化操作;
支持git提交窗口中目录的右键快捷操作;
新建文件/目录时输入框自动获得焦点;
修复git在非 ASCII 字符(如中文)时的各种异常。
This commit is contained in:
xintaofei
2026-03-15 23:30:14 +08:00
parent cad6e69a75
commit 3ea78b1532
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.1.9",
"version": "0.1.10",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",