DeepSeek Harness plugin

dsh-session-reference

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

Jump to install

Source facts

Repository
PUPPET17/dsh-session-reference
Latest update
Aug 16, 2026
Category
Memory
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/PUPPET17/dsh-session-reference
Plugin: dsh-session-reference
Author: PUPPET17

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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.