AI Agent Hub
Back to plugins
🖥️

dsh-workspace-inspector

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install GIGHT111/dsh-workspace-inspector

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

Run dsh plugin install GIGHT111/dsh-workspace-inspector in your terminal to install the plugin from GitHub (https://github.com/GIGHT111/dsh-workspace-inspector); restart the Web profile after installation to activate it.

About this plugin

The right-side details column in the DeepSeek Harness Web UI has long been dormant, leaving users without a glanceable view of token consumption, full message history, or workspace file structure during extended sessions. dsh-workspace-inspector claims that column at a lower priority and turns it into a persistent information panel, so you no longer need to switch pages or dig through logs to get the big picture of your session.

The panel covers four dimensions. The token-usage section breaks down cumulative input, cache-read, and output tokens with per-part percentages. The message outline is rebuilt by the host from the persisted session log, covering the entire history rather than the last fifty messages in the client window; each entry is collapsible to reveal a reply summary and tool-call count, and clicking it scrolls the conversation to the target line with a highlight. The context-pressure strip shows the projected token count for the next request, the window capacity, and the current occupancy percentage. The workspace file tree supports lazy-loading of directories, displays file sizes, and opens a file in your system default application with a single click on its row.

It is built for DeepSeek Harness users who run long multi-turn conversations, manage multi-file workspaces, and want real-time visibility into context-window pressure without leaving the browser. Works on macOS, Windows, and Linux; after restarting the Web profile, the Overview button in the session header lets you open or close the right-side panel at any time.

Use Cases

  • Track token consumption and context occupancy in real time during long multi-turn chats
  • Jump to any historical message and review its reply summary and tool-call count at a glance
  • Browse the workspace file tree in the side panel and open files with the system default app

Best For

  • Engineers running multi-turn development conversations in the DSH Web UI
  • Users managing multi-file workspaces who frequently reference file structure
  • Practitioners who continuously monitor context-window pressure to optimize prompt length