DeepSeek Harness plugin

dsh-talk-map

Visual conversation map for DeepSeek Harness: an infinite whiteboard where every session is a card — drag to arrange, double-click to start a chat in place, draw an edge to fork a new session with

Jump to install

Source facts

Repository
Tasihi89/dsh-talk-map
Latest update
Aug 20, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Tasihi89/dsh-talk-map
Plugin: dsh-talk-map
Author: Tasihi89

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-talk-map · Talk Map

English | 中文

A visual conversation map plugin for DeepSeek Harness (dsh): every session becomes a card on an infinite whiteboard.

  • Spatial memory instead of working memory: free placement + grid snapping, and nothing ever rearranges your cards — if you remember "that conversation was bottom-left", it stays bottom-left. Designed for ADHD users, useful for everyone.
  • Double-click to chat: double-click empty canvas to start a new session; the card is born exactly where you clicked.
  • Draw an edge to fork: drag a line from a card onto empty space, preview (and edit) the context digest to inject, confirm — a new session starts knowing the old conversation.
  • Card front = resume surface: title, the digest's "next step", relative time, running state. One glance tells you what to do next.
  • Automatic digests: after a session goes idle, a three-field digest (summary / key findings / next step) is generated with your deployment's default model; hit ⟳ on a card to regenerate manually.
  • Provenance visible: dsh's native fork/subagent lineage renders as dashed edges; your injection edges are solid.

Install

# GitHub (built artifacts are committed — no build step, no allowBuilds needed)
dsh plugin --profile web add github:Tasihi89/dsh-talk-map

npm package (dsh plugin --profile web add dsh-talk-map) coming soon.

Restart dsh web; a map button appears at the sidebar foot.

Usage

ActionEffect
Sidebar map button / Esctoggle the map
Drag a cardplace it (16px grid snap, persisted)
Double-click empty spacecreate a session there and enter it
Double-click a cardopen that session
Drag from a card's right handle to empty spacepreview injection → fork a new session
⟳ on a cardregenerate the digest

Where data lives

  • Canvas data (positions, edges, digests): $DSH_HOME/storages/talk_map.json via dsh's official storage-domain, atomically persisted.
  • Sessions themselves stay fully owned by dsh — this plugin reads them, and creates new ones only through official APIs when forking.
  • Digests use your configured default model through dsh's local LLM channel; there are no other external requests.

Compatibility

Built against deepseek-harness 0.1.0-rc.6 (rc-stage APIs may drift). The structural contracts live in src/client/dsh.ts and src/host/dsh-host.ts — start there when upgrading.

Roadmap

Multi-board shelf (project = board, WIP limit) · whole-board archive/shelve · timeline view (camera fly-back) · alias cards · multi-parent merge UI · selection-level injection · quick-ask on card · two-week fade.

Development

pnpm install
pnpm run build        # host → lib/, client → client/client.js
dsh plugin --profile dev add /abs/path/dsh-talk-map
dsh --profile dev     # add a profile patch to change the port and coexist with your main instance

MIT License.