dsh-history
Run the following command in DeepSeek Harness:
dsh plugin install startnewlabs/dsh-history
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install startnewlabs/dsh-history in the DeepSeek Harness terminal to install this plugin. Full source: https://github.com/startnewlabs/dsh-history
About this plugin
A DSH conversation can easily pass several hundred turns, with messages compressed by compaction and earlier pages never loaded into the window. Finding one of your own messages means scrolling endlessly, refreshing, or giving up entirely. dsh-history removes that friction: after install, a panel appears above the input box listing every message you sent in the current session, including unloaded and compacted history.
The core experience is click-to-locate: pick a message and the plugin automatically loads earlier history, waits for the page to render, then smooth-scrolls to the target and flashes a highlight, all without manual action. The panel also offers live text search, a newest/oldest sort toggle, and a one-click copy button per row. The full list is prefetched in the background on session entry, so the panel opens instantly.
Built for heavy DSH users who work in long sessions, frequently revisit their own prompts and follow-ups, and need to pinpoint a specific line in a very long context before editing and continuing.
Use Cases
- Locate a specific prompt you sent in a 300-turn conversation
- Compare phrasing changes across questioning stages to trace reasoning
- Extract critical context buried in compacted or unloaded history
Best For
- Heavy DSH developers whose single conversations routinely exceed 100 turns
- Users who frequently revisit their own prompts and follow-ups to refine long tasks
- Anyone who must pinpoint a specific line in a very long context before editing and continuing
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.