Harzva/dsh-cli-store

Harzva★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

README 摘要

dsh-cli-store dsh-cli-store is a DeepSeek Harness plugin and a small command-line client for discovering, checking, and installing external CLI tools. It is intentionally not another DSH plugin marketplace. A DSH marketplace installs DSH bundles; this store describes binaries that run outside the Harness, such as gh , rg , jq , and ffmpeg . The DSH bundle is the integration layer that makes the catalog available to the agent. Install into DSH The plugin registers seven tools: - dsh cli search searches the checked-in catalog for the current platform. - dsh cli list lists the complete catalog for the current platform. - dsh cli discover searches public CLI sources and can save results locally when explicitly requested. - dsh cli saved reads locally saved discoveries without network access. - dsh cli install discovered can install only source-verified saved entries after confirmation; other discoveries stop at review-required. - dsh cli doctor checks whether a catalogued CLI responds to its version flag. - dsh cli install shows an install plan and can execute it only after explicit confirmation. The package also exposes a local CLI: The CLI accepts multi-word search queries and --json…

在 GitHub 查看完整 README →
终端/TUIdsh-pluginagentsearch

分类