deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
Lanzgale/dsh-repo-browser
Repository Browser plugin for DeepSeek Harness — right-side GitHub repo list (stars / forks / topics / last push) with local grouping folders and quick actions (move to group / make private / archive); auto-hides on the new-session page
PROJECT TOPICS
PROJECT README
Repository Browser for DeepSeek Harness — a right-side resizable panel listing your GitHub repositories with local grouping and quick actions (move-to-group / make private / archive). Install:
dsh plugin --profile web add dsh-repo-browser.
DeepSeek Harness 的 GitHub 仓库浏览器插件:标题栏提供 GitHub 猫头按钮,点击在页面右侧打开可调宽度的仓库列表面板。
/user/repos?affiliation=owner,含私有仓库),卡片显示名称、描述、语言、星标、fork、最后推送、topics、私有/归档标记$DSH_HOME/storages/repo-browser/groups.json,与 GitHub 侧无关PATCH /repos/{owner}/{repo})shell.overlay,默认 360px,左边缘拖拽 360–720 调宽GITHUB_TOKEN(修改私有/归档需要 repo scope)open 开关本身不改动,回到真实会话原样恢复dsh plugin --profile web add dsh-repo-browser
仓库列表经 GitHub API 拉取,需要 GITHUB_TOKEN(插件不使用 SSH 公钥):
生成 token:GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token
repo scope写入 credentials(推荐,插件优先读取):
# ~/.dsh/.credentials.yaml
refs:
GITHUB_TOKEN: ghp_xxxxxxxxxxxxxxxx
或设置环境变量 GITHUB_TOKEN(回退)
重启 DSH 生效。换 token 只需改 credentials 里的值。
lib/index.js host: 路由 /plugins/repo-browser/{list,groups,repo}
lib/client.js client: shell.overlay + conversation.session.header.actions
cordis.patch.yml
MIT。UI 结构参考 dsh-file-browser(fork 自 joejojoking-cloud/dsh-file-explorer,MIT)。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。