fe4fe7c777
chore: 恢复build文件夹下的打包脚本
...
恢复在提交 87196fd 中误删的打包脚本文件:build_linux.sh, build_macos.sh, build_windows.bat, trulymem.spec
🤖 Generated with CodeArts Agent
2026-04-15 06:49:49 +08:00
ddc84382fd
fix: 修复 TUI 界面 API Key 配置和消息处理问题
...
1. 修复配置保存问题:config_section.py 现在正确发送 API 配置和工具限制两个消息
2. 修复代理环境变量问题:graph_client.py 自动修正缺少 scheme 前缀的代理 URL
3. 修复响应解析问题:app.py 正确从 data 字段获取 content 和 tool_calls
4. 添加操作日志更新:app.py 处理工具调用信息并更新操作日志
🤖 Generated with CodeArts Agent
2026-04-14 23:46:21 +08:00
2a76fc6477
fix: 修复Linux和macOS打包脚本,添加虚拟环境支持
...
- 在打包过程中自动创建和激活虚拟环境
- 在虚拟环境中安装依赖,避免系统环境污染
- 打包完成后自动清理虚拟环境
- 统一使用python命令而非python3
🤖 Generated with CodeArts Agent
2026-04-14 07:12:51 +08:00
abd701fd4e
feat: 添加应用图标和README Logo
...
- 添加 Windows ICO 图标
- 添加 macOS iconset 图标源文件
- 添加 README Logo 图片
- 更新打包脚本添加图标配置
2026-04-13 23:23:11 +08:00
a846671c34
docs: 更新文档并修正打包脚本
...
- 新增 docs/api.md 后端API文档
- 修正文档中启动流程示例
- 移除不存在的F4快捷键
- 前端直接工具调用不受次数限制
- 打包脚本添加 config_service hidden-import
- Linux脚本添加python3检查
2026-04-13 08:36:41 +08:00
82903a3fa7
fix: multiple UI and API issues
...
- Fix tool calls format for DeepSeek API (add type field)
- Fix config event handler name
- Fix message history display (preserve all messages)
- Fix right panel width and scrolling
- Add async config update to prevent UI freeze
- Add prompt caching with singleton pattern
- Update build scripts with complete hidden imports
2026-04-12 23:41:19 +08:00
83906a6985
refactor: restructure to core/ + ui/ with multi-threaded backend
2026-04-12 18:15:55 +08:00