zoahdev/dsh-github-release-radar ↗★ 0
dsh-github-release-radar
GitHub Release Radar for DeepSeek Harness: query releases, repo stats, and repository search without an API key.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-release-radar说明文档
阅读完整 README ↗dsh-github-release-radar
GitHub Release Radar is a plugin for DeepSeek Harness (dsh) that gives your agent three model-facing tools over the public GitHub REST API — no API key required.
Topic:
dsh-plugin· Tested withdsh0.1.0-rc.6
Tools
| Tool | What it does |
|---|---|
github_releases | List the most recent releases of a public repository (tag, date, pre-release flag, URL, body preview). |
github_repo | Repository overview: stars, forks, open issues, language, license, last update. |
github_search | Search public repositories with GitHub search syntax, sorted by stars or last update. |
Example agent prompts:
- “What are the latest releases of
deepseek-ai/deepseek-harness?” - “Compare the stars and licenses of the top 5 TypeScript agent frameworks.”
- “Has
ollama/ollamapublished a stable release recently?”
Install
Prerequisite: dsh CLI 0.1.0-rc.6+ (install guide).
From GitHub
dsh plugin --profile web add github:zoahdev/dsh-github-release-radar
First-time git installs require an allow-build entry; dsh will print the exact line to add to your profile's pnpm-workspace.yaml (see the official publishing guide for details).
From npm / tarball
dsh plugin --profile web add dsh-github-release-radar
# or
dsh plugin --profile web add ./dsh-github-release-radar-0.1.0.tgz
Then restart dsh web.
Local development (patch overlay)
# cordis.patch.yml
- insert:
- id: github-release-radar
name: dsh-github-release-radar
config:
defaultLimit: 5
dsh web --patch ./cordis.patch.yml
Configuration
All values are optional and can be set in :