文件最后提交记录最后更新时间
fix(guide): i18n subagent tool defs, OnceLock KB cache, VSCode message queuing - Cache embedded KnowledgeBase via OnceLock so files are parsed only once - Add i18n messages for invoke_subagent tool description and parameters - Fix guide integration tests with locale guards and explicit locale setup - Queue VSCode panel messages when webview is not yet ready, flush on ready - Use English description for /guide slash command 5 天前
feat: multiple enhancements across daemon, webview, and build pipeline - feat(webview-ui): parse attached context files from user messages for attachment pills display instead of raw file content in message bubble - feat(daemon): separate dev build daemon paths from bundled paths; warn with console and VS Code notification when dev build is used - feat(scripts): add targetTriple() mapping platform IDs to Rust cross- compilation targets in bundle-daemon.js - chore: version bump 0.0.6 → 0.0.7 - chore: add build-official scripts to .gitignore - fix(webview): restore relative node_modules path references in bundle - fix(webview): correct CSS source comment paths (src/ → webview-ui/src/) Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> 14 天前
Auto-commit at turn #35 (16 files changed) 7 天前
fix: remove maxTabs limit — no hard cap on open sessions 14 天前
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(vscode): support message queuing during generation - Queue messages when the LLM is still generating instead of blocking send - Show a queue indicator button when generation is active and text is entered - Remove disabled state on textarea during generation to allow queuing - Clean up queued messages on session clear and stop generation - Update webview state handling for message queue Co-Authored-By: AtomCode (Qwen/Qwen3.6-35B-A3B) <noreply@atomgit.com> 26 天前