dsh-session-reference
其他 活跃维护

dsh-session-reference

PUPPET17/dsh-session-reference

跨会话引用插件可自动关联历史对话上下文,无需手动切换会话即可复用过往交互的关键信息,减少多轮任务中的重复信息录入量,适配长程对话、多线程任务等交互场景

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

dsh-session-reference

English | 简体中文

An independently installable DeepSeek Harness bundle for read-only cross-session references.

The package owns the complete feature:

  • the @ menu source over the current DSH Home session list;
  • same-working-directory-first candidate ranking;
  • the responsive @title capsule inserted through ReferenceInsert and its codec;
  • canonical dsh-session: mention serialization for copy, persistence, and submission;
  • send-time current-surface reads, bounded projection, and durable untrusted recall context.

The DeepSeek Harness repository supplies only generic input-source, reference-presentation, session-query, and pre-step extension points. It does not mount this feature by default.

Requires DeepSeek Harness 0.1.0-rc.5. The DSH launcher supplies the compatible Host and browser services through its maintained profile fallback; the peer entries remain optional to package managers because a profile does not install a second copy of those in-box packages.

Installation

Build and pack the plugin:

pnpm install
pnpm run pack:plugin

Install the generated tarball into a Web profile:

dsh plugin --profile web add ./dsh-session-reference-0.1.0.tgz
dsh --profile web --dump-config
dsh --profile web

Remove it with:

dsh plugin --profile web remove dsh-session-reference

The default limits are three references per message and 65,536 UTF-8 bytes per referenced source. Override the single session-reference row in the profile's cordis.patch.yml when a deployment needs smaller bounds.