PUPPET17/dsh-session-reference0

dsh-session-reference

Installable DeepSeek Harness bundle for bounded cross-session references with an @title capsule UI

包名
dsh-session-reference
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PUPPET17/dsh-session-reference

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.