Release version 0.0.15

集成next-intl支持前后端多语言
修复和优化agent sdk预检和安装,提升agent操作效率和稳定性
升级注册表中多个Agent SDK的版本
支持设置页面Agent SDK操作后,其它页面相关状态及时更新
This commit is contained in:
xintaofei
2026-03-07 21:45:44 +08:00
parent b7058a2bb6
commit a16a230c44
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

@@ -749,7 +749,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]]
name = "codeg"
version = "0.0.14"
version = "0.0.15"
dependencies = [
"bzip2",
"chrono",

View File

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