RyensX/dsh-message-navigation0

dsh-message-navigation

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

AI 분석

核心用途是为 Web 会话提供便捷的用户消息导航与快速定位。适合在长对话中需要频繁翻阅、跳转历史用户提问的用户。至少需要 4 条用户消息才会触发显示。

패키지
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 行为属于固定交互协议,不作为配置项开放。