deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A /rewind plugin for DeepSeek Harness (dsh): rewind a conversation to any earlier message and continue from a clean forked session — all later context is trimmed away, reducing context pollution. The original conversation is archived (restorable from the sidebar); nothing is deleted.
/rewind opens a picker window above the composer (type it, or pick the rewind skill from the / menu).Session (2))./rewind <anything> is ignored — the window is the only usage.rewind skill is registered, so the model recognizes rewind requests and points you to /rewind.$DSH_HOME/profiles/<name>).pnpm on PATH (the dsh plugin command forwards to it).dsh plugin --profile web add github:jiangr100/dsh-rewind
Then restart the harness. dsh plugin installs the package into the profile and, because it declares dsh.bundle, mounts the plugin row automatically on the next boot.
# 1. Install into the profile
cd "$DSH_HOME/profiles/web" # or your profile directory
pnpm add github:jiangr100/dsh-rewind
# 2. Add the row to the profile's patch layer
# ($DSH_HOME/profiles/web/cordis.patch.yml):
- insert:
- id: dsh-rewind
name: dsh-rewind
# 3. Restart the harness
Type /rewind in a conversation and press Enter — the picker opens at the most recent message; scroll up, click a line, and the GUI switches to the rewound session.
dsh plugin --profile web remove dsh-rewind
Then restart the harness. (With a manual install, remove the row from cordis.patch.yml and run pnpm remove dsh-rewind in the profile directory.)
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。