DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Think Ultra — DeepSeek Harness 插件(DSH Plugin)
← Plugins
T

dsh-think-ultra

Think Ultra

Think Ultra v0.1.0 — 官方 DeepSeek Harness 的重型本地推理层。原生最高强度基础,配备独立的 Flash/Vision/Pro 深度控制、独立的 velocity/apex 模式配置、推理工具箱和离线 Rust 核心。客户端捆绑包以加固/混淆形式交付;允许商业运营,但不允许逆向分析、修改、提取和重新上传。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:YUEYUEXYS/dsh-think-ultra#f406136bddbbf13635975e57f3cd99d49e244cec
README兼容性版本

说明

Think Ultra v0.1.0 — 官方 DeepSeek Harness 的重型本地推理层。原生最高强度基础,配备独立的 Flash/Vision/Pro 深度控制、独立的 velocity/apex 模式配置、推理工具箱和离线 Rust 核心。客户端捆绑包以加固/混淆形式交付;允许商业运营,但不允许逆向分析、修改、提取和重新上传——详见 LICENSE。

兼容性与来源证明

Think Ultra 以 dsh-think-ultra 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/9/20

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
SEE LICENSE IN LICENSE
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/20
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-think-ultra

Think Ultra

The heavy, local reasoning layer for the official DeepSeek Harness (DSH).

Think Ultra is a native plugin for DeepSeek Harness that runs a real, test-time-compute reasoning stack around the model's native maximum effort — more samples, more judges, more verification, more reconciliation — entirely on your machine, with no network calls of its own. It turns a single maximum-effort response into a layered pipeline: multi-pass tournaments, executable verification, cross-review, a metacognitive core, and model-callable toolboxes.

The floor is welded to native max. Raising a slider widens the machinery around that max call; it never changes the word in the request.


What "Ultra" actually is

The DeepSeek API exposes four reasoning efforts: off, low, high, max. There is no fifth — send reasoning_effort="ultra" and the provider rejects it. Think Ultra wraps the registered provider adapter with a proxy, adds an Ultra row to the native dropdown, and maps ultra back to max on the way out, cached per (provider, model).

Ultra is not a magic word sent to the model. It is the machinery that runs around and above a max call. The gain is meant to come from test-time compute, not adjectives in a system prompt: every heavier tier issues real, additional, independent max calls through Harness's own llm surface, then reconciles them.


What's new in v0.1.0

  • Four fully isolated surfaces. State is kept per model × mode — Flash / Pro × Velocity (迅流) / Apex (极境) — each persisted independently. Sliders, toggles, mode, authorization and directives never bleed across surfaces. Velocity is the fast single-chain base; Apex is its strict over-clocking superset.
  • Global capability control (0–20). One number drives the whole reasoning ceiling. It exists only on the Ultra tier (greyed out and frozen on Max), remembers its value across launches, and the 19→20 step is a deliberate discontinuity that arms the full chain.
  • A 46-axis reasoning kernel. The raw surface is 46 independent engine axes with zero fake controls; day-to-day they fold into 7 / 10 / 8 master rods (Flash / Pro / Vision), with every axis micro-tunable in an advanced panel.
  • Metacognition core, L1–L5. L0 linear → L2 devil's advocate → L3 multi-jury → L4 frame deconstruction → L5 recursive self-reference, with non-linear budget amplification (×1 to ×4.2), plus red, black, lab and abyss switches gated per level.
  • Seven deterministic Rust engines. std-only, zero dependencies, zero network, JSON-RPC over stdio — including an 8-wave orchestrator, a probability field and a policy compiler. The plugin transparently falls back to a built-in JS engine if the native binary is missing.
  • OC over-clocking (Apex). Multiple candidates → 2-gram clustering → self-consistency voting → cross-verification → falsification elimination → confidence ranking → optimal synthesis.
  • L1–L5 reasoning stack. L1 tournament, L1.5 executable verification in an isolated local VM, L2 cross-review, L3 multi-paradigm forge, and a recursive reasoning tree.
  • Model-callable toolboxes. 30 professional tools across five boxes plus 21 layered reasoning tools, with a three-layer fuse for wall-clock, rounds and token budget.
  • Stability and memory. 10-hour+ endurance, layered milestones, context distillation, goal anchoring, three-tier memory with semantic retrieval, and an anti-loop hard gate.
  • Super Think, code and vision. A stable graded thinking phase, a seven-step code-understanding pipeline, and a seven-step multimodal vision pipeline (Flash can read images).
  • Hardened build. The delivered client is obfuscated and self-defending. On violation it responds non-destructively — it clears in-memory markers and writes a local revocation flag; it never deletes files, opens a socket, or fingerprints hardware.

Install

Requirements: Node.js ≥ 22.6 and a working DeepSeek Harness install. The published bundle already ships a built lib/ — there is no build step.

# install into the web profile straight from GitHub
dsh plugin --profile web add https://github.com/YUEYUEXYS/dsh-think-ultra/tarball/main

# restart the profile
dsh --profile web

Or install a downloaded tarball:

dsh plugin add ./dsh-think-ultra-0.1.0.tgz

After restart, open the reasoning-tier dropdown and select Ultra to open the control panel. First launch shows the welcome screen; your configuration is persisted in the DSH profile. If the native Rust helper is absent or blocked, the plugin falls back to the JS engine automatically.


Quick start

  1. Pick a model (DeepSeek V4.1 Flash — multimodal — or V4 Pro).
  2. Set the inference tier to Ultra.
  3. Open the panel and choose Velocity or Apex, and move the global capability slider.
  4. Read the price estimator before you send on the heavy tiers.
  5. Start the conversation — the enhancements engage automatically.

The model selects and calls the toolboxes itself on Ultra sessions; describe what you want in plain language.


Compatibility

  • Fully compatible with the latest DeepSeek Harness 0.1.6-alpha.2 (the 0.16-alpha line).
  • Forward-compatible within >=0.1.2-alpha.2 <0.2.0; future 0.1.x releases keep working without changes, and only the breaking 0.2 line requires an update.
  • Supported models: DeepSeek V4.1 Flash (multimodal) and DeepSeek V4 Pro.
  • Node >=22.6.

100% offline

The plugin never phones home. Every rule, template and prompt fragment is shipped locally and offline; the Rust core is std-only with no network APIs; a static source scan shows zero network calls. The only update check is an explicit, user-triggered read of the public release feed.


Make money with Think Ultra

Think Ultra is explicitly licensed for commercial use — the deal is simple: you keep 100% of the money, you never mention us, you just never give away the plugin itself.

  • Paid delivery, freelance work and agencies — charge for the deliverable.
  • Consulting and advisory — audits, due diligence, deep research.
  • SaaS or a hosted service — run it on the backend for your own customers, with subscriptions, usage, seats, retainers, credit packs or rush fees.
  • Team and company leverage — cut turnaround on the hard tasks nobody else wants.
  • Productised offers — "deep audit in 24h", "verified code review", "hard-problem sprint" as fixed-price products.
  • Content, courses and public comparisons built on top of it.

You sell the outcome while you run it. You do not hand over the delivered files, and you do not open, change, extract or re-host the build. There is no royalty, no attribution, no audit, and no cap on your upside. See LICENSE.


A note on cost

It is supposed to be expensive. Every judge, every re-solve and every fork of the reasoning tree is a genuine extra max call, so cost climbs steeply with the tiers — the devil's advocate, double recheck, best-of-n, dual jury, tree tournament and L3 forge are the heaviest. There is no "make it stronger but use fewer tokens" switch. Match the notch to the job and let the customer pay for the fire.

The floor is native max, and every heavier notch adds real, additional independent calls — that is how the pipeline is built, not a hope. This is not a benchmarked ranking or a guaranteed head-to-head score against any named model; whether it beats a particular system on your task is something only your own tests can settle.


License

Proprietary. Think Ultra Proprietary Commercial License (TUPA-CL v1.0). Commercial use is expressly permitted inside DeepSeek Harness; reverse engineering, de-obfuscation, file inspection, technical analysis, modification, redistribution and re-hosting are prohibited. See LICENSE.


Made for DeepSeek Harness. If Think Ultra helps, a star is appreciated.

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。