dsh-message-navigation
开发工具 活跃维护

dsh-message-navigation

RyensX/dsh-message-navigation

轻量级浏览器插件,可为工具界面新增Codex风格用户消息导航栏,支持快速跳转历史会话消息,无需手动配置,安装后即可自动生效,交互逻辑贴合日常使用习惯。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
AGPL-3.0
开源协议
133 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:RyensX/dsh-message-navigation
git clone https://github.com/RyensX/dsh-message-navigation.git
git clone git@github.com:RyensX/dsh-message-navigation.git
README.md master

dsh-message-navigation

中文 | English

为DeepSeek Harness提供Codex风格用户消息导航栏。

可通过该导航栏快速跳转发送的消息。

例子

安装

Github安装:

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

源码安装:

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

卸载:

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

配置

默认配置适用于本地 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

友链

LinuxDo