Bundle
dsh-session-hover-preview
Codex-style user-message navigation for the current DeepSeek Harness conversation history
- Source
- MichaelGong
- Updated
- Updated 2 days ago
Readme
# dsh-session-hover-preview DeepSeek Harness Web 插件,为右侧当前会话历史增加 Codex 风格的消息导航条。 ## 功能 - 在右侧会话历史区域的左侧边缘、页面垂直居中位置显示消息导航条;定位和交互均不依赖左侧 Session 列表。 - 每条横线对应一条真实用户消息,默认等长;Host 会分页读取完整 Session 历史。 - Hover 或键盘聚焦某条横线时,该条最长,并按距离向上下两侧逐渐缩短。 - 点击横线会滚动到对应用户消息;尚未渲染的旧消息会先通过“加载更早”补齐。 - 切换右侧当前会话或历史更新时会取消旧请求并刷新横线。 - Markdown 只用于生成安全纯文本标签;触屏和窄屏自动禁用。 - 只读调用官方 `ApiProxy.sessions.history`,不会恢复或发布 Agent。 ## 安装 确保本机已经安装并初始化 DeepSeek Harness,然后从 npm 官方仓库加入 Web Profile: ```bash cd ~/.dsh npm_config_registry=https://registry.npmjs.org/ npm exec @deepseek-ai/dsh -- plugin --profile web add dsh-session-hover-preview@latest ``` 如果 `dsh web` 正在运行,请重启它以加载 Host 路由;随后刷新 `http://127.0.0.1:3080`。 ## 更新 ```bash cd ~/.dsh npm_config_registry=https://registry.npmjs.org/ npm exec @deepseek-ai/dsh -- plugin --profile web add dsh-session-hover-preview@latest ``` 更新后同样需要重启 `dsh web`。
Install
dsh plugin --profile web add github:MichaelGong/dsh-session-hover-preview
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-session-hover-preview from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.