Release version 0.4.6

增强node环境检查;
修复会话页面缓存的模式和模型没有实际生效;
去掉状态栏初始化task超时设定。
This commit is contained in:
xintaofei
2026-03-29 10:04:39 +08:00
parent cf0f514d25
commit 6df6fc1ac0
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]]
name = "codeg"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"agent-client-protocol-schema",
"axum",

View File

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