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

View File

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