820ec69354
feat(memory): 新增项目记忆系统,整合总体+项目记忆注入
...
- 新建 .agents/memory/ 项目记忆目录,支持 YAML frontmatter + Markdown
- 新增 update_project_memory / recall_project_memory 工具(复用 write_file/read_file)
- 新建 memory_system.txt prompt,总体长期记忆 + 项目记忆统一注入
- 记忆从 workspace_system.txt 中移出,独立为 memory_prompt 注入
- 重排 system prompt 注入顺序:主→权限→环境→对话→个性化→工作区→AGENTS.md→skills→记忆→禁用
- 压缩后选择性 invalidate 4 个 frozen keys(skills/workspace/personalization/memory)
- 前端:notebook/notebook-pen 图标、动画、状态文案、展开内容渲染
- 优化三个记忆工具的 description 和 memory_system prompt,引导模型主动调用
2026-06-10 15:14:01 +08:00
78544cb205
refactor: remove run_python tool, consolidate all execution to run_command
2026-06-07 16:23:01 +08:00
46404095dd
fix: reduce chat debug noise and stabilize auto-scroll behavior
2026-04-25 16:35:09 +08:00
8be1c37b6a
refactor(frontend): 整理应用逻辑层与状态管理
2026-04-10 14:34:01 +08:00
12c7a4bdd9
fix: remove legacy file edit tags
2026-03-17 22:43:51 +08:00
4be61fe76e
feat: unify terminal session controls
2026-03-04 23:49:10 +08:00
b81e14b314
feat: add video processing toast
2026-01-30 18:15:54 +08:00
453df30f45
refactor: replace file diff tools, simplify todos, disable typewriter
2026-01-29 14:20:01 +08:00
7853830624
feat: improve vlm workflow and workspace image serving
2026-01-01 18:56:29 +08:00
760fae4920
fix: simplify folder icon handling
2025-12-16 18:01:33 +08:00
053db95fee
feat: virtual monitor
2025-12-14 04:22:00 +08:00
2f75c1c8bb
feat: stable version before virtual monitor timing fix
...
Current status includes:
- Virtual monitor surface and components
- Monitor store for state management
- Tool call animations and transitions
- Liquid glass shader integration
Known issue to fix: Tool status display timing - "正在xx" appears
after tool execution completes instead of when tool call starts.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 17:12:12 +08:00