Release version 0.1.3

支持自定义消息发送和消息换行的快捷键
修复agent执行命令可能会残留子进程
继续重构会话消息处理逻辑(简化消息处理逻辑,提升性能)
升级Gemini CLI的SDK版本
修复git仓库初始化功能
添加缺失的agent图标,感谢 @hsqbyte https://github.com/xintaofei/codeg/pull/9
完善 Gemini CLI 会话扫描目录,感谢 @hsqbyte https://github.com/xintaofei/codeg/pull/10
支持按模型名搜索会话,感谢 @hsqbyte https://github.com/xintaofei/codeg/pull/10
支持在会话实时响应时添加消息到队列
This commit is contained in:
xintaofei
2026-03-13 00:14:42 +08:00
parent 2ab32c53f1
commit 7fab5d4ac1
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

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