dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:mantonlove/dsh-conversation-landmarks
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 简体中文
Conversation Landmarks is an independent DeepSeek Harness Web plugin for navigating long conversations. It adds a fixed, vertically centered landmark rail to the left edge of the conversation workspace. Each line represents one direct user task rather than every individual message.


Requirements: DeepSeek Harness 0.1.0-rc.7 or later and its supported Node.js version.
Install the prebuilt plugin into the Web profile, then restart Web:
dsh plugin --profile web add "github:mantonlove/dsh-conversation-landmarks#v0.1.0"
dsh web
The repository commits the required lib/ artifacts, so this GitHub install does not ask pnpm to run a package build script.
Open the actual URL printed after dsh web: in the startup output. The default is http://127.0.0.1:3080, but the address can differ when the port or host is configured.
If you run DeepSeek Harness from its source checkout, use the same commands with pnpm dsh:
pnpm dsh plugin --profile web add "github:mantonlove/dsh-conversation-landmarks#v0.1.0"
pnpm dsh web
Remove the plugin with:
dsh plugin --profile web remove dsh-conversation-landmarks
You can paste this into an agent that has terminal access to your DeepSeek Harness installation:
Install
github:mantonlove/dsh-conversation-landmarks#v0.1.0into the DeepSeek Harnesswebprofile withdsh plugin, restartdsh web, and tell me the actual URL printed afterdsh web:. Do not edit DeepSeek Harness source files.
pnpm install
pnpm run check
The package is a Cordis Service plugin. Its Host half registers the conversationLandmarks session projection through ctx.effect(). Its browser half mounts through conversation.input.dock, then renders the fixed rail in a portal.
Report bugs or request features in Issues. Please search existing issues before opening a new one.
This is a community project, not an official DeepSeek release. The current compatibility target is DeepSeek Harness 0.1.0-rc.7.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: chat-ui、conversation-navigation。