✨ 新增 Settings 面板
不用再手动编辑 .env 了。Dashboard 顶栏新增 Settings 按钮,所有配置项都能在浏览器里直接改:
- Database:查看连接状态、测试连接、创建新 SQLite 数据库、打开数据库文件夹
- Boot URIs:选择 AI 启动时自动加载哪些记忆,支持按 Namespace 独立配置
- Domains:管理可用的记忆域(core, writer, game…)
- Server:Host、Port、CORS、API Token 等
No more hand-editing .env. A new Settings button in the Dashboard navbar — all configuration is now editable from the browser:
- Database: View connection status, test connections, create new SQLite databases, open DB folder
- Boot URIs: Choose which memories auto-load on
system://boot, configurable per namespace - Domains: Manage available memory domains
- Server: Host, Port, CORS, API Token, etc.
🔍 Memory Browser 增强
-
搜索:顶栏新增搜索框,输入关键词实时查找记忆节点
-
Boot 快捷标记:节点卡片上的 ⚡ 按钮,一键添加/移除启动记忆
-
删除:节点详情页可直接删除记忆(带确认)
-
Boot 节点高亮:启动记忆的卡片有琥珀色边框,一眼可辨
-
Search: Search bar in the top bar for live memory lookup
-
Boot Quick Toggle: ⚡ on node cards to add/remove from boot memories
-
Delete: Delete memories directly from the detail view (with confirmation)
-
Boot Highlight: Boot memory cards get an amber border
🔧 Bug 修复
- 删除记忆节点时,关联的 Glossary Keywords 现在会一起清理(之前会残留)
- Fixed: deleting a memory node now properly cleans up its Glossary Keywords
⚠️ Docker 用户升级步骤
Docker 部署从 3 容器简化为 2 容器,需要重新生成配置:
git pull
python scripts/setup_docker.py # 自动读取旧凭证,生成新配置
docker compose up -d --buildDocker deployment simplified from 3 containers to 2. Run the setup script to migrate.
本地(stdio)用户
直接更新,首次启动自动迁移,无需手动操作。
Just update and start. Migration is automatic.
Full Changelog: 2.4.2...2.5.0