Temoa/dsh-sessions-rm

Temoa★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

Session management for DeepSeek Harness (DSH).

README 摘要

@temoa/dsh-sessions-rm Session management for DeepSeek Harness (DSH): a settings page that lists every historical session and physically deletes a session's log directory (irreversible, type-to-confirm, with an audit trail). English 中文 Features - Settings → Session Management — an additive settings.section page (no shipped UI is replaced). - Session list — title, relative time, status badges (running / persisted), blank vs untitled distinction. - Type-to-confirm delete — a modal dialog shows the session and an irreversible warning; you must type 确认删除 before the confirm button becomes clickable (guards against accidental deletes). Esc / backdrop / cancel close it. - Physical deletion — the Host locates the log via sessionPersistence.locate() and rm -rf s the whole session directory (log + session-owned artifacts). - Audit trail — every delete request (success or failure) appends one JSON line to /.dsh/sessions-rm.log (time / sessionId / title / ok / path or error). - Theme-aware — follows light / dark / system via official theme tokens. Install Option A — install as a package ( dsh plugin add ), no --patch needed Install straight from GitHub — pnpm pins the package by commit with a …

在 GitHub 查看完整 README →
工具/开发dshdsh-plugin

分类