dsh-conversation-nav
Manifest valid★ 1Codex-style conversation turn navigation for DeepSeek Harness Web GUI: piano-key rail, hover preview with send time, click-to-jump, per-turn marks
dsh-conversation-nav
Codex 桌面版风格的 DeepSeek Harness Web GUI 对话轮次导航插件。
对话区最左侧一条钢琴键导轨,每条用户消息一个刻度——悬浮查看详情,点击精准跳转;在还原 Codex 交互的基础上,额外提供发出时间显示、轮次耗时/token 指标与多色轮次标记。
功能
- 🎹 钢琴键导轨:对话区左缘垂直刻度列,每条用户消息(含 steering)一个刻度,垂直居中聚簇,长对话自动压缩间距
- 🪜 悬浮阶梯:悬停刻度伸长变色,上下相邻刻度呈三级阶梯衰减(26/20/14/10px),完全还原 Codex 动效
- 💬 详情悬浮卡:用户消息摘要(单行)+ 模型回复预览(最多 3 行)+ meta 行(发出时间(今天
HH:mm/ 今年M月d日 HH:mm/ 跨年全日期,与官方格式一致)· 轮次耗时 · 输出 token 数) - 🖱 点击跳转:平滑滚动至该轮(顶对齐),目标行短暂高亮;虚拟滚动未挂载的行按比例预估 + 有界重试兜底
- 📍 当前轮追踪:滚动时正在阅读的轮次刻度自动深色高亮
- 🏷 多色轮次标记:悬浮卡「☆ 标记」按钮或右键刻度循环换色(琥珀/红/蓝/绿),已标记刻度恒显标记色;标记后可写备注;按会话持久化(localStorage),刷新不丢
- 🌗 明暗主题自适应,支持
prefers-reduced-motion
安装
dsh plugin --profile web add github:Jaeger0624/dsh-conversation-nav
本地开发:
dsh plugin --profile web add link:<本仓库路径>
技术说明
纯客户端插件(host 半面 no-op),零依赖手写单文件 bundle,无构建步骤:
- 数据源:官方
ctx.sessions会话快照(ConversationSnapshot,含每条用户消息的data.timeepoch 毫秒) - 挂载:
shell.overlay官方槽位(点击穿透层,刻度与悬浮卡自行恢复 pointer-events) - 锚点:官方
data-chat-anchor-key行属性定位跳转 - 性能:事件驱动(scroll 捕获 / resize / ResizeObserver / 快照订阅),无常驻定时器、无全文档 MutationObserver
- 标记存储:
localStorage["dcn:marks:<sessionId>"],数据结构预留color/note扩展字段
需求分析与架构决策见 docs/REQUIREMENTS.md。
License
MIT
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.4.4 | — | — |
| 0.4.6 | — | — |
| 0.5.0 | — | — |
Comments
Loading…
From the same category
by Minglink
DeepSeek v4.1 flash 网络安全红队工具(无限四代) — jailbreak prompts and test suite for DeepSeek 求 Star 收藏 ⭐欢迎大家提交项目的改进
★ 1.9k
MIT
JavaScript
Sep 22, 2026
dsh plugin --profile web add dsh-infinite-gen-4by liangmianya
A visual, non-linear conversation workspace plugin for DeepSeek Harness ; A canvas-based session explorer and branching workspace for DeepSeek Harness.
★ 416
↓ 241/wk
MIT
JavaScript
Aug 26, 2026
dsh plugin --profile web add dsh-synapseby ranxianglei
基本稳定可用 100K tokens is enough. Universal context-compression proxy for ALL AI coding agents,10w上下文足矣
★ 250
↓ 49.4k/wk
MIT
TypeScript
Sep 22, 2026
dsh plugin --profile web add billion-contextby Nwflower
Import 14+ external agent chat histories (Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix, opencode, ZCode, Grok Build, OpenClaw, Pi, Hermes, Kimi CLI, DSH) into DeepSeek Harness as resumable se
★ 194
MIT
JavaScript
Sep 22, 2026
dsh plugin --profile web add dsh-chat-importby Totoro-qaq
DeepSeek Harness plugin for previewable cross-preset session migration. Fixed-schema handoffs preserve state, source-model intent, and unresolved images; the original session stays untouched.
★ 165
MIT
JavaScript
Sep 22, 2026
dsh plugin --profile web add dsh-plugin-bridgeby Anionex
deepseek harness对话和代码状态回退插件 | DSH — rewind conversation and workspace state, powered by a persistent Change Ledger
★ 117
BSD-3-Clause
JavaScript
Sep 14, 2026
dsh plugin --profile web add @anionex/dsh-turn-rewind