Release version 0.2.8

集成系统通知,并在Agent响应完成后发出通知;
会话页面添加滚动到底部的按钮;
添加git推送窗口,显示待提交列表和查看文件差异;
在提交区域添加“刷新”和“推送”右键快捷操作。
This commit is contained in:
xintaofei
2026-03-21 20:51:31 +08:00
parent 8432475ca6
commit fcc059ede9
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.2.7", "version": "0.2.8",
"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.2.7" version = "0.2.8"
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.2.7" version = "0.2.8"
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.2.7", "version": "0.2.8",
"identifier": "app.codeg", "identifier": "app.codeg",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",