文件最后提交记录最后更新时间
feat: improve Add to Chat with clickable code references - Show file:line-range format (e.g. example.py:10-20) instead of markdown - Click reference to jump to file at selected lines - Only add context when user has active selection - Fix context passing: send selection content to AI, not entire file - Handle long filenames with ellipsis and tooltip - Preserve delete button when filename is long 6 天前
feat: improve Add to Chat with clickable code references - Show file:line-range format (e.g. example.py:10-20) instead of markdown - Click reference to jump to file at selected lines - Only add context when user has active selection - Fix context passing: send selection content to AI, not entire file - Handle long filenames with ellipsis and tooltip - Preserve delete button when filename is long 6 天前
feat: improve Add to Chat with clickable code references - Show file:line-range format (e.g. example.py:10-20) instead of markdown - Click reference to jump to file at selected lines - Only add context when user has active selection - Fix context passing: send selection content to AI, not entire file - Handle long filenames with ellipsis and tooltip - Preserve delete button when filename is long 6 天前
refactor(format): 统一工具参数展示逻辑,移除硬编码的工具名判断 将 formatToolArgs 从逐个工具名硬编码匹配改为基于优先字段列表 (DISPLAY_FIELDS) 动态提取,提升可维护性和扩展性。 13 天前
feat(webview): sidebar session list, openSessionInTab integration Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 14 天前
feat(daemon): update daemon and vscode extension Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com 15 天前
feat(vscode): set up React + esbuild Webview with state management 1 个月前