Skip to content

Releases: Nico0713520/dsh-github-cli

v0.1.0 — Reuse your local gh inside DeepSeek Harness

Choose a tag to compare

@Nico0713520 Nico0713520 released this 17 Aug 16:28

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 any gh subcommand from the conversation (repos, PRs, issues, releases, workflows, gh api…)
  • gh_auth_status — check the local gh install + 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 injectionexecFile with argument arrays (shell: false)

Install

dsh plugin --profile web add git+https://github.com/Nico0713520/dsh-gh-cli.git

Then 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