chore: update version to v0.13.0 and add changelog entries for recent optimizations

This commit is contained in:
HouYunFei
2026-08-03 11:40:20 +08:00
parent 1e92157a23
commit 335467ec0d
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## v0.13.0 - 2026-08-03
+ [优化] Agent 进入空白对话或点击新对话后后台预热 Codex 与 MCP。
+ [优化] Agent 排查日志改为筛选栏结构化滚动列表,支持筛选、展开详情并折叠连续重复事件。
+ [优化] Agent 日志统一使用居中的回到底部入口,向上浏览时暂停跟随并可快速返回最新内容。
+1 -1
View File
@@ -1 +1 @@
v0.12.1
v0.13.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@basketikun/canvas-agent",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",