+- English: ①**Explorer context-menu attach**: right-click any file or folder in VS Code Explorer → "Attach to Deep Copilot" injects its content or directory tree as a chip into the chat input. Files auto-truncated at 64 KB; folders walked recursively (max depth 3, max 200 entries; `node_modules` / `.git` / `dist` etc. skipped). ②**`read_terminal` tool**: the model can proactively read the latest output of the VS Code integrated terminal without the user manually copy-pasting; supports filtering by terminal name; output auto-truncated with sensitive paths sanitised. ③**Agent proactive verification loop**: after critical writes or shell commands, the agent automatically emits a follow-up tool call to verify the result (e.g. re-read a file to confirm content, or run tests); `run_shell` result is structured as `{exit_code, stdout, stderr}` so the model can branch on success/failure. ④**`save_plan` tool**: at the end of a Plan-mode investigation, the structured plan (title, goal, steps, files, risks) is persisted to `.deep-copilot/plans/` as a timestamped Markdown file. ⑤**Context-chip auto-attach current file**: when an editor file is focused, its path appears as a chip in the input bar; chip updates live as the active file changes; chip is preserved (no longer cleared) when focus moves to the chat panel. ⑥Fixes: skill SKILL.md path resolution across home / workspace directories; tool-card borders replaced with theme-aware `var(--vscode-panel-border)`; tool header status bar restored; Composer top separator removed.
0 commit comments