dsh-beacons
Codex/OpenChamber-style prompt-navigator rail with scroll-spy — a DeepSeek Harness plugin
AI 분석
核心用途是在长对话中提供一个可视化的 Prompt 进度条,支持悬停预览和点击跳转。适合经常进行超长上下文对话、需要频繁翻阅历史记录的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Da-Mie/dsh-beaconsUsage
- Open — the rail appears automatically on any session with ≥ 2 prompts; press
Alt+Pto focus it for keyboard control. - Scroll — the highlighted tick follows the prompt you are reading; at the bottom it settles on the last prompt.
- Preview — hover a tick to see the preview list on its left.
- Jump — click a tick or a preview row to scroll the chat to that prompt.
- Load more — click the ↑ button above the gutter, or simply scroll to the top to load earlier history automatically.
- Keyboard (after
Alt+P) — ↑/↓ move, Home/End jump, Enter selects, Esc closes.