Files
BaiLongma/CHANGELOG.md
2026-05-25 12:21:05 +08:00

31 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
## [4.0.0] - 2026-05-25
### 🎉 V4 — 自进化数字意识框架
#### 🧠 五大行为模块
- **error-memory.js** — 错误记忆系统:记录错误模式和修复方案,避免重复踩坑
- **emotion-detector.js** — 情绪检测器:分析用户输入情绪状态,自适应回复风格
- **active-learning.js** — 主动学习引擎:从对话和工具结果中自动提取知识,持续扩充知识库
- **long-term-memory.js** — 长期记忆管理器:跨会话持久化重要事实与发现
- **task-continuity.js** — 任务连续性引擎:任务中断后自动恢复,不丢失上下文
#### 🔧 核心升级
- prompt.js 全面重构,集成 5 大模块的行为注入
- 自进化管道走向成熟orchestrator → 执行闭环)
- 技能体系从 3 个扩展至 11+ 个
- 扩展工具集从 6 个增至 9+ 个
- 反思闭环与主动感知机制落地
## [3.0.0] - 2026-05-24
### 首次架构分层发布
- UI 层Electron + ACUI 卡片组件系统
- 核心引擎TICK 意识循环 + LLM agentic loop
- 记忆层SQLite + FTS5 全文搜索
- 自进化层sandbox/进化管道