Release versioin 0.0.16

优化更新失败时的提示语,修复检查更新按钮点击后有重影
右侧边栏的Files和Changes区的右键快捷操作支持提交代码
支持在会话输入框直接进行文件/图片的拖拽和粘贴
支持显示用户消息中的图片(暂时只支持Codex、Claude Code、OpenCode、Gemini CLI)
优化后端事件处理
升级OpenCode SDK版本
This commit is contained in:
xintaofei
2026-03-08 18:35:08 +08:00
parent a3523b12db
commit 9b9307f2b5
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.15", "version": "0.0.16",
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",

2
src-tauri/Cargo.lock generated
View File

@@ -749,7 +749,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]] [[package]]
name = "codeg" name = "codeg"
version = "0.0.15" version = "0.0.16"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bzip2", "bzip2",

View File

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