설치
npx -y @deepseek-ai/dsh plugin --profile web add github:thirsty5034/dsh-floor-nav이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
최근 디렉터리 동기화에서 이 README 스냅샷을 새로 고치지 못했습니다.
dsh-floor-nav
DeepSeek Harness community plugin: a LiveAgent-style floor navigation rail for the web GUI.
- Collapsed: a thin column of short horizontal tick marks on the conversation’s right edge (sampled user turns)
- Expanded: hover opens a glass panel listing every user message; click jumps the transcript
- Pins (★): optional bookmarks per session (
localStorage) - Clears dsh-better-sidebar via
--dsh-sidebar-widthand the composer via--dsh-composer-height
Credits / prior art
UI behavior and interaction model are adapted from LiveAgent (open source):
| LiveAgent source | Role |
|---|---|
crates/agent-ui/src/pages/chat/transcript/FloorNavRail.tsx | Rail UI: collapsed markers, hover panel, touch reveal, pin rows |
crates/agent-ui/src/lib/chat-floor-nav/floorModel.ts | Floor list, preview truncation, marker sampling, nearest active mark |
crates/agent-ui/src/lib/chat-floor-nav/floorBookmarks.ts | Per-conversation pin persistence |
This package is a DSH-native reimplementation (Cordis client plugin + DSH conversation snapshot / [data-chat-anchor-key] jump). It is not a fork of the LiveAgent repository and does not ship LiveAgent code as a dependency. LiveAgent remains under its own license; please respect upstream terms when consulting that codebase.
Requirements
- DSH web profile
- Optional: dsh-better-sidebar (layout offset is a no-op if absent)
Install
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/thirsty5034/dsh-floor-nav/main/scripts/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/thirsty5034/dsh-floor-nav/main/scripts/install.ps1 | iex
Or CLI (GitHub until npm publish):
export DSH_HOME=${DSH_HOME:-$HOME/.dsh}
dsh plugin --profile web add "dsh-floor-nav@github:thirsty5034/dsh-floor-nav"
dsh --profile web --dump-config | grep floor-nav
Restart DSH web after install, then hard-refresh the browser. The rail appears when the current session has ≥ 2 visible user (or steering) messages.
Options / local link / npm (later)
bash scripts/install.sh --restart
bash scripts/install.sh --from npm 0.1.0
dsh plugin --profile web add "dsh-floor-nav@link:/path/to/dsh-floor-nav"
Discoverability
- GitHub topics:
dsh-plugin,deepseek-harness,dsh(required for dsh.so auto-index) - Install from GitHub (current): see Install above
- Store listings may lag crawlers; source of truth is this repository
Behavior
| State | Interaction |
|---|---|
| Collapsed | Height-adaptive sampled ticks (desktop ≤40, touch ≤12); pinned floors always kept |
| Expand | Mouse enter → panel; leave → collapse after 160ms; touch: tap rail / outside to close |
| Jump | Scrolls [data-conversation-scroll] to [data-chat-anchor-key] |
| Active floor | Nearest user row to the upper-quarter of the viewport; highlight nearest sampled tick |
| Pins | localStorage["dsh-floor-nav.bookmarks.v1"] |
Development
npm run check
Host half is an empty Cordis shell; all UI lives in lib/client.js (ModuleLoader client bundle).
License
MIT — see LICENSE.
LiveAgent is a separate project; this plugin only references its floor-nav design.
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 최신 릴리스
- v0.1.0
- 마지막 업데이트
- 2026. 8. 18. AM 3:32
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.