Scitiger-AI/dsh-decision-map

Plugin ⭐ 0 MIT developer-tools

把当前会话的 执行轨迹 画成一张普通人一眼能看懂的图。它是 DeepSeek Harness 的一个正式 bundle 插件(双面:Node 半边 + 浏览器半边),在会话视图里新增一个「决策地图」标签页,展示两块内容:

catalog description:dsh-decision-map

Install

dsh-decision-map/
├── package.json          # 双面包身份声明(dsh.bundle.patch + dsh.client)
├── cordis.patch.yml      # bundle patch:insert 一行 { id: decision-map, name: dsh-decision-map }
├── lib/
│   ├── index.js          # node half:注册 decisionMap 会话投影(fold 事件日志 → 时间线 + 统计)
│   └── client.js         # browser half:注册 conversation.view 标签页,读投影并渲染
└── README.md

Add Scitiger-AI/dsh-decision-map to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.