ed82fc966e
fix: improve sub-agent ui and state
2026-03-11 15:40:28 +08:00
77b96623ac
feat: 优化手机端UI布局和样式
...
- 手机端对话内容左右边距减小,AI消息更贴近屏幕边缘
- 修复工具intent文本溢出显示省略号,保持箭头和图标位置不变
- 重构手机端左上角菜单为纵向下拉样式,新增"新建对话"选项
- 统一菜单图标大小和线条粗细,支持亮色/暗色主题自动适配
- 修复个人空间弹窗顶部被状态栏遮挡问题
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-09 00:20:47 +08:00
43409c523e
fix: 移除错误的对话切换跳转逻辑并修复工具执行返回值问题
...
主要修复:
1. 移除前端"取消跳转到正在运行的对话"的错误逻辑
- 删除 switchConversation 中的任务检查和确认提示
- 删除 createNewConversation 中的跳转回运行对话逻辑
- 删除 loadConversation 中对未定义变量 hasActiveTask 的引用
2. 修复后端工具执行返回值问题
- 修复 execute_tool_calls 在用户停止时返回 None 的 bug
- 确保所有返回路径都返回包含 stopped 和 last_tool_call_time 的字典
3. 其他改进
- 添加代码复制功能 (handleCopyCodeClick)
- 移除 FocusPanel 相关代码
- 更新个性化配置 (enhanced_tool_display)
- 样式和主题优化
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 17:42:07 +08:00
5ce21eb280
修复手机端个人空间选项卡滑动问题
...
- 为选项卡容器添加 width: 100% 和 max-width: 100% 限制宽度
- 添加 -webkit-overflow-scrolling: touch 启用 iOS 平滑滚动
- 添加 touch-action: pan-x 明确允许横向触摸滚动
- 添加 scroll-behavior: smooth 实现平滑滚动效果
- 添加 overscroll-behavior-x: contain 防止滚动溢出
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 04:52:30 +08:00
c067df4e1b
feat: add include_domains search filter and UI display
2026-03-07 17:50:35 +08:00
eb32e31cc1
feat: update image and video sending
2026-02-25 13:20:27 +08:00
89eeb449b5
chore: sync workspace updates
2026-02-23 01:20:41 +08:00
bb91d22631
feat: add video send/view flow and guard model constraints
2026-01-30 17:04:33 +08:00
462b0ed6f3
feat: move model and mode pickers to header bar
2026-01-30 15:55:27 +08:00
99cbea30da
feat: polish admin policy UI and tool selection
2026-01-05 13:34:00 +08:00
3540fa8e4b
feat: conversation review flow and token fixes
2026-01-05 00:59:35 +08:00
f5cf2fb7e7
fix: send full extract_webpage content to model
2026-01-03 15:03:41 +08:00
e2ba632ac8
feat: expand model support and qwen-vl ux
2026-01-03 07:01:24 +08:00
e903c99ca4
fix: refine title ribbon visuals and typing
2026-01-02 14:26:59 +08:00
eeb3db084b
chore: snapshot before collapse fix
2026-01-01 14:23:39 +08:00
099de1e922
feat: add blank chat hero and limit quick menu actions
2025-12-30 10:32:09 +08:00
fce6fb0eb8
feat(ui): allow live switch between chat and monitor views
2025-12-15 22:44:46 +08:00
757e1adaae
fix: sync stop states with composer busy
2025-12-14 17:35:34 +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
eb7ccf1dd2
feat: restore run mode personalization
2025-12-02 19:03:33 +08:00
87ceaad92b
feat: improve ui feedback
2025-11-30 00:09:05 +08:00
4563fad2d9
feat: enhance workspace toggle and mobile topbar
2025-11-27 18:42:08 +08:00
4fe0ee473a
feat: improve mobile overlays and focus panel
2025-11-26 23:50:57 +08:00
4cd4232c62
Revert "feat: restyle utility panel and streaming focus"
...
This reverts commit 931a0488cc .
2025-11-26 20:21:49 +08:00
931a0488cc
feat: restyle utility panel and streaming focus
2025-11-26 20:00:11 +08:00
e8411affc1
feat: add loading animation
2025-11-25 23:46:30 +08:00
2d083786bf
fix: integrate sidebar components
2025-11-25 23:19:38 +08:00
7cc91571de
feat: modularize frontend layout
2025-11-25 22:41:15 +08:00
bfa7b540cb
fix: restore chat layout and file tree
2025-11-25 21:13:09 +08:00