편집자 노트

Yujm888/dsh-turn-rail

Codex-style auto-hiding turn rail for DeepSeek Harness Web: edge-peek navigation, per-turn tooltips, search, 30-turn scrolling window and scroll-follow.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

dsh-turn-rail

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.

Screenshots

Turn rail

Tooltip and search

Features

  • Edge-peek auto-hide — appears when the pointer is within 110 px of the right edge, fades out 120 ms after leaving. Leaving the browser window or switching away follows the same fade timing.
  • Layered hit zones — the outer zone only keeps the rail visible; the marker zone is clickable and highlights on hover; only the narrow detail zone around the marker shows the tooltip.
  • Per-turn tooltip — one marker previews one message with time. It fades in and fades out with the rail, and the native browser title is not used.
  • Search — the magnifier button opens a pinned search box. Type to filter user messages, click a result to jump. Close with Esc, another click on the button, a result click, or a click outside the rail.
  • 30-marker scrolling window — with more than 30 turns the rail scrolls internally with a hidden scrollbar. It pins to the newest window once when a session opens, then never moves itself again: the rail scroll position is fully user-owned.
  • Theme-aware and responsive — markers use DSH CSS variables and scale slightly with viewport size.
  • Full-session projection — the host half folds the durable session log so a page reload paints the complete rail without replaying history.

Requirements

  • DSH >= 0.1.0-rc.6
  • Web profile with sessionProjections available (the shipped web profile has it)

Install

dsh plugin --profile web add dsh-turn-rail

Then restart dsh web and hard-refresh the browser tab.

From a local checkout

dsh plugin --profile web add /path/to/dsh-turn-rail

Remove

dsh plugin --profile web remove dsh-turn-rail

Tuning

All tunables live at the top of lib/client.js:

ConstantDefaultMeaning
EDGE_TRIGGER_PX110Show the rail when the pointer is this close to the right edge
DETAIL_LEFT_PX / DETAIL_RIGHT_PX46 / 10Distance band from the right edge that opens the tooltip
HIDE_DELAY_MS120Wait before the rail starts fading out
UNMOUNT_AFTER_MS200Remove tooltip/search after the fade completes
MAX_VISIBLE_MARKS30Maximum markers visible when the rail scrolls
MAX_MARK_GAP_PX30Maximum center-to-center distance between markers when there are 30 or fewer turns
SEARCH_LIMIT30Maximum search results

Rail geometry and marker sizes are in the css array in the same file.

Model Experience

None. This is a browser UI plugin; nothing here enters a model request.

License

MIT

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.