dsh-trail-plugin
Run the following command in DeepSeek Harness:
dsh plugin install MemoryIt/dsh-trail-plugin
Paste the following prompt into your AI chat to install this plugin:
Install dsh-trail-plugin in DeepSeek Harness (repo: https://github.com/MemoryIt/dsh-trail-plugin) by running dsh plugin install MemoryIt/dsh-trail-plugin, then restart DSH to enable the History Index panel.
About this plugin
DSH conversations are a linear, append-only log. You can scroll down, but finding back to exactly what was said three turns ago is painful, and forking a new path from an earlier node is simply impossible out of the box. dsh-trail-plugin adds a History Index panel on the left side of the session list, collapsing each conversation event log into an expandable node tree so the linear record finally has an indexable, jumpable, forkable navigation layer.
The workflow is straightforward: click any node and the chat stream scrolls to that turn, auto-loading older content if needed; hover a node and hit Fork to spawn a child session from that point without disturbing the current one; nodes with branches show a numeric badge, click to expand a dropdown and switch branches instantly. Panel width and collapsed state persist across refreshes, and the index is stored via DSH official projection channel, surviving restarts regardless of how many messages the window has loaded.
It is built for developers who frequently need to revisit long conversations, explore multiple branches of the same prompt, or repeatedly fork from mid-session nodes in agent pipelines. The plugin is read-only on event logs, never mutates session data, and uses the official sessions.fork API. Install it, restart DSH, and the panel appears on the left.
Screenshots
Use Cases
- Jump to any turn in a long conversation by clicking a node
- Fork a child session from a past node without disturbing the current one
- Switch between branched sessions with one click to compare or continue
Best For
- Developers who revisit long conversations frequently
- Researchers exploring multiple branches of the same prompt
- Engineers iterating via repeated forks in agent pipelines
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.