Releases: Nico0713520/dsh-github-cli
Releases · Nico0713520/dsh-github-cli
Release list
v0.1.0 — Reuse your local gh inside DeepSeek Harness
What's new
The first release of dsh-gh-cli — a DeepSeek Harness plugin that plugs your local GitHub CLI into the agent, with a read-first safety model.
Highlights
gh_cli_run— run anyghsubcommand from the conversation (repos, PRs, issues, releases, workflows,gh api…)gh_auth_status— check the localghinstall + login at a glance- Three-tier safety model — read-only commands run by default, write commands need
fullAccess, credential commands are always blocked - Zero token setup — reuses your existing
gh auth login(including enterprise/SSO) - No shell injection —
execFilewith argument arrays (shell: false)
Install
dsh plugin --profile web add git+https://github.com/Nico0713520/dsh-gh-cli.gitThen restart dsh web.
Notes
- DeepSeek Harness is a developer preview — pin this plugin's version and re-test after upgrading
@deepseek-ai/dsh. - Read the security model before enabling
fullAccess.
Full changelog: CHANGELOG.md