CocoSgt/dsh-inspector1

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 분석

用于在右侧面板直观查看、编辑和创建当前项目工作区的指令文件。适合需要精细控制和调试模型输入指令的开发者。

패키지
dsh-inspector
버전
0.1.1
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CocoSgt/dsh-inspector

Usage

  1. Open a session whose workspace is a project directory (pick the directory when creating the session, or restore an old one).
  2. Click the "Instruction Files" button in the session header; the panel opens on the right with the workspace path at the top.
  3. 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.