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.

Next Reset — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@dsh-next/dsh-next-reset

Next Reset

DeepSeek Harness plugin: start a blank session in this folder and archive the current one.

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-next/dsh-next-reset@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Next Reset is published as @dsh-next/dsh-next-reset and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
9/6/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
33.2 kB
Files
16
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
16
Last push
9/7/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 memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agents

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.