From 6df6fc1ac058d878dc9958627b1ece9fdd10637e Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sun, 29 Mar 2026 10:04:39 +0800 Subject: [PATCH] Release version 0.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增强node环境检查; 修复会话页面缓存的模式和模型没有实际生效; 去掉状态栏初始化task超时设定。 --- 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 dd83a02..0b9394a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.4.5", + "version": "0.4.6", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 97f704d..ee9ba29 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.4.5" +version = "0.4.6" dependencies = [ "agent-client-protocol-schema", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dc6078d..ec96608 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.4.5" +version = "0.4.6" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 39a2034..3e0b279 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.4.5", + "version": "0.4.6", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",