DeepSeek Harness plugin

dsh-chat-toc

DSH web GUI chat table-of-contents: a hoverable outline on the right edge of the conversation that jumps to any message.

Jump to install

Source facts

Repository
a792883583/dsh-chat-toc
Latest update
Aug 22, 2026
Category
UI Enhancements
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/a792883583/dsh-chat-toc
Plugin: dsh-chat-toc
Author: a792883583

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer5 files
README.en.mdSource · read only
README language

dsh-chat-toc

中文 · Español

A chat table-of-contents plugin for the DSH Web GUI: a book-style outline bar on the right edge of the conversation; hover to expand the outline, click any entry to jump to that message.

Features

  • Outline bar: hugs the right edge of the chat area (left of the Git panel's collapse arrow). Each message is a tick mark — the longer the mark, the more content; user messages are blue, assistant messages green
  • Current position highlight: as you scroll, the mark for the current message is highlighted (synced between the bar and the popup list)
  • Hover to expand: move the mouse onto the bar to reveal the full outline (role color bar + number + message summary); it collapses automatically when the mouse leaves
  • Outline search: the expanded outline has a search box that filters messages by summary/key in real time (case-insensitive), making it easy to find and jump to historical messages
  • Message bookmarks: hover any outline entry and tap the star (⭐) to bookmark key messages (e.g. conclusions, API contracts); the outline header has a one-click "starred only" filter; bookmarks persist in browser localStorage across reloads
  • Click to jump: click any entry to smooth-scroll to the corresponding message
  • Multilingual: follows the DSH Web UI language (Chinese / English); Spanish browsers automatically get Spanish copy; defaults to Simplified Chinese
  • Light / dark theme follows the DSH Web GUI; coexists with dsh-git-panel, positions follow automatically

Screenshots

Outline bar (tick marks on the right edge of the chat after a few turns; the current message is highlighted):

![Outline bar](docs/toc-bar.png)

Hover-expanded outline (role color bar + number + summary, click to jump):

![Outline list](docs/toc-pop.png)

Installation

dsh plugin --profile web add dsh-chat-toc

Restart dsh web, and after a few turns of conversation the outline bar appears on the right edge of the chat.

> For local development, install via a link instead: dsh plugin --profile web add link:/path/to/dsh-chat-toc. After editing source, run npm run build and refresh the page to see changes.

Feedback

Found a bug or have a feature request? Open an issue on GitHub Issues — your feedback helps us make the plugin better.

License

MIT