
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
dsh-archive-manager
Advanced tools
Archived-session manager for DSH Web: sidebar footer entry, grouped archive panel, restore/delete with full agent teardown
中文 | English
An archived-session manager for DeepSeek Harness WebUI: an "Archived" entry at the sidebar footer opens a grouped archive panel — open a session to continue it, unarchive, or delete it (full live-agent teardown + physical log removal).
Native DSH only has the "archive" action (hides the session from the sidebar); there is no way to view, restore, or delete archived sessions. This plugin fills that gap.
Developed against @deepseek-ai/dsh 0.1.0-rc.6. Relies on official internal shapes (workspaceRegistry.enqueueOperation, AgentHandle.dispose, the client-runtime service shapes); a dsh upgrade may require adaptation — if something misbehaves after upgrading, check whether this repo has caught up with the new version.
From npm (one command):
npx @deepseek-ai/dsh plugin --profile web add dsh-archive-manager
Or from a git checkout:
# 1. Clone the repo — any location works; this is just an example
git clone https://github.com/Jasonrale/dsh-archive-manager.git ~/dsh-archive-manager
# 2. Register it (the profile is created automatically if missing;
# replace the path with the one YOU cloned to)
npx @deepseek-ai/dsh plugin --profile web add ~/dsh-archive-manager
# 3. Restart dsh web
A local install is a snapshot, not a live link — after changing the plugin sources, re-register:
npx @deepseek-ai/dsh plugin --profile web remove dsh-archive-manager
npx @deepseek-ai/dsh plugin --profile web add ~/dsh-archive-manager
npx @deepseek-ai/dsh plugin --profile web remove dsh-archive-manager
Then restart dsh web (the source directory can be kept or deleted).
MIT
FAQs
Archived-session manager for DSH Web: sidebar footer entry, grouped archive panel, restore/delete with full agent teardown
The npm package dsh-archive-manager receives a total of 172 weekly downloads. As such, dsh-archive-manager popularity was classified as not popular.
We found that dsh-archive-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.