dsh_PromptRecall
Run the following command in DeepSeek Harness:
dsh plugin install liguanyu/dsh_PromptRecall
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install liguanyu/dsh_PromptRecall in the DeepSeek Harness terminal to install this plugin, source available at https://github.com/liguanyu/dsh_PromptRecall
About this plugin
Switching conversations, reloading the page, or restarting the DSH Web GUI always wipes your composer, forcing you to retype prompts and breaking your flow. dsh_PromptRecall turns the input box into a Codex-style history browser: with an empty composer, UP starts recalling from the newest entry, DOWN moves forward, and going past the newest clears the box and exits—in all cases without leaving keyboard focus.
History is persisted as plain-text JSONL under the user home directory, recallable across conversations and restarts. Returning to a conversation surfaces its own history first; pressing UP further walks into global records. Key routing is tightly guarded: a non-empty draft, a mid-text caret, an active selection, or an open popup immediately hands arrow keys back to the editor so drafts are never clobbered. Pressing Esc to discard an unsent draft stores it in history so UP can bring it back. A position pill above the composer shows the current index; clicking its × twice clears all history instantly.
Built for DSH Web GUI users who juggle many conversations, iterate prompts repeatedly, or rely on long multi-session workflows and would rather never retype the same prompt twice.
Use Cases
- Rapidly recall previous prompts when juggling multiple conversations
- Recover unsent drafts after a page reload or restart
- Step through earlier prompt iterations while refining wording
Best For
- Heavy DSH Web GUI users switching between many conversations
- Productivity users who rely on long sessions and hate retyping
- Keyboard-first users who never want to leave the composer
Related Plugins
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.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.