MichengAI/dsh-archive-manager
MichengAI★ 1JavaScript最后同步: 2026-08-16
DSH Archive Manager 基于 DeepSeek Harness 的归档会话管理插件
README 摘要
DSH Archive Manager A DeepSeek Harness Web plugin for safely managing archived sessions. Report an issue · View on npm · 简体中文 DSH Archive Manager is a community-maintained plugin, not an official DeepSeek AI product. Features - Lists archived sessions by workspace in Settings → Archived Sessions . - Safely restores a session to its original workspace position. - Permanently deletes a confirmed session, its workspace association, archive marker, and projection cache. - Removes unloaded deleted sessions from connected sidebars immediately. Prerequisites - A working DeepSeek Harness Web installation with dsh available in PowerShell. - Examples use the web profile; replace it with the target profile. - Source installation and development require Node.js 22+ and pnpm. npm installation does not require running npm install in an arbitrary directory. Installation Install from npm Run this from any PowerShell directory. Install into the DSH profile through dsh plugin , not as a dependency of an unrelated project: Restart DSH Web and hard-refresh the browser after installation or upgrade. If a package mirror is behind, append --registry=https://registry.npmjs.org/ . Install from source Use t…
在 GitHub 查看完整 README →