AI Agent Hub
Back to plugins
🖥️

dsh-workspace-overview

Client Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install joao-paulo-santos/dsh-workspace-overview

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

Run dsh plugin install joao-paulo-santos/dsh-workspace-overview in DeepSeek Harness to install this plugin; the source is available at https://github.com/joao-paulo-santos/dsh-workspace-overview

About this plugin

DSH revolves its UI around the chat panel, leaving workspace metadata and linked repositories without a natural home. dsh-workspace-overview adds a Workspace Overview tab beside Chat, giving that contextual information a structured, dedicated area.

The tab begins as an empty placeholder by design; its real purpose is to serve as a subtab host. Other plugins register their own subtabs through the workspaceOverview facade (registerTab with id, label, and order), matching the same interface shape as granularSettings.registerTab. When the current workspace .git config points to github.com, a small GitHub pill appears in the session header — one click opens the repository in a new browser tab.

It suits DSH users who want a centralized spot for workspace information, as well as plugin authors who need a shared mounting point to contribute subtabs under a single overview. It depends on dsh-granular-settings for toggle registration and acts as the base layer for plugins such as dsh-workspace-history and dsh-wo-github.

Use Cases

  • View workspace metadata and related context in a dedicated panel beside Chat
  • Serve as a unified subtab registration mount point for other DSH plugins
  • One-click open of the linked GitHub repository from the session header

Best For

  • DSH users who want a centralized workspace information panel
  • DSH plugin authors needing a shared subtab registration interface
  • Developers using GitHub as their remote repository who want quick access