bilbillm/dsh-conversation-minimap
bilbillm★ 0TypeScriptLast synced: 2026-08-15
Codex-style conversation minimap plugin for DeepSeek Harness
README excerpt
中文说明 dsh-conversation-minimap @dsh-external/dsh-conversation-minimap adds a Codex-style conversation minimap to DeepSeek Harness. One marker represents one engine-owned turn. The current reading turn is emphasized, hover or keyboard focus opens a compact preview, and activating a marker scrolls directly to that turn. The preview is derived from Harness's public conversation snapshot and can show: - the user request summary; - the latest assistant result summary; - running, completed, failed, or stopped status; - files produced by the optional ui-deliverables feature. The plugin is additive. It registers a layout-neutral entry in conversation.session.header.utilities , locates that session's semantic [data-conversation-scroll] , and renders the rail through its own portal. It does not replace the conversation body, change the conversation width, scrape rendered prose, or depend on CSS-module hashes. Install Build the source checkout and add it to an isolated Harness Web profile: For source rebuilds without restarting the host, run pnpm run dev:web from the Harness checkout in a second terminal. Behavior - Wide conversation columns receive a left-side rail with one visual tick per vi…
View full README on GitHub →