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. AM 3:11

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.