RyensX/dsh-message-navigation ↗★ 0
dsh-message-navigation
为 DeepSeek Harness 提供 Codex 风格的用户消息导航栏插件。
AI 分析
核心用途是为 Web 会话提供便捷的用户消息导航与快速定位。适合在长对话中需要频繁翻阅、跳转历史用户提问的用户。至少需要 4 条用户消息才会触发显示。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RyensX/dsh-message-navigation说明文档
阅读完整 README ↗配置
默认配置适用于本地 Web 会话;可在 profile 的 cordis.patch.yml 中覆盖完整配置:
- id: message-navigation
config:
pageSize: 256
labelChars: 512
previewChars: 1024
maxCacheBytes: 16777216
scanYieldEvery: 2048
动画时长、音阶宽度和至少四条用户消息才显示等 Codex 行为属于固定交互协议,不作为配置项开放。