DeepSeek Harness v0.1.5-rc.2
DeepSeek Harness v0.1.5-rc.2: Feedback & File UI Update
- Author
- DeepSeekAgent.io Editorial Team
- Published
- Updated
DeepSeek released dsh-v0.1.5-rc.2 on September 10, 2026 as a small follow-up to rc.1. Its scope is deliberately narrow: feedback confirmation and failure recovery, plus clearer delivered-file cards and tighter conversation spacing.
Release and npm status
| Check | Status on September 11, 2026 |
|---|---|
| GitHub Release | v0.1.5-rc.2, marked Pre-release |
| GitHub tag | dsh-v0.1.5-rc.2 |
npm next | 0.1.5-rc.2 |
npm latest | 0.1.5-rc.1 |
Test it explicitly:
npx @deepseek-ai/dsh@next web
For a reproducible environment, pin the exact version:
npx @deepseek-ai/[email protected] web
What changed
Likes and dislikes now open a confirmation dialog before submission. If the request fails, Web keeps the entered feedback and shows a notice, avoiding the need to retype a detailed report.
Delivered-file cards use a refined layout, code-file icons have been refreshed, and conversation spacing is more compact. These changes improve scanning when an Agent returns several files in one workflow.
What did not change
The major 0.1.5 migration surface belongs to rc.1: V4.1 Flash defaults, arbitrary file uploads, Sidebar previews, Session V3, continuable-subagent controls, proxy support, and plugin API changes. Read the v0.1.5-rc.1 guide before treating rc.2 as a two-line upgrade.
Should you install rc.2?
| Scenario | Recommendation |
|---|---|
| New user following npm defaults | Stay on latest (0.1.5-rc.1) unless you need to test next |
| Testing the feedback flow | Use rc.2 and verify success and failure states |
| Workflow delivers many files | Test card density, icons, preview, open, and reveal actions |
| Plugin or SDK migration | Start with the rc.1 migration guide; rc.2 adds no announced API migration |
Related reading
- DeepSeek Harness v0.1.5-rc.1 upgrade guide
- DeepSeek Harness complete setup guide
- DeepSeek V4.1 Flash in Harness
FAQ
Is rc.2 the npm default?
No. It is assigned to next as of September 11. npm latest remains rc.1.
Does rc.2 contain all rc.1 features?
Yes, it follows rc.1. The release notes for rc.2 list only the incremental feedback and interface refinements.