wang-xudong/dsh-plugin-undo0

dsh-plugin-undo

DeepSeek Harness 的对话撤销插件:通过 /undo <n> 命令回滚模型可见的对话表面,Web UI 会折叠被撤销的轮次。

AI 分析

核心用途是提供便捷的对话历史回滚功能。适合在调试 Prompt 或与智能体交互时,需要快速撤销不满意对话轮次的用户。

套件
dsh-plugin-undo
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wang-xudong/dsh-plugin-undo

Usage

Type in the session input:

/undo
/undo 1
/undo 3
/undo all

The command requires the session to be idle. Stop the running turn first if the UI reports it is busy.