dsh-inspector
Inspect and manage the live instruction chain and project skills for the current dsh session, with in-place creation and editing — what you see is what the model gets
AI Analysis
用于在右侧面板直观查看、编辑和创建当前项目工作区的指令文件。适合需要精细控制和调试模型输入指令的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CocoSgt/dsh-inspectorREADME
Read the full README ↗Usage
- Open a session whose workspace is a project directory (pick the directory when creating the session, or restore an old one).
- Click the "Instruction Files" button in the session header; the panel opens on the right with the workspace path at the top.
- The panel lists the instruction chain in load order; click a file to edit it, or "+ New" to create a missing candidate in place; deletion asks for confirmation and going back with unsaved changes raises the dirty guard.
With no current session (or a session without a workspace directory), the panel prompts to open a project session.