Release version 0.2.1

优化agent连接逻辑;
优化设置界面agents管理里面的版本检测;
升级claude code和gemini cli的sdk版本;
修复消息里的代码块没有适配深色模式;
优化会话页面Agent响应时的时间显示。
This commit is contained in:
xintaofei
2026-03-18 11:16:01 +08:00
parent b6956b24c4
commit 0209de17eb
4 changed files with 4 additions and 4 deletions

View File

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