Back to catalog

RyensX /

RyensX/dsh-message-navigation

Verified

DeepSeek Harness Web UI 的 Codex 风格用户消息导航栏 / Codex-style user-message navigation rail for the DeepSeek Harness Web UI

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
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:符合 DSH window.__ModuleLoader__ 协议的 Client bundle。
/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.