Updated the v2.0.0 release note
Some checks failed
Unit Tests / backend-unit-tests (push) Has been cancelled
Frontend Unit Tests / frontend-unit-tests (push) Has been cancelled
Lint Check / lint-backend (push) Has been cancelled
Lint Check / lint-frontend (push) Has been cancelled

This commit is contained in:
Willem Jiang 2026-06-25 23:56:36 +08:00
parent e3ddf4e331
commit 7e7f041079
2 changed files with 8 additions and 4 deletions

View file

@ -5,7 +5,7 @@ All notable changes to DeerFlow are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.0] — 2026-06-15
## [2.0.0] — 2026-06-25
DeerFlow 2.0 is a ground-up rewrite around a "super agent" harness with
sub-agents, persistent memory, sandbox execution, and an extensible
@ -13,7 +13,7 @@ skills/tools system. It shares no code with the 1.x line, which now lives on
the [`main-1.x` branch](https://github.com/bytedance/deer-flow/tree/main-1.x).
This release closes [milestone 2.0.0](https://github.com/bytedance/deer-flow/milestone/1)
with **180 merged pull requests** since the first 2.0 milestone tag.
with **182 merged pull requests** since the first 2.0 milestone tag.
### ⚠ Breaking changes
@ -39,6 +39,7 @@ with **180 merged pull requests** since the first 2.0 milestone tag.
- **memory:** Add `memory.token_counting` config to opt out of tiktoken for
network-restricted deployments. ([#3465])
- **suggest:** Make AI follow-up question suggestions optional. ([#3591])
- **persistence:** wire alembic migrations, bootstrap schema on startup ([#3706])
#### Models & integrations
- **models:** Add StepFun reasoning model adapter. ([#3461])
@ -518,3 +519,4 @@ with **180 merged pull requests** since the first 2.0 milestone tag.
[#3654]: https://github.com/bytedance/deer-flow/pull/3654
[#3657]: https://github.com/bytedance/deer-flow/pull/3657
[#3658]: https://github.com/bytedance/deer-flow/pull/3658
[#3706]: https://github.com/bytedance/deer-flow/pull/3706

View file

@ -7,7 +7,7 @@
[English](./CHANGELOG.md) | 中文
## [2.0.0] — 2026-06-15
## [2.0.0] — 2026-06-25
DeerFlow 2.0 是围绕"超级智能体"框架的彻底重写,核心包含子智能体、持久化记忆、
沙箱执行以及可扩展的技能Skill/工具系统。本版本与 1.x 系列**没有共享代码**
@ -16,7 +16,7 @@ DeerFlow 2.0 是围绕"超级智能体"框架的彻底重写,核心包含子
本次发布关闭了
[2.0.0 里程碑](https://github.com/bytedance/deer-flow/milestone/1)
自首个 2.0 里程碑标签以来累计合并 **180 个 Pull Request**。
自首个 2.0 里程碑标签以来累计合并 **182 个 Pull Request**。
### ⚠ 不兼容变更Breaking Changes
@ -38,6 +38,7 @@ DeerFlow 2.0 是围绕"超级智能体"框架的彻底重写,核心包含子
- **记忆:** 新增 `memory.token_counting` 配置,支持在受限网络环境下禁用
tiktoken。([#3465])
- **建议:** AI 追问follow-up建议改为可选。([#3591])
- **持久存储:** 集成 Alembic 迁移,并在启动时引导初始化数据库架构 ([#3706])
#### 模型与集成
- **模型:** 新增 StepFun 推理模型适配器。([#3461])
@ -475,3 +476,4 @@ DeerFlow 2.0 是围绕"超级智能体"框架的彻底重写,核心包含子
[#3654]: https://github.com/bytedance/deer-flow/pull/3654
[#3657]: https://github.com/bytedance/deer-flow/pull/3657
[#3658]: https://github.com/bytedance/deer-flow/pull/3658
[#3706]: https://github.com/bytedance/deer-flow/pull/3706