READMESource: master@9085fb58
dsh-message-navigation
中文 | English
为DeepSeek Harness提供Codex风格用户消息导航栏。
安装
在插件 checkout 中执行:
dsh plugin --profile web add .
或使用绝对路径 link:
dsh plugin --profile web add /absolute/path/to/dsh-message-navigation
Bundle 成员变化需要重启对应 Web profile。
配置
默认配置适用于本地 Web 会话;可在 profile 的 cordis.patch.yml 中覆盖完整配置:
- id: message-navigation
config:
pageSize: 256
labelChars: 512
previewChars: 1024
maxCacheBytes: 16777216
scanYieldEvery: 2048
动画时长、音阶宽度和至少四条用户消息才显示等 Codex 行为属于固定交互协议,不作为配置项开放。
开发
pnpm install
pnpm run typecheck
pnpm test
pnpm run build
构建产物:
lib/index.js:Host 插件与紧凑索引 RPC。lib/client.js:符合 DSHwindow.__ModuleLoader__协议的 Client bundle。
No comments yet. Be the first to write one.