Releases: hanshenmesen/dsh-turn-delete
Releases · hanshenmesen/dsh-turn-delete
Release list
dsh-turn-delete v0.1.0
First public release of dsh-turn-delete.
在不删除或替换整个 Session 的前提下,从 DeepSeek Harness 对话中删除一个完整且已经结束的 Turn。
Highlights
- Adds a trash action beside completed top-level assistant turns.
- Removes the selected prompt, assistant messages, and tool records from the current model surface.
- Keeps the Session id, title, workspace association, later turns, and append-only audit log intact.
- Persists deletions across reloads and restarts.
- Refuses unsafe deletion of open or compacted turns.
- Includes Chinese and English UI text.
Install
From npm (recommended):
dsh plugin --profile web add dsh-turn-deleteOr use the prebuilt GitHub Release:
dsh plugin --profile web add https://github.com/hanshenmesen/dsh-turn-delete/releases/latest/download/dsh-turn-delete.tgzRestart dsh web after installation.
Compatibility
- DeepSeek Harness
0.1.0-rc.6and0.1.0-rc.7 - Node.js 22.19 or newer
- Web profile and Web-based desktop shells
Validated against an unmodified DeepSeek Harness 0.1.0-rc.7 Web profile with a disposable three-turn Session, including deletion of the middle Turn.
Full changelog: https://github.com/hanshenmesen/dsh-turn-delete/commits/v0.1.0