yiliang114
7cd26f728d
feat(vscode-ide-companion): implement session message handling and UI improvements
...
Complete session message handling with JSONL support and UI enhancements
- Add JSONL session file reading capability
- Improve error handling and authentication flows
- Update UI components for better user experience
- Fix command identifier references
- Enhance MarkdownRenderer with copy functionality
- Update Tailwind configuration for better component coverage
2025-12-06 21:46:14 +08:00
yiliang114
ac9cb3a6d3
style(vscode-ide-companion/ui): improve component styling and layout
2025-12-05 18:03:37 +08:00
yiliang114
2d844d11df
fix(vscode-ide-companion): improve message logging and permission handling
...
- Increase message logging truncation limit from 500 to 1500 characters
- Fix permission option mapping logic for reject_once/cancel options
- Add TODO comments for diff accept/cancel responses during permission requests
Resolves issues with permission handling and improves debugging capabilities.
2025-12-05 02:15:48 +08:00
yiliang114
9cc48f12da
feat(vscode-ide-companion): 改进消息排序和显示逻辑
...
- 添加时间戳支持,确保消息按时间顺序排列
- 更新工具调用处理逻辑,自动添加和保留时间戳
- 修改消息渲染逻辑,将所有类型的消息合并排序后统一渲染
- 优化完成的工具调用显示,修复显示顺序问题
- 调整进行中的工具调用显示,统一到消息流中展示
- 移除重复的计划展示逻辑,避免最新块重复出现
- 重构消息处理和渲染代码,提高可维护性
2025-11-28 09:55:06 +08:00