Release version 0.2.2

使用rust which包来查找命令路径,解决部分电脑环境变量识别问题;
升级claude code的sdk版本;
修复npx类型的agent的本地版本检测。
This commit is contained in:
xintaofei
2026-03-18 23:21:19 +08:00
parent 00825f2a39
commit f3acb45cb0
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.2.1",
"version": "0.2.2",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",