peiyucn/dsh-sparrow
A collection of small DeepSeek Harness (DSH) web plugins.
Project Overview项目介绍
This is a collection of independent web plugins for DeepSeek Harness (DSH). It offers extra features including fill-in-the-middle suggestions, vision processing, and session management. Use it when you need features not natively supported by DSH. Note: install via dsh plugin command, do not install directly with npm.
这是DeepSeek Harness(DSH)的网页插件集合,每个插件独立发布安装,提供补全建议、视觉处理、会话管理等多种扩展功能。当你需要DSH官方还未原生支持的功能时,可以安装使用。注意必须通过dsh plugin命令安装,不能直接用npm安装。
请帮我了解并安装插件:【dsh-sparrow】【https://github.com/peiyucn/dsh-sparrow】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:peiyucn/dsh-sparrow
把 peiyucn/dsh-sparrow 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
🐦dsh-sparrow
A collection of small DeepSeek Harness (DSH) Web plugins.
Each plugin is published and installed independently; a plugin retires from the collection once DSH natively supports its feature. The version badge above tracks the collection's aligned release line (mirrored from official dsh) and links to the npm org page, where each package's own version is listed.
Requirements
- DSH 0.1.5-rc.2 — the exact official version line each release is built and verified against (deepseek-harness); newer version lines, pre-releases in particular, are not covered. When a plugin meets an unsupported DSH it disables itself (with one log line) instead of breaking DSH.
- Node.js >= 22.19.0
- A working
dshCLI andpnpm(dsh pluginforwards installation to pnpm)
Install
The packages are published on npm, but do not install them with
npm install @dsh-sparrow/...directly — that only downloads them into anode_moduleswithout registering them in the DSH web profile. Use thedsh plugincommand below so each package lands in$DSH_HOME/profiles/weband its bundle layer is activated. Restart DSH after installing.
Plugins
| Plugin | What it does | Install |
|---|---|---|
| dsh-chat-fim |
![]() Chat input suggestions powered by DeepSeek FIM (Beta): pause to get an official-@-menu-style card, Tab adopts; three trigger-sensitivity levels; the completion model follows the main model. |
dsh plugin --profile web add @dsh-sparrow/dsh-chat-fim |
| dsh-archive-manage |
![]() Manage archived sessions: unarchive, move to trash, delete permanently, restore from trash — a parent session and its subagents always move as one. |
dsh plugin --profile web add @dsh-sparrow/dsh-archive-manage |
| dsh-nav-pin |
![]() Turn navigation that stays on narrow conversations — pure stylesheet injection. |
dsh plugin --profile web add @dsh-sparrow/dsh-nav-pin |
| dsh-file-manage |
![]() DeepSeek Files API cloud files: paginated listing, quota bar, per-file delete, one-click file_id copy. |
dsh plugin --profile web add @dsh-sparrow/dsh-file-manage |
| dsh-codebuddy-credits |
![]() Company CodeBuddy credits as a DSH LLM provider: model names with read-only facts ( x0.00 · 1M) in the model picker, header quota panel, per-turn credit pills. |
dsh plugin --profile web add @dsh-sparrow/dsh-codebuddy-credits |
Retired
dsh-vision-bridge— a vision channel for text-only main models: thevision_readtool reads pasted images with the official DeepSeek vision model and returns a structured text report. DeepSeek main models are natively multimodal now — usedeepseek-flashinstead. Uninstall withdsh plugin --profile web remove @dsh-sparrow/dsh-vision-bridge.
License
MIT





ZSeven-W/dsh-ios
jsdvjx/dsh-strata
hellodigua/dsh-share
KaichenCurry/dsh-design-mode
Tkingxiao/dsh-any-background
a903067276-rgb/dsh-file-upload
Yu-tao-Li/dsh-read-image-view