CocoSgt/dsh-inspector1

dsh-inspector

DeepSeek Harness 插件:检查并管理当前会话的指令链与项目技能

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.