dsh-message-navigation

August 22, 2026 · View on GitHub

中文 | English

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

You can quickly navigate to the sent message using this navigation bar.

example

Installation

Install from GitHub:

dsh plugin --profile web add github:RyensX/dsh-message-navigation

Install from source code:

pnpm install pnpm build dsh plugin --profile web add .

To uninstall:

dsh plugin --profile web remove dsh-message-navigation

Configuration

The default configuration is suitable for local Web sessions. To override it, add the complete configuration to the profile's cordis.patch.yml:

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

Codex behaviors such as animation timing, scale widths, and requiring at least four user messages are part of the fixed interaction contract and are not exposed as configuration options.

Development

pnpm install
pnpm run typecheck
pnpm test
pnpm run build