DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Matrix Think — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-matrix-think

Matrix Think

Matrix rain for expanded thinking in DeepSeek Harness Web

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:me93-ghb/dsh-matrix-think#79614f9f22bd22ac21e71daa96cf39a3984e5ac6
READMECompatibilityVersions
Matrix Think turns live reasoning into text rain

Compatibility and provenance

Matrix Think is published as dsh-matrix-think and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

0.1.0stable
8/27/2026
Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/27/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

Matrix Think for DSH

Matrix Think for DSH turns expanded Think output in DeepSeek Harness Web into digital rain made from the live reasoning text.

Matrix Think turns live reasoning into text rain

Unofficial community plugin. Not affiliated with or endorsed by DeepSeek AI.

Why

When I first tried DSH and ran a few prompts with DeepSeek Lightning, I was amazed by how fast its thinking text blasted past. I could barely read it, so I thought: why not turn it into a fun animation while the model works? I also turned every em dash in the model's thinking into a whale, just for extra fun. 🐋

Install

dsh plugin --profile web add github:me93-ghb/dsh-matrix-think
dsh web

Submit a prompt, then expand Think while the model runs. Open Settings, select Plugins, then use the Matrix Think switch to turn the effect on or off in this browser.

Remove the plugin with:

dsh plugin --profile web remove dsh-matrix-think

What it does

Each whitespace-separated word becomes one vertical rain stream. The head appears first, then the remaining letters form an ordered trail. New words wait for the current stream to pass below the box. When reasoning stops, the rain stops and lays out the words in sentence order.

The canvas reads the font, background, grey, and Deep diving blue from DSH theme tokens. At least one visible stream uses the blue accent. Em dashes appear as whale emoji inside the effect.

The plugin runs in the browser. It sends no data, makes no network requests, and has no host-side behavior.

Develop

pnpm install
pnpm check
pnpm pack

Install the resulting archive into a local DSH Web profile to test the assembled plugin:

dsh plugin --profile web add ./dsh-matrix-think-0.1.0.tgz

The TypeScript source compiles to the committed lib/client.js browser bundle. The test suite checks the native setting, streamed DOM ownership, stop state, theme tokens, word queues, phase noise, blue handoff, letter reveal, and whale substitution.

Compatibility

DeepSeek Harness is in developer preview. This plugin currently depends on the Think row's data-variant="think", data-state, and disclosure markup. A DSH Web renderer change may require a selector update.