Release version 0.1.5

支持更多的agent权限请求格式;
支持文件和变更区域的根目录快捷操作;
优化agent上下文窗口更新事件的处理逻辑;
welcome窗口显示版本号;
初步支持远程git管理;
文件树上支持添加文件和添加目录;
提交区域支持快捷复制提交消息;
其它小项优化。
This commit is contained in:
xintaofei
2026-03-13 23:55:06 +08:00
parent 6fb6f5b651
commit f503c25161
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

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