deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Yujm888/dsh-turn-rail
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A Codex-style auto-hiding turn rail for DeepSeek Harness Web.
Minimal by design: no settings, no extra panels, zero runtime dependencies.
The rail lives on the right edge of the conversation. Move the pointer near the edge and it fades in; move away and it fades out. Hover the thin zone around a marker to preview that turn, click anywhere in the wider marker area to jump. Long conversations keep at most 30 visible markers and scroll inside the rail, following the current reading position.
This project is not affiliated with DeepSeek. The interaction pattern is inspired by common turn-navigation rails such as Codex and the DeepSeek web client; the implementation is independent.


title is not used.Esc, another click on the
button, a result click, or a click outside the rail.>= 0.1.0-rc.6sessionProjections available (the shipped web profile has
it)dsh plugin --profile web add dsh-turn-rail
Then restart dsh web and hard-refresh the browser tab.
dsh plugin --profile web add /path/to/dsh-turn-rail
dsh plugin --profile web remove dsh-turn-rail
All tunables live at the top of lib/client.js:
| Constant | Default | Meaning |
|---|---|---|
EDGE_TRIGGER_PX |
110 |
Show the rail when the pointer is this close to the right edge |
DETAIL_LEFT_PX / DETAIL_RIGHT_PX |
46 / 10 |
Distance band from the right edge that opens the tooltip |
HIDE_DELAY_MS |
120 |
Wait before the rail starts fading out |
UNMOUNT_AFTER_MS |
200 |
Remove tooltip/search after the fade completes |
MAX_VISIBLE_MARKS |
30 |
Maximum markers visible when the rail scrolls |
MAX_MARK_GAP_PX |
30 |
Maximum center-to-center distance between markers when there are 30 or fewer turns |
SEARCH_LIMIT |
30 |
Maximum search results |
Rail geometry and marker sizes are in the css array in the same file.
None. This is a browser UI plugin; nothing here enters a model request.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。