cf5915dfbc
feat: 前端store添加AGENTS.md自动注入和根目录创建文件配置字段
2026-04-12 16:34:02 +08:00
aad958d2d9
fix(mobile): 用量统计点击不展开问题
...
- 添加 fromSettingsMenu 参数穿透
- 修复设置菜单中用量统计点击不展开弹窗的问题
- 移动端限制不再阻止设置菜单的用量统计功能
2026-04-12 13:41:26 +08:00
55feb36091
feat(versioning-ui): 优化版本不一致提示与回溯限制
2026-04-11 17:01:35 +08:00
6379f8c729
feat: complete conversation versioning UX and restore workflow
2026-04-11 16:16:40 +08:00
34a6577f3a
feat: ship permission/approval UI with mobile support and context usage ring
2026-04-11 04:07:55 +08:00
8be1c37b6a
refactor(frontend): 整理应用逻辑层与状态管理
2026-04-10 14:34:01 +08:00
90233690ad
feat: add json-based extensible model registry and dynamic model UI
2026-04-09 20:56:54 +08:00
a04eca3aab
fix: unify background run_command notifications with sub-agent flow
2026-04-08 16:13:40 +08:00
d798d39da3
fix: persist onboarding prompt status and bump android app to 1.0.20
2026-04-07 20:08:33 +08:00
4e4186f87a
fix: polish tutorial/theme copy and align review dialog themes
2026-04-07 17:12:53 +08:00
692a12affd
feat: complete guided tutorial with mobile flow and ui polish
2026-04-07 17:03:37 +08:00
3ae5be47d9
feat: add per-skill strict read-before-tool enforcement
2026-04-07 11:50:38 +08:00
207a7d2e33
fix: remove liquid glass experiment and bump android app to 1.0.14
2026-04-07 00:02:06 +08:00
bc939a0098
feat: make context compression policy configurable and stabilize compression UX
2026-04-06 16:51:43 +08:00
7e03e3cd5f
feat: stabilize context compression and deep-compact flow
2026-04-06 15:12:25 +08:00
a5412dae34
fix: adjust sub-agent notice spacing in minimal mode
2026-04-05 16:58:22 +08:00
2700a25702
feat: add per-user-message work timer with persistence
2026-04-05 15:14:29 +08:00
0b923d6c53
fix: harden polling task cancel lifecycle
2026-04-04 20:52:31 +08:00
8d5a034c70
fix(chat): recover assistant placeholder after stop and switch
2026-04-04 19:47:03 +08:00
321818f7ef
feat: 新增极简模式(Minimal Mode)
...
新增了一个全新的消息显示模式,提供更简洁的对话体验。
主要功能:
- 新增 MinimalBlocks.vue 组件,实现极简风格的消息块展示
- 在 ChatArea.vue 中集成极简模式渲染逻辑
- 在个性化设置中添加"极简模式"选项(blockDisplayMode)
- 支持三种显示模式:堆叠模式、极简模式、传统模式
技术实现:
- 使用 personalization store 管理显示模式状态
- 通过 computed 属性动态切换渲染组件
- 保持与现有堆叠模式和传统模式的兼容性
用户体验:
- 更清爽的界面布局
- 减少视觉干扰
- 适合快速浏览对话内容
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-04 14:47:45 +08:00
8d6c59deed
feat: 优化轮询机制(重试、清理、错误提示)
...
Phase 3 轮询优化:
1. 添加重试机制(task.ts)
- 新增 pollingErrorCount 状态字段
- 添加 5 秒超时(AbortSignal.timeout)
- 连续失败 5 次后停止轮询并通知用户
- 成功后重置错误计数
2. 改进错误提示(taskPolling.ts)
- 根据 error_type 提供友好提示
- 支持 api_error、timeout、quota_exceeded 等类型
- 延长错误提示显示时间(8秒)
3. 添加任务清理机制(tasks.py)
- 新增 cleanup_old_tasks() 方法
- 清理超过 1 小时的已完成任务
- 启动后台定时器(每 10 分钟清理一次)
- 减少内存占用,支持长期运行
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-04 01:04:35 +08:00
de82a37958
fix: 修复代码块复制、事件去重、任务结束、停止按钮bug
...
Phase 1 关键Bug修复:
1. 代码块复制功能
- 删除 index.html 中的全局事件监听(47-53行)
- 避免与 Vue 方法的双重监听冲突
2. 事件去重机制
- 在 handleTaskEvent() 添加基于 idx 的去重检查
- 使用 Set 存储已处理的事件索引(最多1000个)
- 在 restoreTaskState() 时清理已处理事件
3. 任务结束逻辑
- 修复 handleTaskComplete() 异步状态清理问题
- 新增 clearTaskState() 统一清理方法
- 在 stopPolling() 中清除 currentTaskId
4. 停止按钮状态同步
- 改进 stopTask() 错误处理
- 添加后端确认等待(300ms)
- 确保失败时也清理前端状态
- 添加 finally 块清除 dropToolEvents
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-04 01:03:06 +08:00
860fa7b539
feat(web): remove socket dependency from main chat flow
2026-04-03 11:34:42 +08:00
12c7a4bdd9
fix: remove legacy file edit tags
2026-03-17 22:43:51 +08:00
f3179e2a97
feat: 优化滚动锁定和个性化称呼功能
...
滚动锁定优化:
- 滚动锁定默认始终启用,不再根据输出状态自动解锁
- 深色模式下锁定图标显示为白色,与箭头图标保持一致
个性化称呼功能:
- AI 助手名称根据个性化设置中的"自称"动态显示
- 用户名称根据个性化设置中的"称呼"动态显示
- 页面初始化时自动加载个性化设置,无需打开个人空间
- 在"模型行为"中新增"使用自定义称呼"开关
- 开关关闭时显示默认的"AI Assistant"和"用户"
- 修复保存后开关状态被重置的问题
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-13 12:10:08 +08:00
ed82fc966e
fix: improve sub-agent ui and state
2026-03-11 15:40:28 +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
801d20591c
feat: 实现 REST API + 轮询模式,支持页面刷新后任务继续执行
...
主要改进:
- 新增 REST API 任务管理接口 (/api/tasks)
- 实现 150ms 轮询机制,提供流畅的流式输出体验
- 支持页面刷新后自动恢复任务状态
- WebSocket 断开时检测 REST API 任务,避免误停止
- 修复堆叠块融合问题,刷新后内容正确合并
- 修复思考块展开/折叠逻辑,只展开正在流式输出的块
- 修复工具块重复显示问题,通过注册机制实现状态更新
- 修复历史不完整导致内容丢失的问题
- 新增 tool_intent 事件处理,支持打字机效果显示
- 修复对话列表排序时 None 值比较错误
技术细节:
- 前端:新增 taskPolling.ts 和 task store 处理轮询逻辑
- 后端:TaskManager 管理任务生命周期和事件存储
- 状态恢复:智能判断是否需要从头重建,避免内容重复
- 工具块注册:恢复时注册到 toolActionIndex,支持状态更新
- Intent 显示:0.5-1秒打字机效果,历史加载直接显示
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 03:12:46 +08:00
4be61fe76e
feat: unify terminal session controls
2026-03-04 23:49:10 +08:00
eb32e31cc1
feat: update image and video sending
2026-02-25 13:20:27 +08:00
08bc08b35f
feat: update model support and multimodal
2026-02-25 01:41:05 +08:00
89eeb449b5
chore: sync workspace updates
2026-02-23 01:20:41 +08:00
7472028997
feat: add skills framework and controls
2026-02-07 00:20:35 +08:00
b0941a247b
fix: reduce workspace scans in host mode
2026-02-06 17:09:19 +08:00
55ef45e04d
feat: add silent disable option and workspace prompt split
2026-02-03 23:11:15 +08:00
b81e14b314
feat: add video processing toast
2026-01-30 18:15:54 +08:00
bb91d22631
feat: add video send/view flow and guard model constraints
2026-01-30 17:04:33 +08:00
453df30f45
refactor: replace file diff tools, simplify todos, disable typewriter
2026-01-29 14:20:01 +08:00
6f8c1b36cc
feat: add image compression preference for uploads
2026-01-28 11:43:09 +08:00
8a7cc5d9c6
feat: support kimi-k2.5 with multimodal thinking
2026-01-28 10:34:27 +08:00
99cbea30da
feat: polish admin policy UI and tool selection
2026-01-05 13:34:00 +08:00
f9b5aa2af9
fix: reset defaults for new conversations
2026-01-03 16:46:33 +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
7853830624
feat: improve vlm workflow and workspace image serving
2026-01-01 18:56:29 +08:00
8ead6ebc08
fix: avoid auto re-locking scroll after tasks
2026-01-01 17:37:55 +08:00
eeb3db084b
chore: snapshot before collapse fix
2026-01-01 14:23:39 +08:00
4262922694
fix: intent streaming defaults and UI stability
2026-01-01 05:48:13 +08:00
713659a644
feat: refine stacked blocks toggle and animations
2026-01-01 03:06:05 +08:00
5bdbfa138e
feat: auto-generate chat titles with personalization toggle
2025-12-30 09:43:53 +08:00
385c8154ea
chore: pause container polling when tab hidden
2025-12-16 22:27:19 +08:00
599f331c35
fix: harden container status polling after idle
2025-12-16 20:32:24 +08:00
760fae4920
fix: simplify folder icon handling
2025-12-16 18:01:33 +08:00
e27bc62ca7
fix: 缓存项目存储轮询并降低频率
2025-12-16 16:35:58 +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
eb7ccf1dd2
feat: restore run mode personalization
2025-12-02 19:03:33 +08:00
02ab023ad7
feat: persist behavior preferences
2025-11-30 13:11:04 +08:00
3a7ed2e042
fix: polish streaming state and ui controls
2025-11-30 00:54:55 +08:00
87ceaad92b
feat: improve ui feedback
2025-11-30 00:09:05 +08:00
09654b7d4b
fix: stabilize conversation loading
2025-11-29 23:13:11 +08:00
dd32db7677
feat: persist api usage tokens
2025-11-29 17:45:32 +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
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