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.

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

dsh-plugin-matrix

Plugin Matrix

DeepSeek Harness Matrix Thinking Plugin: Open a black-background CLI chat page from the sidebar with one click. The Agent’s thought process pours down as green code rain, while replies continue to stream as usual.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Gastronomicluna/Matrix-code#990576ab3116f6bb85534f28fc0d815a75055850
READMECompatibilityVersions
矩阵思维 CLI 演示

Compatibility and provenance

Plugin Matrix is published as dsh-plugin-matrix and currently resolves to version 1.0.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
9/20/2026

Versions

1.0.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
45
Last push
8/21/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

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-plugin-matrix

我的天哪是黑客大人!意义不明的插件,闲得无聊整的,可以让你的web对话框变成黑客帝国风格的插件,按F11变得全屏让全公司不懂代码的人看到你都不明觉厉吧!本来看得懂的英文字符变成竖起来后完全看不懂了呢,虽然vibe coding本来谁看thinking过程啊。使用的时候建议把房间灯关了,众所周知黑客是开不起灯的。

矩阵思维 CLI 演示

插件介绍

DeepSeek Harness 的「矩阵思维」插件:侧边栏一键进入一个黑底 CLI 风格页面(交互参考 dsh CLI 对话界面),在其中与当前会话的 Agent 正常对话——思考过程以《黑客帝国》代码雨呈现,回复在终端里正常流式输出。

功能

  • DeepSeek 像素图标:CLI 页面顶部居中显示官方鲸鱼标的像素版——把 FishLogo 渲染后经 canvas 降采样到 ~24 行网格再 10× 放大(关闭平滑),像素感 + 蓝色辉光。
  • CLI 页面:点击侧边栏底部「矩阵思维」进入全屏黑底终端页:❯ 提示符输入消息,回车发送;运行中回车 = 打断转向(steer);Ctrl+C 停止生成;Esc 关闭页面。消息历史、工具调用(▸)、错误(✗)都按终端风格投影。
  • 思考即代码雨:Agent 思考期间(turn 运行中、尚未输出回复正文),页面上叠加代码雨——思考内容按「思考段」(句子/长片段)竖屏排布,随机散布到各列下落(黑底 + 辉光,经典 Matrix 感);空闲时也有极淡的片假名氛围雨。
  • 回复正常显示:回复正文一开始输出,思考雨退为氛围雨,正文在终端里流式打印(光标跟随),定稿后进入日志。
  • 顶部控制条:红黄绿窗口点、会话名、「◉ 思考中」指示灯、雨速 −/+(0.25×–4×,0.25 一档)、氛围雨疏/密、✕ 关闭。
  • 页面内的对话就是当前会话的对话:与主页共享同一会话,消息双向同步。

安装

# 在插件目录执行(web profile):
dsh plugin --profile web add "."

# 或安装发布包后:
dsh plugin --profile web add dsh-plugin-matrix

然后重启 web 服务生效:

dsh web

行为状态机

会话状态CLI 页面表现
空闲氛围雨(极淡片假名)
turn 运行中,reasoning 流式输出(思考)思考段竖排成雨随机散布下落(最新段亮白辉光)
回复正文开始输出雨退为氛围雨,正文在终端流式打印
turn 结束回复定稿进日志
页面关闭一切照旧,仅主页普通聊天

架构

本插件是一个纯客户端 bundle 插件:

  • package.json 的 dsh.client(platform: "web")声明浏览器端 bundle,dsh.bundle.patch 把插件插入 profile 层栈。
  • 宿主侧 lib/index.js 是空壳(apply() 为空),只为让插件出现在 cordis Loader 条目里;客户端模块系统据此把 client/client.js 编入 window.__DSH_BOOT__ 启动图。
  • client/client.js 是手写的经典脚本(无构建步骤):注册到 window.__ModuleLoader__,返回 cordis 插件 { name, inject: ["slots", "sessions"], apply }。
    • sidebar.footer.action → 进入/退出 CLI 页面的按钮;
    • shell.overlay → 黑底 CLI 页面(canvas 代码雨 + 终端日志 + 输入行);
    • ctx.sessions.list + ctx.sessions.binding(id).session(SessionFace)订阅当前会话的 ConversationSnapshot:
      • partial.reasoning 增量切段 → 竖排雨流;
      • partial.text → 终端流式正文;nodes → 终端日志投影(user/assistant/tool/error…);
      • session.prompt()(queue/steer)与 session.cancel() → 终端输入交互。

开发

  • 改动 client/client.js 后无需构建(本来就没有构建产物);插件以 link: 方式安装时,运行中的页面会通过 HMR 接收器(/plugins/events)自动热更新。
  • 冒烟测试(模拟装载器 / React / ctx,验证思考状态机与日志投影):node scripts/smoke.js

许可

MIT