RyensX/dsh-message-navigation0

dsh-message-navigation

Provides a Codex-style user message navigation bar for DeepSeek Harness

包名
dsh-message-navigation
版本
1.0.0
许可证
AGPL-3.0
最近更新
2026年8月20日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RyensX/dsh-message-navigation

配置

默认配置适用于本地 Web 会话;可在 profile 的 cordis.patch.yml 中覆盖完整配置:

- id: message-navigation
  config:
    pageSize: 256
    labelChars: 512
    previewChars: 1024
    maxCacheBytes: 16777216
    scanYieldEvery: 2048

动画时长、音阶宽度和至少四条用户消息才显示等 Codex 行为属于固定交互协议,不作为配置项开放。