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.

Native Session Delete — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-native-session-delete

Native Session Delete

DeepSeek Harness chat history and session management: search archives, restore conversations, and delete safely

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-native-session-delete@1.1.2
READMECompatibilityVersions

Compatibility and provenance

Native Session Delete is published as dsh-native-session-delete and currently resolves to version 1.1.2. 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

1.1.2stable
8/24/2026
1.1.1stable
8/22/2026
1.1.0stable
8/22/2026
Show 6 more versionsCollapse versions
1.0.7stable
8/21/2026
1.0.6stable
8/21/2026
1.0.5stable
8/21/2026
1.0.4stable
8/21/2026
1.0.3stable
8/20/2026
1.0.2stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
219.8 kB
Files
15
Surface
web
License
MIT
Source
npm
Weekly downloads
66
View source ↗Project homepage ↗
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

DSH Native Session Manager

Manage DeepSeek Harness chat history from the native sidebar: search archives, restore sessions, and delete safely.

Archive manager · Conversation search · One-click restore · Safe permanent deletion

中文 · Install · Use · Safety boundary

DeepSeek Harness chat history and archived session manager with search, restore, and safe permanent deletion

Recover archivesSearch conversationsDelete safely
Open the archive manager from the sidebar and restore hidden sessionsSearch archived names, workspaces, and user/assistant conversation contentKeep native second confirmation; running work is stopped safely before local records are removed

Native DeepSeek Harness archived conversation manager with history search, restore, and permanent deletion
Native interface on DeepSeek Harness 0.1.1-rc.2

Install

Windows quick install (recommended)

Open PowerShell and paste one line:

irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1.2/install.ps1' | iex

The helper checks the current directory, PATH, DSH_PORTABLE_ROOT, Downloads/Desktop/Documents, and up to three nested levels below those folders and LocalAppData\Temp, then calls the official DSH plugin add command once. It does not recursively scan disks, install a package manager, snapshot profiles, create a resident command, or download the plugin twice. It supports regular DSH and both the portable edition and Windows installer edition of DSH-Portable as targets. If it finds one durable installation plus disposable copies under Temp, it chooses the durable installation automatically. If several durable installations exist, the helper displays their real paths and asks for a number; no command editing or placeholder path is needed. If it still finds nothing, enter the actual DSH-Portable folder and rerun the same one-line command.

Official CLI (macOS, Linux, or direct review)

dsh plugin --profile web add dsh-native-session-delete@1.1.2

The helper and direct command use the same standard bundle mechanism. The helper is only a Windows entry point; DSH still owns the installation transaction.

When the command finishes, save your work and restart DSH once through its normal workflow so the new bundle configuration becomes active.

Agent installation

Use the fixed-version AGENTS.md. It defines installation, update, acceptance, uninstall, and safety boundaries. Do not use the main branch document as an installation contract.

Use

Manage archives

  1. Select the archive icon in the sidebar header to open Archived sessions.
  2. Browse every archive or search by session name, workspace, and user/assistant conversation content.
  3. Select Restore to return a session to its original workspace position. To remove it completely, start the permanent-delete confirmation from the same list.

Archive and restore only change DSH's hidden state; they do not delete conversation history. Content search is limited to current user and assistant messages inside archived sessions.

Delete permanently

  1. Open the native actions menu beside the target session in the sidebar.
  2. Choose the red Delete session action.
  3. Check the session name and select Delete permanently in the confirmation dialog, or select Cancel to leave it unchanged.

DeepSeek Harness safe permanent session deletion confirmation dialog
Permanent deletion cannot be undone; the dialog identifies the target session.

Once active, the plugin reuses DSH lifecycle and session-storage capabilities. If work is still running, it is stopped and allowed to settle before the target session is deleted. The session list then updates in place without reloading the whole DSH page.

Safety boundary

[!WARNING] Permanent deletion cannot be undone. Check the session name before confirming and make a separate backup when needed.

The plugin is responsible for validating and removing only the explicitly confirmed session's dedicated directory within DSH's default per-session JSONL store and host lifecycle boundary. DSH currently exposes no public session-deletion API. The second confirmation is mandatory; cancelling sends no deletion request.

The following are outside the plugin's deletion scope and are not guaranteed to be removed:

  • Other sessions, other plugin data, external attachments, caches, indexes, logs, backups, or cloud/sync copies;
  • Non-JSONL storage or hosts without a safe stop capability; these are refused instead of force-deleted;
  • Additional copies created by the operating system, filesystem, host updates, or third-party sync services.

If the operating system refuses cleanup, the plugin reports that deletion could not be confirmed rather than misreporting partial completion as success. You are responsible for having authority to delete the target data and for meeting applicable retention, audit, and privacy requirements. This is an unofficial community plugin, not affiliated with or endorsed by DeepSeek. It is provided under the MIT License, without warranty.

Compatibility

Supports the latest DeepSeek Harness release (0.1.1-rc.2).

Archive browsing, restore, and content search use DSH's workspace registry and session-query capabilities. Permanent deletion supports DSH's default per-session JSONL storage. Installing replaces the native workspace list with the session-management version; uninstalling restores DSH's original list.

Update and uninstall

Update by rerunning the quick installer or installing the new npm version. For v1.1.2:

dsh plugin --profile web add dsh-native-session-delete@1.1.2

Uninstall removes only this plugin's bundle layer and never deletes sessions:

dsh plugin --profile web remove dsh-native-session-delete

DSH-Portable exposes the same standard dsh plugin commands. Restart DSH through its normal workflow after installing, updating, or uninstalling so the configuration is recomposed.

Support and license

Open a GitHub Issue for ordinary problems. Report security issues privately as described in SECURITY.md.

MIT. See THIRD_PARTY_NOTICES.md for the modified upstream client and its license notice.