肖应宇
e39d546c89
feat(suggestion): 更新suggestion
2026-04-21 14:32:10 +08:00
肖应宇
fe33801008
feat(Tour): 同一设备不同帐号保存漫游使用记录
2026-04-21 09:41:00 +08:00
肖应宇
08b74314c4
feat(ui): 漫游导航样式修改
2026-04-21 09:22:48 +08:00
肖应宇
cad86218a7
feat(Tour): 点击关闭不会完成漫游导航
2026-04-20 16:04:22 +08:00
肖应宇
ae546f5667
fix:去除漫游导航阴影
2026-04-20 16:03:58 +08:00
肖应宇
9cecd24918
dev: 版本推进
2026-04-20 15:43:02 +08:00
肖应宇
eb45bba7ff
feat(tour):漫游导航
2026-04-20 15:42:03 +08:00
肖应宇
53d383070d
fix:标题emoji表情溢出的问题
2026-04-20 14:54:09 +08:00
肖应宇
170b5484c9
style: lint prettier
2026-04-20 10:34:57 +08:00
肖应宇
d82ac30b93
feat: placeholder的不同状态显示
2026-04-20 10:24:35 +08:00
肖应宇
a62e65acfe
fix: 表格的复制按钮被禁用的问题
2026-04-20 10:24:01 +08:00
肖应宇
c52b505354
fix: 引用附件菜单多层滚动容器的问题
2026-04-20 10:23:12 +08:00
肖应宇
d0e0d9e807
fix:artifact文件名视觉长度过长的问题
2026-04-20 10:21:28 +08:00
肖应宇
7b53bb0524
build(frontend): 移除radix-ui聚合包并补充react-slider依赖
2026-04-19 11:56:45 +08:00
肖应宇
bee5106996
fix(frontend): 使用 Radix 子包引入ContextMenu和Slider
2026-04-19 11:47:05 +08:00
肖应宇
24a97ef7d7
Revert "feat(frontend): 增强建议快捷skill工具多层提示交互并更新计划状态"
...
This reverts commit eed425e965 .
2026-04-19 11:38:35 +08:00
肖应宇
cbbae3dbd2
dev:版本推进
2026-04-17 17:50:30 +08:00
肖应宇
1d031f4577
fix: 调整dropdown,tag的间距
2026-04-17 17:02:23 +08:00
肖应宇
eed425e965
feat(frontend): 增强建议快捷skill工具多层提示交互并更新计划状态
2026-04-17 15:17:53 +08:00
肖应宇
92a0be5274
feat(phase-07): finalize mention prompt behavior and docs
2026-04-17 14:13:54 +08:00
肖应宇
27414fc4e1
feat(phase-07): compose attachment/skill priority hints on submit
2026-04-17 11:00:12 +08:00
肖应宇
830c8abcf1
feat(ZoomSelector): 使用Slider组件控制字体
2026-04-17 10:33:05 +08:00
肖应宇
b88fa12214
feat(skillSelect): 将localstorage换成sessionStorage,且不从sessionstorage自动恢复显示skill
2026-04-17 09:38:58 +08:00
肖应宇
ecb26534fc
feat(Suggestion): 更新快捷skill按钮
2026-04-16 17:42:50 +08:00
肖应宇
118b3c1c55
dev: 版本推进
2026-04-16 17:11:42 +08:00
肖应宇
e3b54e8301
fix(codeBlock): 修复代码块抖动的问题
2026-04-16 17:10:05 +08:00
肖应宇
9758ae8a3a
refactor: 不使用硬编码,而全部使用i18n
2026-04-16 16:00:41 +08:00
肖应宇
3d5006af48
feat(frontend): artifact 文件卡片支持右键引用
2026-04-16 15:18:14 +08:00
肖应宇
4dbe930775
fix(ContextMenu): 修复点击项后不关闭的问题
2026-04-16 15:16:35 +08:00
肖应宇
dad3888d6c
feat(frontend): 增加消息图片右键引用与提及联动
...
- 新增 ContextMenu 组件并用于消息图片右键菜单“引用”操作
- 新增 mention 引用事件通道,打通消息区到输入框的引用联动
- 输入框 @ 候选支持图片预览与样式优化,保持去重和上限逻辑
- 发送后刷新上传文件列表缓存,确保候选及时更新
- 更新中文占位文案并补充 context-menu 相关依赖
2026-04-16 15:08:47 +08:00
肖应宇
9e865d1ee0
feat(language): 默认中文
2026-04-16 11:41:36 +08:00
肖应宇
12a21808f9
refactor: 预留空位,先删除旧逻辑再重新实现
2026-04-16 11:41:36 +08:00
肖应宇
7fd4b76e94
feat: 替换国际化中所有有关df的内容
2026-04-16 11:41:36 +08:00
肖应宇
e5f89c3d37
feat(backend): 统一"发送附件"语义为上传+提及
2026-04-16 11:40:55 +08:00
肖应宇
dae911af70
feat(phase-07): archive post-acceptance mention/upload patchset
2026-04-16 11:15:20 +08:00
肖应宇
c4fe34ed23
feat(ui): 宋对ui和输入框placeholder更改
2026-04-16 11:15:20 +08:00
肖应宇
7ea2bceb78
fix(workspace): 统一折叠思考块代码以消除流式抖动
...
- 移除思考链代码块按长度判断的折叠策略,改为默认折叠\n- 为思考内容与 reasoning-only 路径添加代码块默认折叠渲染\n- 调整流式 Markdown 渲染参数,降低流式重排与闪烁
2026-04-16 11:15:20 +08:00
肖应宇
4739e81e83
test(06-05): harden stale-send regression verification
...
- serialize input compose regressions on shared thread fixtures
- assert stale flow by submit request and cleared textarea
2026-04-16 11:15:20 +08:00
肖应宇
9be0c6823b
test(e2e): relax stale-send assertion timeout
2026-04-16 11:15:20 +08:00
肖应宇
bf0278e586
feat(input): align phase-06 reference contract and state docs
2026-04-16 11:15:19 +08:00
肖应宇
80e662dbdb
test(e2e): stabilize phase-06 reference picker regressions
2026-04-16 11:15:19 +08:00
肖应宇
7bd8e888a5
feat(06-04): align artifact references with submit context contract
...
- materialize artifact mentions into uploads-backed references before submit
- keep upload reference path behavior unchanged and mark failed artifact conversions stale
- add hooks tests for artifact/upload context availability and stabilize e2e mention selection path
2026-04-16 11:15:19 +08:00
肖应宇
0cd020d6c5
feat(06-04): render inline references and enforce 6-item limit
...
- keep reference previews inside textarea area with dedicated UI
- replace reference cap and toast copy from 10 to 6
- add e2e coverage for sixth-limit blocking behavior
2026-04-16 11:15:19 +08:00
肖应宇
5dd13df45f
feat(06-04): improve @ mention trigger and anchored candidate panel
...
- trigger mention candidates when typing @ in any input position
- keep focus and input expansion after selecting a candidate
- anchor candidate panel to textarea area and update e2e selector assertions
2026-04-16 11:15:19 +08:00
肖应宇
27e59dac18
test(phase-06): add @ reference e2e scenarios with explainable skip
2026-04-16 11:15:19 +08:00
肖应宇
6fa62cf7cc
feat(phase-06): add @ reference dropdown and chip interactions
2026-04-16 11:15:19 +08:00
肖应宇
c50bfb97a9
feat(phase-06): merge references into additional_kwargs.files with soft-fail
2026-04-16 11:15:19 +08:00
肖应宇
99e0fe13fd
feat(phase-06): add reference file contract and submit payload helper
2026-04-16 11:15:19 +08:00
肖应宇
369f3af384
fix(HistoryButton):条件渲染历史按钮
2026-04-14 12:50:48 +08:00
肖应宇
7ddc3a1742
fix: 修复历史图标不变色的问题
2026-04-14 11:54:12 +08:00