Release version 0.4.1

重磅更新,现在支持在设置页面启用Web服务,启用之后可以在浏览器内访问codeg,内网穿透之后就可以公网访问;
修复github actions打包问题。
This commit is contained in:
xintaofei
2026-03-26 00:44:12 +08:00
parent 140819b55e
commit a9b0a69f81
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

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