Commit Graph

13 Commits

Author SHA1 Message Date
1bda147a6f fix: 完善工具约束与项目文档说明 2026-04-10 14:33:41 +08:00
7496d8a3c6 docs: 重写README.md,详细介绍系统架构和使用方法
- 添加完整的功能特性说明(多模式运行、双端架构、子智能体等)
- 详细说明宿主机模式和Docker模式的特点和适用场景
- 补充工具集、对话管理、个性化配置等核心功能
- 添加架构设计、数据流、目录结构说明
- 提供使用方法、配置说明、扩展开发指南
- 强调两种运行模式同等重要,各有优势

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-05 02:01:32 +08:00
12c7a4bdd9 fix: remove legacy file edit tags 2026-03-17 22:43:51 +08:00
5c92f93e8c chore: add smoke checks and refactor notes 2026-03-07 18:42:25 +08:00
d6fb59e1d8 refactor: split web_server into modular architecture
- Refactor 6000+ line web_server.py into server/ module
- Create separate modules: auth, chat, conversation, files, admin, etc.
- Keep web_server.py as backward-compatible entry point
- Add container running status field in user_container_manager
- Improve admin dashboard API with credentials and debug support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 09:21:53 +08:00
7f7a7e9f94 docs: refresh README and guidelines 2025-12-16 18:35:15 +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
7cc91571de feat: modularize frontend layout 2025-11-25 22:41:15 +08:00
7348eab83a docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
b81d6760bd feat: containerize terminals and add resource controls 2025-11-23 18:49:35 +08:00
0ac246c22b feat: integrate sub agent workflow 2025-11-15 02:41:13 +08:00
caaee38967 docs: refresh README 2025-11-14 18:53:04 +08:00
fea932425a chore: initial import 2025-11-14 16:44:12 +08:00