LeonSone/dsh-question-rail ↗★ 0
dsh-question-rail
DSH web plugin: 模仿 deepseek 网页版界面右侧的问题条 — 右缘一条竖向问题栏,常态收起为窄列小横线,鼠标靠近时向右展开,列出当前会话每一轮的用户提问,点击后平滑滚动定位到对话对应位置。Mimics the deepseek.com right-edge question rail.
AI Analysis
核心用途是在界面右侧生成提问索引,方便快速预览和跳转到历史轮次。适合单次会话轮次极多、需要频繁前后翻阅上下文的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeonSone/dsh-question-railREADME
Read the full README ↗Usage
Once installed, a narrow strip of ticks appears along the right edge of an active chat conversation:
| Interaction | Behavior |
|---|---|
| Move mouse near the right edge | The strip widens, revealing each round's question as a single line (12px, right-aligned, trailing tick). |
| Hover a single question | A detail box appears on the left showing the full question text (scrollable up to 50vh). |
| Click a question | The chat scrolls smoothly to that turn and flashes a highlight ring. |
| Switch to 轨迹 / 上下文 / Design / PPT | The rail hides instantly (chat-view gate). |
| Empty / home screen | Nothing renders. |