Hyna-hla/DSH-DELETE0

dsh-delete

DSH 可恢复会话删除插件:提供会话菜单项和命令行指令,立即隐藏会话,并在重启时将日志移至可恢复的回收站。

AI 分析

核心用途是提供安全的会话删除与防误删机制。适合需要快速清理侧边栏,同时要求删除操作可撤销、数据有备份保障的安全敏感型用户。

套件
dsh-delete
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/DSH-DELETE

Usage

  • Open the target session's menu in the session list and choose Delete conversation. Confirmation is an in-page card (title "Confirm deleting this conversation?", actions "Cancel / Delete conversation") — no native browser dialogs.
  • A confirmed request archives the Session immediately, hiding it across all session groups (the row disappearing is the success feedback).
  • If the request was written but the archive call failed, the card reports "queued but cannot hide yet" instead of misreporting a failed deletion.
  • Human command: /delete-conversation CONFIRM (deletes the current conversation); /delete-conversation CONFIRM (deletes another conversation by Session id).

After confirming, restart DSH; logs are moved to /trash//. deletion.json inside records the original directory.