guix4ever/dsh-point

guix4ever★ 0JavaScriptLast synced: 2026-08-17

Open on GitHub

README excerpt

dsh-point Point checkpoints and ancestry-aware session continuation for DeepSeek Harness. 简体中文 dsh-point gives a DSH workspace an immutable Point history without loading all prior sessions into every new context. Point is the only history unit: save a Point, continue from a Point, and let the agent read an authorized ancestor Point only when needed. Features - /point-stash [title] saves complete participant-visible events since the previous Point. - A Web workspace view renders the Point parent DAG, node details, and an explicit Continue from this Point action. - Continue creates or reuses a deterministic DSH Session and carries Point ancestry without copying historical events into context. - point read(point id) lets the model read original events from an ancestor Point; unrelated Points are rejected. - Crash recovery reconciles the local cursor against immutable Point metadata instead of creating duplicate Points. - Compaction records are excluded, while the original visible transcript, content blocks, source metadata, and paired tool calls/results are preserved. Requirements - Node.js 22.19 or newer - DeepSeek Harness 0.1.0-rc.6 - The point CLI available on PATH Install Point fi…

View full README on GitHub →
Tools / Devdsh-pluginagent

Category