- DeepSeek V4 मॉडल पर आधारित टर्मिनल कोडिंग एजेंट, जो keyboard-केंद्रित TUI में file editing, shell execution, Git management, web search और sub-agent orchestration करता है
--model auto के साथ हर turn पर मॉडल (deepseek-v4-pro/flash) और reasoning level (off/high/max) का अपने-आप चयन — हल्के Flash routing call से निर्णय लेकर उसे वास्तविक मॉडल तक भेजता है
- 1M token context window, streaming inference blocks, और prefix-cache aware real-time cost tracking built-in
- Plan (read-only exploration)·Agent (approval gate के साथ interactive)·YOLO (auto approval) तीन operating modes उपलब्ध
- MCP protocol integration के साथ external tool servers तक विस्तार संभव, और Stdio·SSE·Streamable HTTP तीन transports supported
- संपादन के बाद rust-analyzer·pyright·gopls·clangd आदि के जरिए LSP inline diagnostics अपने-आप लागू होते हैं
- session save/restore, workspace rollback (side-git snapshots), और durable task queue (restart के बाद भी बनी रहती है) supported
deepseek serve --http के जरिए HTTP/SSE headless API server चलाया जा सकता है, और Zed editor के साथ --acp द्वारा Agent Client Protocol integration मिलता है
- Skills system: GitHub से instruction packs install करें (
/skill install github:<owner>/<repo>), backend service की ज़रूरत नहीं, और agent load_skill से अपने-आप चयन करता है
- NVIDIA NIM·Fireworks·OpenAI-compatible·SGLang·vLLM·Ollama सहित कई external API providers supported
- npm·Cargo·Homebrew·Docker·Scoop·source build जैसी कई installation paths उपलब्ध, और Linux ARM64 (Raspberry Pi, Graviton आदि) के लिए भी v0.8.8 से prebuilt binaries supported
- MIT license
अभी कोई टिप्पणी नहीं है.