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.

Client Ui Session Archive — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@deepseek-ai/dsh-client-ui-session-archive

Client Ui Session Archive

Session archive management and restoration UI plugin for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:OpenSaozi/dsh-session-archive#4aadbac7ec3c7a3f093a40c72aca1f8f64c9fa61
READMECompatibilityVersions

Compatibility and provenance

Client Ui Session Archive is published as @deepseek-ai/dsh-client-ui-session-archive and currently resolves to version 0.1.0-rc.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.0-rc.5prerelease
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/22/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.

Contextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@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.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

README

DSH Plugin: UI Session Archive

中文 | English

Provides session archive management and restoration features for the DeepSeek Harness web interface, hiding inactive conversations from the main workspace list while keeping them accessible and restorable from a dedicated sidebar section.

Target Audience and Use Cases

Designed for users with many active conversations who want to keep the sidebar uncluttered while preserving complete historical transcripts for later review and restoration.

Key Features

  • One-Click Archive and Restore: Archive sessions from the session action menu, and restore them back to their original workspaces from the sidebar footer.
  • Pure Slot-Based Composition: Injects seamlessly through the sidebar.workspaces.archive slot without leaving redundant UI artifacts when unmounted.
  • Non-Destructive Lifecycle: Archiving hides sessions from active grouping surfaces without altering underlying transcript logs or workspace records.
  • Readily Accessible History: Archived conversations can still be opened and viewed directly from the archive disclosure.

Installation and Quick Start

Install a reviewed revision into your Web profile. The repository tracks prebuilt lib/ artifacts, so Git installation requires no local build step:

dsh plugin --profile web add github:OpenSaozi/dsh-session-archive#<commit-sha>

After installation, refresh the page to access the "Archived (n)" disclosure at the bottom of the sidebar.

Compatibility

This plugin requires a DeepSeek Harness version whose @deepseek-ai/dsh-client-ui-workspace package declares the sidebar.workspaces.archive child slot.

Storage and Privacy

The plugin consumes only the host-owned workspace registry archive APIs and does not store prompt text, model responses, or private credentials.

Model Experience

Request Context and Condition

What the model sees

Nothing. Archive and restore actions inject no system prompt text, messages, tool schemas, or provider request fields.

Token effect

Zero direct tokens.

KV Cache effect

None; archive and restore operations do not issue or alter model inference requests.

Known Limitations and Deferred Work

  • Inspection and restoration only — the archive disclosure focuses on history viewing and restoration, without nested session renaming actions inside the list.