dsh-command-rail
Run the following command in DeepSeek Harness:
dsh plugin install secyborg/dsh-command-rail
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install secyborg/dsh-command-rail in the DeepSeek Harness terminal to install; the full source is available at https://github.com/secyborg/dsh-command-rail
About this plugin
Scrolling through a long DSH conversation to find one specific user prompt is a friction point most users feel after a dozen or so turns. dsh-command-rail adds a subtle column of short bars along the left edge of the session area, one per user command, spanning the full persisted history rather than just the last ~50 events currently rendered in the DOM. Hover a bar to see its ordinal position and a summary excerpt, even for commands that have not been loaded into the view; click it and the plugin pages older history via the official sessions history API, then scrolls and highlights the target line. Your current reading position stays highlighted in the brand color, and switching conversations automatically rebuilds the rail. When the command count grows large, bar heights compress down to 2 px and sampling kicks in beyond 400 entries, so the rail never overflows; if the history API is unavailable it gracefully falls back to DOM-scrape mode. The plugin touches only official service interfaces and stable CSS-module anchors, performs no internal patching, and exports its core logic for testing. If your DSH sessions regularly stretch into dozens or hundreds of turns, if you keep jumping back to a specific prompt, or if you simply prefer a Codex-style lateral timeline over infinite vertical scrolling, this rail turns blind scrolling into a glance-and-go navigation experience.
Use Cases
- Locate a target command in a long conversation at a glance
- Jump back to an early prompt with auto-paged loading and smooth scroll
- Rail rebuilds instantly on session switch, navigation never lost
Best For
- Heavy DSH users handling 30+ prompts per session
- Users who prefer Codex-style lateral timelines over vertical scrolling
- Developers who frequently revisit a specific past prompt
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.