xintaofei
150b927610
fix(ui): unify scrollbar styles across scrollable containers
...
Add .scrollbar-thin and .scrollbar-thin-edge utility classes in
globals.css and apply them to sidebar, file tree, git changes,
git log, session files, diff preview, and message thread panels.
Replace scattered inline webkit-scrollbar overrides with the
shared classes for consistent appearance and gutter behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 18:50:14 +08:00
xintaofei
32a1c5adc0
fix: improve error message when exporting long conversations as image
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 23:38:25 +08:00
xintaofei
4c36369dd2
feat: add export conversation to image, markdown, and HTML formats
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 18:56:37 +08:00
xintaofei
9396127cd9
feat: add @ file mention support in chat input and unify directory attachment
...
Support typing "@" in the chat input to trigger a file list popup with
filtering, keyboard navigation, and file/directory attachment. Directories
from the sidebar file tree now attach as resource links instead of injecting
text into the input.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-02 22:43:27 +08:00
xintaofei
4f8b99e5b6
Merge branch 'main-fix'
2026-04-01 13:41:33 +08:00
xintaofei
3a5d720cc9
optimize: session list loading
2026-04-01 13:41:22 +08:00
xintaofei
c983779dea
fix: resolve real-time update issue in tiled view with multiple active sessions
2026-04-01 13:00:37 +08:00
xintaofei
be3f4986d7
支持Cline Agent
2026-03-28 20:14:48 +08:00
xintaofei
10725df8ab
现在会话输入框会记住用户的配置选项和模型选择,避免每次都要重新勾选
2026-03-27 22:19:07 +08:00
xintaofei
d1eaa8f725
重构会话agent连接、初始化、加载配置流程
2026-03-26 19:55:28 +08:00
xintaofei
218055ab01
完善folder页面的web接口实现
2026-03-25 15:27:43 +08:00
xintaofei
ac09d3db9e
初始化web服务功能
2026-03-25 14:26:26 +08:00
xintaofei
ba64b2224b
会话部分文本表达优化
2026-03-25 00:46:13 +08:00
xintaofei
f6a9da79df
会话页面发送消息后检查当前 tab 是否为临时,如果是临时则将其转为持久tab
2026-03-25 00:34:54 +08:00
xintaofei
1da1fd1e38
使用Virtua替换@tanstack/react-virtual来实现虚拟列表
2026-03-24 22:35:52 +08:00
xintaofei
22c7c47dac
修复新会话页面连接到未安装的agent时,后续连接其它agent没有反应了
2026-03-23 19:05:34 +08:00
xintaofei
30f35e3bcb
新会话默认agent取Agents管理里排第一的Agent,而不是注册表里面的第一个
2026-03-23 15:06:30 +08:00
xintaofei
ad49d9e9ec
修复进行中会话有时无法被取消
2026-03-22 23:20:01 +08:00
xintaofei
49760ccb58
新会话默认连接agent列表里面的第一个agent,不再固定使用codex
2026-03-22 22:35:01 +08:00
xintaofei
06ac2be0b1
修复新会话可能泄漏问题
2026-03-22 21:25:55 +08:00
xintaofei
7174ac8d4c
优化会话列表显示效果
2026-03-22 12:43:55 +08:00
xintaofei
deeb91b69f
代码格式
2026-03-22 12:34:08 +08:00
xintaofei
8c60c8fdba
优化会话侧边栏性能
2026-03-22 12:32:30 +08:00
itpkcn@gmail.com
e002280cf6
临时会话被顶替后立即断开连接
2026-03-21 10:45:41 +08:00
xintaofei
dc461c1c18
文件搜索结果里对目录图标着色
2026-03-19 00:35:36 +08:00
xintaofei
33d70b8866
支持搜索文件和目录
2026-03-19 00:24:50 +08:00
xintaofei
35f5e16c11
提前检测Agent是否支持fork会话,避免无效展示和操作
2026-03-17 16:03:08 +08:00
xintaofei
f3f6f9e2c8
解决lint问题
2026-03-15 11:52:14 +08:00
xintaofei
5f09079696
优化会话fork代码
2026-03-15 11:50:18 +08:00
xintaofei
f50484f08c
支持在历史会话中分叉出新会话
2026-03-15 11:44:01 +08:00
xintaofei
0c54900396
修复右侧边栏diff区不实时显示修改文件
2026-03-12 23:45:03 +08:00
xintaofei
1f623c0d6e
支持会话响应时添加队列消息
2026-03-12 23:19:24 +08:00
xintaofei
6c26d067fd
修复重构后新会话未显示底部token用量
2026-03-12 21:23:58 +08:00
xintaofei
8989f0fffb
解决lint问题
2026-03-12 21:08:59 +08:00
xintaofei
c8f6f87ea5
agent响应结束后异步反显token信息
2026-03-12 20:25:02 +08:00
xintaofei
bd5456423f
继续重构会话消息处理逻辑
2026-03-12 18:34:34 +08:00
xintaofei
ccd821bacb
修复会话响应结束后未修改状态
2026-03-11 20:57:10 +08:00
xintaofei
79a22c8a03
初步支持AskUserQuestion交互
2026-03-11 19:43:24 +08:00
xintaofei
56100c6759
解决pnpm lint问题
2026-03-11 18:17:15 +08:00
xintaofei
bdcafcac65
live turn显示agent图标
2026-03-11 15:07:21 +08:00
xintaofei
cf90e69891
优化平铺显示下被激活会话的显示样式
2026-03-11 14:13:32 +08:00
xintaofei
f74fe371da
修复新会话可能出现响应不显示的情况
2026-03-11 13:06:05 +08:00
xintaofei
7dabb74de3
修复:切换到新会话后,底部状态栏的上下文统计没有处理
2026-03-11 09:53:42 +08:00
xintaofei
49196ffd4d
会话支持平铺模式显示
2026-03-11 08:14:36 +08:00
xintaofei
16a3267e69
切换会话时,会话输入框自动获得焦点
2026-03-10 23:54:30 +08:00
xintaofei
5960ccebb9
优化新会话页面显示布局
2026-03-10 23:49:28 +08:00
xintaofei
380f430d5a
重构部分会话消息处理逻辑,优化会话消息渲染
2026-03-10 23:24:27 +08:00
xintaofei
a048a4cae2
继续优化重构后的逻辑
2026-03-10 21:32:21 +08:00
xintaofei
11a5484b79
修复Agent消息在响应结束后显示两条
2026-03-10 20:02:59 +08:00
xintaofei
91636ada7f
重构会话消息处理和显示逻辑
2026-03-10 19:32:44 +08:00