devtool
对标 Claude Code:DeepSeek Harness 公测,同步开放 npm 插件生态
Useful but immature and lacking polish, essentially an experimental tool
4.6Overall
Utility5
Onboarding5
Craft4
Niche fit4
Longevity5
Five dimensions scored independently; overall is a weighted average. Scores are only comparable within this same rubric.
Good for
Developers who want to experiment with DeepSeek models and build a custom AI coding assistant
Not for
Teams that require a stable, production‑ready code assistant
Project description
IT之家 8 月 13 日消息,DeepSeek-V4-Pro-0813 正式开源,同时还推出了其开源的代码智能体框架 Harness 的开发者预览版(基于 Cordis),并同步开放了配套的插件生态系统。 截至IT之家发稿,相关 GitHub 仓库仍处于非公开状态(更新:现已公开)。感兴趣的用户可通过 npm 命令安装: npm i @deepseek-ai/dsh 通过 npm 运行: npx @deepseek-ai/dsh web 该命令会启动 Web UI,默认地址为 http://127.0.0.1:3080 。 如需从仓库源码运行: git clone https://githu