AI Agent Hub
Back to plugins
🖥️

dsh-chat-history

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Stylelinzzz/dsh-chat-history

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

Run dsh plugin install Stylelinzzz/dsh-chat-history inside DeepSeek Harness to install the plugin (source: https://github.com/Stylelinzzz/dsh-chat-history). After a dsh web restart, the History tab will appear in the session header.

About this plugin

A long agent session in DeepSeek Harness can easily balloon past a hundred messages, and jumping back to an earlier prompt means endless scrolling and squinting. dsh-chat-history adds a History tab to the session header that collects every user message into a clean, clickable directory. It filters out tool calls, thinking traces, commands, and injected context automatically, so even the noisiest session stays easy to navigate.

Once the History tab is open, the plugin pages through older messages automatically (50 per page) until the full session log is loaded in the client window. Clicking any entry switches back to the Chat tab, smooth-scrolls to the target message, and flashes it for 1.5 seconds. The tab sits alongside the official Trajectory view and does not occupy the details slot, so the built-in tool-call panel keeps working untouched.

It is built for developers who run long multi-turn conversations or extended agent tasks in DeepSeek Harness and need to hop back to a specific instruction without the friction of manual scrolling.

Use Cases

  • Locating a specific prompt in a long agent session
  • Jumping back to a key instruction during iterative debugging
  • Reviewing all user inputs in order during session retrospectives

Best For

  • Developers running multi-turn conversations in DeepSeek Harness
  • Users who frequently jump back to earlier prompts in long agent tasks
  • Power users seeking a lightweight navigation layer alongside the official Trajectory tab