DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Missher Brain — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

dsh-missher-brain

Missher Brain

官方 DeepSeek Harness 的可选共享本地召回仲裁和提供方状态

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Missher12/dsh-missher-brain#778db53744639d14d842b25b4672fccbfa3ef662
README兼容性版本

兼容性与来源证明

Missher Brain 以 dsh-missher-brain 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.2stable
2026/9/14

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Mnemondsh-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。Memory@furongjun1999/dsh-memory灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进 md_cg 认知图(md 文档)Rewind Plugindsh-rewind-plugin同窗口内对话回退并恢复工作区文件Meow Memorymeow-memoryDeepSeek Harness 的跨会话项目记忆:七层 SQLite 记忆、首轮快照注入、每条消息的关键词命中、memory_remember/search/project 工具、带 reflection-fold UI 的自动反思,以及由空闲触发的梦境整合

README

Brain for DeepSeek Harness

English | 中文

Give this sentence to your Agent:

Read https://raw.githubusercontent.com/Missher12/dsh-missher-brain/v0.1.2/AGENT.md, install Brain 0.1.2 into my official Harness web profile, and verify Settings → Memory & Learning while preserving existing data.

Or install with one command:

dsh plugin --profile web add https://github.com/Missher12/dsh-missher-brain/releases/download/v0.1.2/dsh-missher-brain-0.1.2.tgz

Release availability: 0.1.2 is prepared for publication. The fixed command becomes available after that Release asset is published; DSH Market installation additionally requires catalog approval. A repository or local package alone does not make the plugin listed.

What Brain does

Brain combines contributions from Memory and MSE into one bounded, source-attributed recall message. It supplies the missherBrain service and the ordinary Settings → Memory & Learning section (brain). It does not create a memory database, train a model, or add another workspace panel.

Install Memory and MSE separately when needed. Each provider owns its data and project/privacy rules. Without a registered provider, Brain adds no recall and the settings overview shows the provider as unavailable. Recalled content is untrusted background information, never authorization or higher-priority instructions.

Compatibility and verification

Version 0.1.2 targets official DeepSeek Harness 0.1.5-rc.2 and Cordis 4.0.2, with Node ^22.19.0 || >=24.0.0. A compatible Desktop uses that same Host and the ordinary Settings entry; no specific Desktop installer is included in this package. Do not install alongside another plugin that already provides missherBrain.

After installation, restart or reload the selected Host, open Settings → Memory & Learning, and check the registered provider states. A successful install command or composed configuration is not proof that the Settings view loaded. If the page is missing, check the selected profile, exact Host version and plugin load diagnostics. Brain adds no standalone tool that an Agent must invoke.

DSH Market and the command above use the same versioned Release archive. Match the package name dsh-missher-brain, version and published checksum before installing; the release publisher and catalog maintainer own availability.

Recall limits

Recall runs on the first step of each top-level turn containing direct user text and a project working directory. Providers receive a hashed project identity. Deterministic ordering and normalized-text deduplication select at most 6 items / 4,000 UTF-8 bytes, including the safety wrapper. The preparation/acceptance deadline defaults to 150 ms; provider-status reads default to 300 ms.

Only selected handles are accepted. Failures, late results and canceled work fail open; a stuck provider cleanup does not block the agent. Providers must observe cancellation and keep acceptance atomic. Brain cannot undo a provider's already committed side effects. The official agent loop logs the single recall message with the missher-brain source before including it in a model request.

Configuration

Optional profile patch fields lower the item/byte budgets or adjust the timeouts. All values are validated integers; the complete wrapper counts toward the byte budget.

- id: missher-brain
  config:
    maxItems: 6
    maxBytes: 4000
    timeoutMs: 150
    statusTimeoutMs: 300

Allowed ranges are maxItems 1–6, maxBytes 1–4000, and both timeout fields 1–5000 ms. Smaller byte budgets can legitimately produce no recall.

Uninstall and reinstall

dsh plugin --profile web remove dsh-missher-brain

Removal detaches Brain, its registered providers, Settings contribution and Remote metadata. It does not delete or migrate Memory/MSE databases or existing session history. Reinstall with the same fixed-version command. Providers using optional Cordis injection can register again when Brain returns; their manual tools and non-Brain behavior remain owned by those plugins.

Development and license

Use pnpm install --frozen-lockfile --ignore-scripts, pnpm build, pnpm typecheck and pnpm verify:package. Focused Client tests are pnpm exec vitest run tests/apply.client.spec.tsx tests/components.client.spec.tsx --maxWorkers=2. Agent installation, provider integration and verification scope describe the relevant contracts.

MIT. LICENSE retains the original DeepSeek notice; THIRD_PARTY_NOTICES.md retains the scaffolding notice. SOURCE_PROVENANCE.json records source revisions and hashes. This independently maintained plugin is not an official DeepSeek product.