dsh-plugin-atlas
Settings section for archived sessions: browse by workspace, search, batch unarchive with the sidebar updating live, and optional auto-archive rules (idle days, keep-last-N per workspace) with a dry-run preview — plus a left-edge turn rail for jumping between turns of long conversations and ↑/↓ input history in the composer.
设置页的归档会话分区:按工作区分组浏览、搜索、批量取消归档,侧边栏实时恢复;自动归档规则(不活跃天数、每工作区保留条数)可选,执行前可试运行预览。另含长会话的左缘轮次刻度尺(悬停预览、点击跳转、Alt+↑/↓ 逐轮移动)与输入框 ↑/↓ 历史翻找。
How to install
dsh plugin add dsh-plugin-atlas About
dsh-plugin-atlas 为 dsh 的 Web UI 补上三件事:对话区左缘的轮次刻度尺、输入框里的 ↑/↓ 历史翻找,以及设置页里的会话归档管理。 对话刻度尺 每轮对话对应刻度尺上的一个刻度,间距固定,超出可视高度后出现自带的细滚动条。整条历史的刻度由宿主端直接索引,长会话的切换与浏览不受加载拖累。 指针进入刻度尺时,最近的刻度伸长加深,邻近刻度随之递减伸缩;点击刻度跳转到对应消息,目标在尚未加载的历史里就先加载再滚动定位并短暂高亮;停留处显示该轮的输入与回复预览,Alt+↑/↓ 在轮次间逐条移动。配色跟随宿主主题。 输入历史 在输入框按 ↑,最近发送的消息直接填入,连按向更早翻找,↓ 返回,走回起点时恢复翻找前的草稿——和终端里翻历史命令一个手感。光标停在文本开头或末尾才触发翻找,光标在正文中时箭头照常移动,不打扰编辑。 归档管理 设置页的一级分区:已归档会话按工作区分组,支持搜索与批量取消归档,还原后侧边栏实时恢复、无需重启。标题与轮次数取自会话日志本体。 自动归档默认关闭,可配置「不活跃超过 N 天」与「每个工作区保留最近 M 条」,每日核查一次,执行前可试运行预览清单。 安装 sh dsh plugin --profile web add dsh-plugin-atlas 也可以在 Web UI 的 设置 → 插件 里按包名安装(经 dsh-plugin-ins…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-23
- Created
- 2026-08-18
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- archive, deepseek, deepseek-harness, dsh, dsh-plugin, navigation
Related plugins
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。Share DSH Q&As or selected conversation groups as PNG or Markdown.
task-passport
dongsheng123132/task-passport
Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.