Olympianz/dsh-github-sidebar ↗★ 0
dsh-github-sidebar
A DSH (DeepSeek Harness) client plugin that adds a GitHub info sidebar to the chat window's right details column: the top pane lists repositories under a GitHub topic (e.g. dsh-plugin) sorted by stars, the bottom pane lists a repository's discussions with time / comments / pinned sorting.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Olympianz/dsh-github-sidebar说明文档
阅读完整 README ↗Usage
- Open a session.
- The right
detailscolumn auto-opens showing GitHub Sidebar. - Top pane: browse topic repositories sorted by stars; use pagination buttons to flip pages.
- Bottom pane:
- Switch sort with Newest / Most comments / Pinned first.
- Paste a GitHub token (GraphQL requires one) and press Save.
Configuration
All defaults are hardcoded in the panel for now; the host half exposes a Config schema (topic, owner, repo, pageSize) that can be overridden in cordis.yml, but the browser half does not read it yet. The token is entered in the panel (per-user, persisted in localStorage).