From 176785ca6ed7aa39656edb4de14fe2e2d42964c2 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sun, 15 Mar 2026 22:53:41 +0800 Subject: [PATCH] =?UTF-8?q?Release=20version=200.1.9=EF=BC=9A=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7Codex=20CLI=E3=80=81Gemini=20CLI=E3=80=81OpenCode?= =?UTF-8?q?=E7=9A=84SDK=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=9B=20=E5=A2=9E=E5=BC=BAgit=E8=B4=AE=E8=97=8F=EF=BC=88sta?= =?UTF-8?q?sh=EF=BC=89=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=93=8D=E4=BD=9C=EF=BC=9B=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81git=E6=8F=90=E4=BA=A4=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E4=B8=AD=E7=9B=AE=E5=BD=95=E7=9A=84=E5=8F=B3=E9=94=AE=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E6=93=8D=E4=BD=9C=EF=BC=9B=20=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6/=E7=9B=AE=E5=BD=95=E6=97=B6=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=BE=97=E7=84=A6?= =?UTF-8?q?=E7=82=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a4411b0..6bc4469 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.1.8", + "version": "0.1.9", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9cf09f6..bdae9bf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8e9a99a..b63050c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.1.8" +version = "0.1.9" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1a935db..123d61a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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",