From b40f7ceabca50c5568e9863e0212911b6a663bfe Mon Sep 17 00:00:00 2001 From: humeng <978096002@qq.com> Date: Mon, 12 Jan 2026 15:41:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/changelog/roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/latest/changelog/roadmap.md b/docs/latest/changelog/roadmap.md index f7db7108..f2357464 100644 --- a/docs/latest/changelog/roadmap.md +++ b/docs/latest/changelog/roadmap.md @@ -41,6 +41,7 @@ - 优化 RAG 检索,支持根据文件 pattern 来检索(Agentic Mode) - 重构智能体对于“工具变更/模型变更”的处理逻辑,无需导入更复杂的中间件 - 重构知识库的 Agentic 配置逻辑,与 Tools 解耦 +- 新增Sqlite Web UI 方便通过Web页面管理数据库中数据[#463](https://github.com/xerrors/Yuxi-Know/pull/463)) ### 修复