Skip to content

Commit 2087e5b

Browse files
committed
chore(release): prepare v1.0.7
1 parent 6f8ace3 commit 2087e5b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.0.7 (2026-06-25)
4+
- Added the default chat workspace, task-aware Agent Memory, and persistent agent plan blocks in chat history
5+
- Improved Computer Use helper runtime isolation, packaging, shutdown cleanup, and refreshed bundled dependencies and resources
6+
- Fixed fresh SQLite schema bootstrap, stale Tape FTS search hits, New API responses endpoint configuration, sidebar history pagination, and locked skill reinstall handling
7+
- 新增默认聊天工作区、任务感知 Agent Memory,并支持在聊天历史中持久化 Agent plan blocks
8+
- 优化 Computer Use helper runtime 的隔离、打包和退出清理,并刷新内置依赖与资源
9+
- 修复首次 SQLite schema 初始化、陈旧 Tape FTS 搜索命中、New API responses endpoint 配置、侧边栏历史分页和技能重装锁定目录处理
10+
311
## v1.0.7-beta.2 (2026-06-25)
412
- Fixed fresh SQLite schema bootstrap so new installations initialize reliably
513
- Fixed New API responses endpoint configuration so it stays separate from other endpoint options

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DeepChat",
3-
"version": "1.0.7-beta.2",
3+
"version": "1.0.7",
44
"description": "DeepChat,一个简单易用的 Agent 客户端",
55
"main": "./out/main/index.js",
66
"author": "ThinkInAIXYZ",

0 commit comments

Comments
 (0)