PaRr0tBoY/dsh-toc-and-rewind
PaRr0tBoY★ 1TypeScript最后同步: 2026-08-15
添加一个迷你目录在对话旁,适合长程对话导航,还可以直接rewind到选定对话,支持恢复代码变更和总结,暂不稳定
README 摘要
dsh-toc-tail A conversation outline rail with rewind for the DeepSeek Harness web interface. Every user request becomes one tick in a vertical timeline at the conversation column's right edge; the directory panel can rewind to any user request, withdrawing it back to the composer. Screenshots The rail: one tick per user request, width proportional to message length. Hover or focus a tick to open the directory panel listing every request with its summary. Each row carries a rewind button that opens the confirm menu: restore code and/or summarize, then confirm. What it is A lightweight conversation outline for long sessions. Each user request compresses into one horizontal tick; the tick width scales with the message length, and the longest request defines the scale. Hover or focus a tick to open a rounded directory panel with every request's summary and a rewind button. Why it works - Tick width ∝ message length : the longest request gets the widest tick, every other tick scales by its length ratio, so the rail reads like a map of the conversation. - Paragraph-scoped highlighting : the request whose paragraph is in the viewport stays highlighted; an assistant reply keeps its request…
在 GitHub 查看完整 README →