DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@dsh-next/dsh-next-reset

Next Reset

DeepSeek Harness 插件:在此文件夹中开始一个空白会话,并归档当前会话。

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-next/dsh-next-reset@0.1.0
README兼容性版本

兼容性与来源证明

Next Reset 以 @dsh-next/dsh-next-reset 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/6

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Memory Plugin@openviking/dsh-memory-plugin适用于 DeepSeek Harness 的 OpenViking 记忆与上下文套件Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Reme@agentscope-ai/reme面向 TypeScript 代理的 ReMe 客户端和记忆集成

README

reset

English | 中文

This DeepSeek Harness plugin starts a blank session in the same folder and archives the chat you were in. Type /reset when the transcript is polluted and you want to keep working here — including inside a plugin worktree or a folder created with git worktree add.

The switch is the acknowledgement. You will not see a “Reset succeeded” line; that string is written on the old log, which the sidebar no longer shows.

How to use it

  1. Wait until the agent is idle (no running turn, no queued prompt).
  2. Type /reset in the composer and send it.
  3. The chat goes blank. The sidebar row keeps the old title. You are still in the same folder.

Features

Same folder, new chat

The new session uses this workspace’s directory. A git worktree add checkout stays that checkout. Unsaved composer draft is discarded.

Worktrees stay claimed

If dsh-next-worktrees is mounted and this session owns a plugin worktree (/.dsh/worktrees/<slug>), /reset hands that claim to the new session and keeps danger-full-access so git still works. Ordinary folders and CLI worktrees skip that step.

One-way archive

The old session’s JSONL stays on disk. DeepSeek Harness has no unarchive UI, so the sidebar will not offer the old chat back.

Install

dsh plugin --profile <name> add @dsh-next/dsh-next-reset

<name> is your DSH profile (for example web). Reload the profile after adding the plugin.

Good to know

  • Requires DeepSeek Harness 0.1.2-rc.1 or newer and the web UI. ACP and headless sessions get an error instead of minting an orphan blank.
  • The command is /reset, not /clear. A future core /clear would mean “forget in this log,” which this plugin does not do.
  • /reset on an already-blank session is a no-op.
  • It refuses a running agent, a queued prompt, a subagent session, and a session with no working directory.
  • The new row keeps the old topic name (the title is pinned). /goal is not copied.
  • Contributors: see CONTRIBUTING.md.