dsh-workspace-overview
开发工具 活跃维护

dsh-workspace-overview

joao-paulo-santos/dsh-workspace-overview

在聊天页签旁新增工作区概览专属页签,可承载其他插件的子页签入口,当工作区关联GitHub仓库时,会话头会自动显示对应GitHub标识,无需跳转即可识别仓库归属。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
9 KB
仓库大小
22 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:joao-paulo-santos/dsh-workspace-overview
git clone https://github.com/joao-paulo-santos/dsh-workspace-overview.git
git clone git@github.com:joao-paulo-santos/dsh-workspace-overview.git
README.md main

dsh-workspace-overview

A DeepSeek Harness (DSH)
plugin: a Workspace Overview tab beside Chat.

The Overview page itself is an empty state, but the tab is a subtab
host
: other plugins contribute tabs through the workspaceOverview
facade (registerTab({id,label,order}, Component)), the same shape as
granularSettings.registerTab.

Also working: a GitHub pill in the session header when the current
workspace's .git config points at github.com. Clicking it opens the
repository in a new tab; visibility is the "GitHub pill in session header"
toggle in the Plugin tab of Granular Settings (default on).

How to install

Requires a DeepSeek Harness checkout and a profile, here web. Clone the
dependencies and this plugin into a plugins folder:

mkdir -p ~/dsh-plugins && cd ~/dsh-plugins
git clone https://github.com/joao-paulo-santos/dsh-granular-settings.git
git clone https://github.com/joao-paulo-santos/dsh-workspace-overview.git

# from the harness checkout
pnpm dsh plugin --profile web add ~/dsh-plugins/dsh-granular-settings
pnpm dsh plugin --profile web add ~/dsh-plugins/dsh-workspace-overview

# verify the profile still composes
pnpm dsh --profile web --dump-config

Restart the harness; the tab appears beside Chat.

Dependencies

  • dsh-granular-settings owns the "GitHub pill in session header" toggle this plugin registers and reads (required; the plugin does not activate without it)

Plugins dependent on this

  • dsh-workspace-history contributes a History subtab listing the workspace's compaction journal
  • dsh-wo-github contributes a GitHub subtab with the About card, README, and commit history