DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-intent-loop

Intent Loop

由共享本地 MCP 核心支持的 DeepSeek Harness 会话范围内 Intent Loop 工具。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:rrrrrredy/intent-loop#29951cda05c4fc545037a4f058325153599918ab
README兼容性版本

兼容性与来源证明

Intent Loop 以 dsh-intent-loop 发布,当前版本为 0.2.0-beta.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.2.0-beta.5beta
2026/9/1
查看其余 1 个版本收起版本
0.2.0-beta.1beta
2026/8/31

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

Intent Loop

Intent Loop gives Codex or DeepSeek Harness a small, local, traceable memory of what you currently want. It keeps requirements, guesses, evidence, unknowns, and disagreements separate, and updates the current view without erasing earlier corrections.

It stays inside the task where work is already happening. It does not plan or execute the work, bypass permissions, read private transcripts, create a user profile, or add another agent harness.

In plain language

Think of Intent Loop as a requirement note that the AI can keep tidy while you work:

  1. You say what you want, what must not change, and what is still uncertain.
  2. Intent Loop records those points in separate labeled boxes.
  3. When you correct something, the new version becomes current and the old version remains traceable.
  4. You can ask to see, export, switch off, or delete the note at any time.

See the simple Chinese guide for a two-minute introduction.

What it does

  • Keeps explicit statements, inferences, external evidence, unknowns, and disagreements separate.
  • Preserves corrections through supersession and invalidation instead of silently overwriting history.
  • Stores structured, credential-redacted local records instead of complete prompts or transcripts by default.
  • Supports on, private, and off modes.
  • Binds every project-scoped call to the active host workspace; a model cannot redirect a call to another project.
  • Exports a compact summary or a portable task graph and physically deletes a claim or task after exact confirmation.
  • Provides the same fifteen intent-state tools to Codex and DeepSeek Harness through one shared local MCP core.

Hosts and evidence boundary

HostPackageRuntimeCurrent boundary
CodexRepository marketplace pluginNode.js 20+Self-contained Skill, MCP server, and optional fail-open Hooks
DeepSeek Harnessdsh-intent-loop bundleNode.js ^22.19.0 or >=24.0.0Thin adapter pinned to Harness 0.1.2-alpha.2, which is a developer preview

The source suite has 73 Codex tests. The DeepSeek adapter additionally tests tool registration, credential isolation, bounded session cleanup, real MCP calls, workspace forgery rejection, session isolation, deletion, and package composition. A temporary Windows DeepSeek Harness lifecycle completed package, add, compose, boot-help, remove, and cleanup without a model API key.

GitHub Actions runs the Codex and DeepSeek suites on Windows, Ubuntu, and macOS. Exact release results are recorded in the verification report. These checks establish implementation and packaging behavior. The frozen paired 80-task human study has not been run, so this beta makes no claim that it reduces rework or improves final results.

Install for Codex

Review the plugin manifest, Skill, MCP definition, and optional Hooks before installation:

  • plugins/intent-loop/.codex-plugin/plugin.json
  • plugins/intent-loop/skills/intent/SKILL.md
  • plugins/intent-loop/.mcp.json
  • plugins/intent-loop/hooks/hooks.json
codex plugin marketplace add rrrrrredy/intent-loop --ref v0.2.0-beta.5
codex plugin add intent-loop@intent-loop

Start a new Codex task after installation. Manual Skill and MCP use works without Hook trust. Automatic session association and compact-context restoration require you to inspect and explicitly trust the Hook definition.

Install for DeepSeek Harness

DeepSeek Harness requires Node.js ^22.19.0 or >=24.0.0 and pnpm on PATH.

dsh plugin --profile headless add github:rrrrrredy/intent-loop#v0.2.0-beta.5

Use web instead of headless for the Web profile. See the DeepSeek adapter guide for its session, storage, and uninstall boundaries.

Use

Ask in ordinary language:

  • Track the requirements I just gave you with Intent Loop.
  • Show the current intent for this task.
  • I changed my mind: the output must be a single HTML file.
  • Keep the goal, but record that this result needs an implementation change.
  • Export a short intent summary.
  • Delete this task's Intent Loop data.

Codex also supports the manual routes $intent start, $intent show, $intent correct, $intent feedback, $intent export, $intent forget, and $intent off.

Data and privacy

The bundled runtime has no outbound network client. Durable state stays under the active host's local plugin data directory. The host supplies the current workspace; Intent Loop canonicalizes and hashes it for isolation and does not persist the raw project path in ledger events.

Default persistence stores atomic claims and minimal source references, not complete prompts, transcripts, workspace files, or tool output. Credential-pattern redaction is not comprehensive personal-information detection: personal data intentionally placed in a claim can remain. See the privacy policy, threat model, and security policy.

Uninstall

Codex:

codex plugin remove intent-loop@intent-loop
codex plugin marketplace remove intent-loop

DeepSeek Harness:

dsh plugin --profile headless remove dsh-intent-loop

Package removal and task-data deletion are separate operations. Ask Intent Loop to delete the task first if its local records must also be physically removed. Operating-system backups, snapshots, and copied exports remain outside the deletion boundary.

Develop and test

Codex package, Node.js 20+:

Set-Location .\plugins\intent-loop
npm ci
npm test

DeepSeek package, Node.js 22.19+ or 24+:

Set-Location ..\..
npm ci
npm test
npm run test:dsh-host

The host-smoke command creates a temporary DeepSeek home, installs the packed repository bundle, composes and boots the profile help path, removes the bundle, and deletes the temporary home. It does not require or use a model API key.

See CONTRIBUTING.md for contribution requirements and distribution-and-submission.md for the two public package paths.

Release and evidence

  • verification-report.md records automated and real-host behavior.
  • paired-evaluation-result.md records NO RESULT for the unrun human comparison.
  • release-decision.md separates public-beta readiness from unverified efficacy.
  • accepted-deferred-rejected.md records the bounded, user-authorized DeepSeek transport exception.
  • independent-reviews.md records adversarial and practical-use review findings.

License

Apache License 2.0. It permits commercial and private use, modification, and redistribution while retaining notices, and includes an explicit patent grant. See LICENSE, the Codex notices, and the DeepSeek package notices.