wang122818 / dsh-command-delete

已收录

DSH plugin: slash commands to delete sessions and workspaces (projects)

main会话 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:wang122818/dsh-command-delete

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 62b9d9c同步于 2026年8月18日

最近一次目录同步未能刷新此 README 快照。

dsh-command-delete

DSH commands for removing a project registration and deleting a persisted session.

Web UI

The Web bundle adds a trash icon in the sidebar footer. It opens a management panel with project and session lists. Every destructive action has a confirmation dialog.

Project deletion removes only the DSH workspace registration; the directory and session logs remain. Session deletion permanently removes the persisted session log and refuses live/open sessions.

Commands

/delete-project <workspaceId>
/delete-workspace <workspaceId>
/delete-session <sessionId>

/delete-workspace is an alias for /delete-project.

Project deletion uses DSH's workspace registry. It removes only the DSH project/workspace registration. The project directory and all session logs remain on disk.

Session deletion removes the persisted JSONL session directory. It refuses to remove a session that is still owned by a live Agent. The current DSH release does not expose a public session-delete lifecycle, so live/open sessions are intentionally not deleted by this plugin.

Install from this checkout

From the directory that contains this package:

dsh plugin --profile default add .

Use the profile name you normally run with instead of default when needed. Restart DSH after installing the bundle.

With no id, each command prints the available IDs:

/delete-project
/delete-session

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月18日 03:11

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。