|
|
e3e2d22dc4
|
fix(chat): restore collapse max height in block mode
|
2026-04-27 01:42:52 +08:00 |
|
|
|
591a5e64cc
|
fix: 修复聊天区滚动锁定与手动上滚脱锁
|
2026-04-27 00:13:38 +08:00 |
|
|
|
9199f5ca7c
|
fix: unify show cards rendering and prompt constraints
|
2026-04-26 18:13:24 +08:00 |
|
|
|
33d270ff63
|
fix: stabilize show_html streaming rendering and recovery
|
2026-04-25 23:17:07 +08:00 |
|
|
|
46404095dd
|
fix: reduce chat debug noise and stabilize auto-scroll behavior
|
2026-04-25 16:35:09 +08:00 |
|
|
|
3219df388b
|
feat: 优化任务轮询和聊天区域渲染机制
|
2026-04-13 16:23:01 +08:00 |
|
|
|
4124faa040
|
feat(frontend): 优化聊天界面与监控交互体验
|
2026-04-10 14:34:18 +08:00 |
|
|
|
a04eca3aab
|
fix: unify background run_command notifications with sub-agent flow
|
2026-04-08 16:13:40 +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 |
|
|
|
0c213b0a9f
|
feat: polish minimal summary loader interactions
|
2026-04-04 20:52:50 +08:00 |
|
|
|
c26cd3d3fd
|
fix: 修复极简模式多个问题并恢复偏好设置自动应用
- 修复极简模式下步骤竖线距离SVG不均匀的问题
- 使用flex布局让竖线自动填充空间
- 添加负margin让竖线延伸到下一个步骤
- 确保竖线上下距离SVG图标相等
- 修复SVG图标颜色问题
- 统一使用灰色(--claude-text-tertiary)
- 不再受颜色模式影响
- 修复思考内容自动滚动问题
- 添加registerThinkingRef和handleThinkingScroll支持
- 移除导致滚动异常的伪元素负margin
- 实现与堆叠模式一致的自动滚动行为
- 修复轮询改造后偏好设置不自动应用的问题
- 在loadInitialData中应用默认模型和运行模式
- 在createNewConversation前应用偏好设置
- 在loadConversation前应用偏好设置
- 确保新建或切换对话时使用用户设置的默认值
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-04-04 16:18:15 +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 |
|
|
|
f3179e2a97
|
feat: 优化滚动锁定和个性化称呼功能
滚动锁定优化:
- 滚动锁定默认始终启用,不再根据输出状态自动解锁
- 深色模式下锁定图标显示为白色,与箭头图标保持一致
个性化称呼功能:
- AI 助手名称根据个性化设置中的"自称"动态显示
- 用户名称根据个性化设置中的"称呼"动态显示
- 页面初始化时自动加载个性化设置,无需打开个人空间
- 在"模型行为"中新增"使用自定义称呼"开关
- 开关关闭时显示默认的"AI Assistant"和"用户"
- 修复保存后开关状态被重置的问题
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-13 12:10:08 +08:00 |
|
|
|
bd863f6d38
|
feat: 优化图片/视频上传和显示功能
- 支持从本地一次选择多个文件上传
- 图片选择器上传完成后自动关闭
- 输入框和用户消息块显示缩略图(60x60px)而非文件名
- 输入框缩略图悬停时显示删除按钮(右上角 × 符号)
- 统一图片/视频预览样式,提升用户体验
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-13 11:40:54 +08:00 |
|
|
|
e395c82a9f
|
fix: 优化对话压缩和复制功能
- 隐藏前端系统消息块显示
- 修复压缩对话后自动跳转到新对话
- 压缩对话标题改为"原标题 压缩后"
- 复制对话标题改为"原标题 的副本"
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-09 17:59:53 +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 |
|
|
|
c067df4e1b
|
feat: add include_domains search filter and UI display
|
2026-03-07 17:50:35 +08:00 |
|
|
|
8d0c187bbf
|
fix: ignore empty text blocks in stacks
|
2026-02-25 13:20:15 +08:00 |
|
|
|
bb91d22631
|
feat: add video send/view flow and guard model constraints
|
2026-01-30 17:04: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 |
|
|
|
d34fbe963a
|
fix: unify collapse animation and scroll lock reset
|
2026-01-02 12:39:23 +08:00 |
|
|
|
713659a644
|
feat: refine stacked blocks toggle and animations
|
2026-01-01 03:06:05 +08:00 |
|
|
|
7639e0677b
|
fix: stabilize thinking block animation and bg streaming
|
2025-12-31 09:27:21 +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 |
|
|
|
7cc91571de
|
feat: modularize frontend layout
|
2025-11-25 22:41:15 +08:00 |
|