Release version 0.2.0

重构Agent管理和连接(提升性能和速度);
支持OpenClaw会话解析;
彻底删除支持不完整的Agent和相关代码,减轻维护工作量,等后续真正适配好了再加回来;
升级Claude Code、Gemini CLI的SDK版本;
提前检测Agent是否支持fork会话,避免无效展示和操作;
修改postinstall,解决js加载404问题(不影响使用)。
This commit is contained in:
xintaofei
2026-03-17 23:51:11 +08:00
parent c8bd69deb6
commit 624518fbea
14 changed files with 14 additions and 14 deletions

View File

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