dsh-message-navigation
中文 | [English](docs/README_EN.md)
Provides a Codex-style user message navigation bar for DeepSeek Harness.
You can quickly navigate to the sent message using this navigation bar.

Installation
Install from GitHub:
dsh plugin --profile web add github:RyensX/dsh-message-navigationInstall from source code:
pnpm install pnpm build dsh plugin --profile web add .To uninstall:
dsh plugin --profile web remove dsh-message-navigationConfiguration
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: 2048Codex 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