DeepSeek Harness plugin

ChaseSend

ChaseSend — a playful moving send-button challenge for DeepSeek Harness / DeepSeek Harness 追逐发送键插件。

Jump to install

Source facts

Repository
BYYY-eng/ChaseSend
Latest update
Aug 19, 2026
Category
Tools & Capabilities
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/BYYY-eng/ChaseSend
Plugin: ChaseSend
Author: BYYY-eng

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

ChaseSend

中文说明

ChaseSend is a playful DeepSeek Harness plugin. Click Send, chase the moving button across the screen, and hit it three times to submit. The button changes position and size after every hit; Medium and Hard modes also relocate it automatically.

Features

  • Replaces the standard send button with the ChaseSend button.
  • Requires three successful catches before submitting the current prompt.
  • Randomizes the button's position and size after each catch.
  • Easy, Medium, and Hard modes; Medium and Hard also move automatically.
  • Uses a transparent full-screen play area, so the conversation remains visible.
  • Keeps the prompt unchanged until the challenge is completed.

Quick install

Copy and run these commands:

dsh plugin --profile web add https://github.com/BYYY-eng/ChaseSend/releases/download/v1.1.0/dsh-chase-send-plugin-1.1.0.tgz
dsh web

Open http://127.0.0.1:3080 and force-refresh the page. Use the small mode button beside Send to change the difficulty.

When running DeepSeek Harness from its source checkout, prefix both commands with pnpm:

pnpm dsh plugin --profile web add https://github.com/BYYY-eng/ChaseSend/releases/download/v1.1.0/dsh-chase-send-plugin-1.1.0.tgz
pnpm dsh web

Do not enable ChaseSend and another send-button replacement plugin in the same profile.

Build from source

Node.js 22 or later is required.

npm install
npm run build

License

ChaseSend is released under the [MIT License](./LICENSE). See [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md) for acknowledgements.