

DeepSeek Harness
#4 v IDE rozšíření a copilotiDeepSeek · od 13. August 2026 (Developer Preview) · 7× · naposledy 15. 8. 2026
DeepSeek Harness (CLI command: dsh) is an open-source framework released by DeepSeek for building AI coding agents, available since August 13, 2026 as a developer preview under the MIT license on GitHub. It is powered by the "Cordis" meta-framework built around the idea that "everything is a plugin": models, tools, skills, sessions, sandboxes, filesystem, and UI are all swappable plugins. The tool serves as a direct, free alternative to Claude Code and is primarily run with DeepSeek's V4 models (V4-Pro, V4-Flash), though the plugin architecture allows model-agnostic use. It offers a web interface as well as a headless/CLI mode, and per the project documentation is still under active, rapidly changing development.
Vlastnosti
| Base Model | DeepSeek-V4-Pro / DeepSeek-V4-Flash (swappable via plugin architecture) |
| License | MIT License (open source) |
| Platform | Self-hosted, local via Node.js (npx) or repository checkout; Web UI at http://127.0.0.1:3080 |
| Price | Free (open source); usage of DeepSeek V4 models via API is paid, e.g. V4-Pro from $0.435/M input tokens |
| Release Date | August 13, 2026 (Developer Preview, version 0.1.0-rc.5) |
| Interface (IDE/CLI/Web) | CLI (dsh) and web interface; headless mode for automation |
| SWE-bench Verified (%) | 80.6% (DeepSeek-reported for base model V4-Pro, under vendor harness); independently per Vals.ai 96.40% (2nd place behind Claude Opus 5) |