Olympianz/dsh-github-sidebar ↗★ 0
dsh-github-sidebar
为 DSH 聊天窗口右侧详情栏添加 GitHub 信息侧边栏的客户端插件,上方展示特定主题下的热门仓库,下方展示仓库的讨论列表。
AI 分析
核心用途是在 DSH 界面内快速浏览 GitHub 插件生态和讨论。适合关注 DSH 社区动态、寻找新插件的用户,需配置 GitHub Token。
安裝
$
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).