AI Agent Hub
Back to plugins
🖥️

dsh-session-nav

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install tuogusa/dsh-session-nav

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install tuogusa/dsh-session-nav in DeepSeek Harness to install; the source repository is at https://github.com/tuogusa/dsh-session-nav

About this plugin

Scouring a long conversation to find one specific earlier question usually means repeated scrolling, guessing positions, or losing the entry point entirely after compaction folds it away. dsh-session-nav adds a small semi-transparent trigger button along the right edge of the conversation area; on hover it pops out a scrollable list of every question in the current session, including compacted ones, with the session name and total count pinned at the top and the current question auto-centered.

Clicking a question performs a smooth in-viewport jump when it is already on screen. For questions outside the rendered window, the plugin silently pages back through earlier history before landing, showing a progress indicator without any viewport jank. The button tracks layout changes in real time such as detail panel toggles, sidebar drags, and window resizes, and a short hover-out delay before the fade-out prevents accidental dismissal on the button-to-popup path.

Under the hood, the host side uses incremental in-memory traversal backed by a persisted index, paired with a client-side cache and afterSeq delta sync, so the normal path involves no disk I/O and no full log scan. If you work in long DSH Web GUI sessions and frequently need to jump back to a specific earlier question, this plugin turns that navigation into a single hover and click.

Use Cases

  • Jumping back to a specific earlier question in a long session
  • Locating compacted questions after session folding
  • Frequently switching between different questions across many turns

Best For

  • Users running long conversations in DSH Web GUI
  • Developers who frequently revisit earlier questions across many turns
  • Power users seeking to reduce manual scrolling and improve browsing efficiency