peiyucn/dsh-sparrow 预览 preview

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安装。

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

Version CI License

English | 简体中文 | GitHub

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 dsh CLI and pnpm (dsh plugin forwards 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 a node_modules without registering them in the DSH web profile. Use the dsh plugin command below so each package lands in $DSH_HOME/profiles/web and its bundle layer is activated. Restart DSH after installing.

Plugins

Plugin What it does Install
dsh-chat-fim npm downloads Fill-in-the-middle (FIM) suggestion card
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 npm downloads Archive panel (archive & trash areas)
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 npm downloads Turn rail hover reveal
Turn navigation that stays on narrow conversations — pure stylesheet injection.
dsh plugin --profile web add @dsh-sparrow/dsh-nav-pin
dsh-file-manage npm downloads Cloud Files panel
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 npm downloads Credits entry and quota panel on the session page
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: the vision_read tool reads pasted images with the official DeepSeek vision model and returns a structured text report. DeepSeek main models are natively multimodal now — use deepseek-flash instead. Uninstall with dsh plugin --profile web remove @dsh-sparrow/dsh-vision-bridge.

License

MIT

上一个 Prev voco-input-sh 下一个 Next dsh-lit-search