Olympianz/dsh-github-sidebar0

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.

包名
dsh-github-sidebar
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Olympianz/dsh-github-sidebar

Usage

  1. Open a session.
  2. The right details column auto-opens showing GitHub Sidebar.
  3. Top pane: browse topic repositories sorted by stars; use pagination buttons to flip pages.
  4. 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).