OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Da-Mie/dsh-delete-session
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Delete sessions and manage archived sessions in the DeepSeek Harness (DSH) Web UI.
中文说明见 README.zh.md。
Adds Delete session to every session row's ⋯ menu (below Rename / Fork / Archive), plus a View archived sessions toolbar button that opens a DSH-native window for restoring or permanently deleting archived sessions.




dsh plugin --profile web add github:Da-Mie/dsh-delete-session
Restart DSH and refresh the Web UI. Every non-blank session's ⋯ menu now has Delete session, and the sidebar toolbar shows View archived sessions between View options and Add workspace.
Modal primitive) listing every archived session: title, workspace, working directory, and last-update time.0.1.0-rc.5 (Web UI profile; check with dsh --version)The package ships prebuilt (lib/ is committed), so no build step is needed.
Just hand this repository URL to your DSH agent:
https://github.com/Da-Mie/dsh-delete-session
DSH reads the repository's AGENTS.md and installs the plugin automatically.
dsh plugin --profile web add github:Da-Mie/dsh-delete-session
Or manually: link this directory into $DSH_HOME/profiles/node_modules/dsh-delete-session, register it in profiles/web/package.json under dependencies and dsh.profile.bundles, then restart DSH.
After installing, restart DSH (plugin-set changes take effect on restart), then refresh the Web UI.
/dsh-delete-session <sessionId>, /dsh-archived-restore <sessionId> and /dsh-archived-delete <sessionId>. Delete cancels/waits for the agent, flushes the session, calls workspaceRegistry.archiveSession to hide it, then locates and removes the session directory via sessionPersistence.locate. Restore drops the id from the registry-global archive set — archiving never touches workspace accounting, so unarchiving restores the session's position, timestamps, and files.Modal primitive through the shell.overlay slot.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: archived-sessions、delete-session、session-management、web-ui。