agent active

DeepCopilot

Maker: deep-copilot License: MIT Stars: 78 First released: 2026-05-09 Language: JavaScript
IDE

About

DeepCopilot puts a DeepSeek-powered coding agent into VS Code's sidebar: a multi-turn tool-calling loop handles file reads/writes, ripgrep-backed code search, shell execution, and optional Tavily web search, with streaming output and context-window management to stay inside long sessions. The extension deliberately avoids npm runtime dependencies, shipping a small bundle built on the VS Code Extension API, which keeps install weight and supply-chain surface minimal. Around the loop it adds plan/todo tracking, a pending-edits panel with diff review and one-click revert, persistent user memory, a skills system, and FIM inline completions. It requires a DeepSeek API key (Tavily optional), is MIT-licensed JavaScript by a solo author, and releases frequently on the VS Code Marketplace.