DeepSeek Harness 插件

dsh-quick-prompts

Quick-prompts bar above the DeepSeek Harness composer: configurable prompt chips with per-item color, click-to-send, zh/en bilingual, and localStorage persistence.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
congyaqwq/dsh-quick-prompts
最近更新
2026年8月20日
分类
工具与能力
GitHub stars
1
载体类型
plugin
包路径
formal
目录证据
上游声明已找到 dsh.bundle
证据路径
formal/package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/congyaqwq/dsh-quick-prompts/tree/HEAD/formal
插件名:dsh-quick-prompts
作者:congyaqwq

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-quick-prompts

![npm version](https://www.npmjs.com/package/dsh-quick-prompts) ![npm downloads](https://www.npmjs.com/package/dsh-quick-prompts)

A quick-prompts bar floating above the DeepSeek Harness composer (input box): click a chip to fill a preset prompt into the input, or send it directly. Supports custom prompts, per-item colors, zh/en bilingual, and persisted configuration.

> npm: https://www.npmjs.com/package/dsh-quick-prompts · GitHub: https://github.com/congyaqwq/dsh-quick-prompts

Features

  • Renders a row of "quick prompt" chips above the composer (defaults: Commit code, Give a plan, Explain code, Write tests, Code review).
  • Click to fill — inserts the prompt into the input (fills directly when empty, otherwise appends on a new line).
  • Click to send (per item, off by default) — clicking sends the prompt immediately; the chip is highlighted in its item color.
  • Per-item color — each item has a color picker, applied to the chip's hover border/text and its "send" highlight.
  • Bilingual (zh/en) — UI strings follow the app's current language; first-run defaults are generated in the active language.
  • Persistence — config is saved to browser localStorage (key dsh.quick-prompts.config.v1); degrades to in-memory when unavailable.
  • Light/dark adaptive — neutral colors use --dsw-alias-* theme tokens.

Install

dsh plugin --profile web add dsh-quick-prompts

Then restart the dsh web process and refresh the page.

> dsh plugin installs the package and auto-registers it as a profile bundle (it declares dsh.bundle.patch). Plugin-set changes take effect on restart.

Local install (from a checkout)

cd quick-prompts/formal
./install.sh

Configuration

Click the "⚙ Configure" chip to open the inline editor: add/edit/remove each item's name, prompt, color, and "send on click" toggle. Config persists in browser localStorage; clear it with:

localStorage.removeItem('dsh.quick-prompts.config.v1')

License

[MIT](./LICENSE)