Release version 0.0.18

扩充多语言支持范围,新增7种多语言
去掉folder窗口底部状态栏里关于会话消息数量的显示(当前数值不正确,后续再考虑加回来)
优化消息实时响应结束后的处理逻辑(修复部分场景最后一段消息加载不全)
修复windows下如果在agent执行命令时无法取消对话
修复导入本地会话时记录的修改时间不争气
优化系统版本升级操作流程和样式
This commit is contained in:
xintaofei
2026-03-09 23:31:16 +08:00
parent f24081bce0
commit 8ea878dbb6
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "codeg", "name": "codeg",
"private": true, "private": true,
"version": "0.0.17", "version": "0.0.18",
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",

2
src-tauri/Cargo.lock generated
View File

@@ -792,7 +792,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]] [[package]]
name = "codeg" name = "codeg"
version = "0.0.17" version = "0.0.18"
dependencies = [ dependencies = [
"agent-client-protocol-schema", "agent-client-protocol-schema",
"base64 0.22.1", "base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "codeg" name = "codeg"
version = "0.0.17" version = "0.0.18"
description = "Agent Code Generation App" description = "Agent Code Generation App"
authors = ["feitao"] authors = ["feitao"]
edition = "2021" edition = "2021"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "codeg", "productName": "codeg",
"version": "0.0.17", "version": "0.0.18",
"identifier": "app.codeg", "identifier": "app.codeg",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",