dsh-session-link
Codex-style session deep links for DeepSeek Harness (dsh): copy a dsh:// link from any conversation, open it in the browser, or paste it into another conversation to read that session's context.
AI 분석
支持复制会话的 dsh:// 深链,粘贴到新对话中可直接作为只读快照引用。适合需要在不同会话间传递、共享或关联上下文的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PwnKY/dsh-session-link一条命令装完:安装包 + 自动加入 profile 的 bundle 层 + 自动应用配置行
dsh plugin --profile web add dsh-session-link
1. 一条命令安装(自动加入 bundle 层并应用配置,见上方「一键安装」):
dsh plugin --profile web add dsh-session-link
使用
- 点会话标题旁的 🔗 按钮复制深链。
- 粘到另一个对话并发送 —— 模型先收到被引用会话的只读快照,再收到你的提示(链接会替换为可读的
@会话ID)。 - 或者直接点击
dsh://链接,在浏览器中打开该会话。
配置
默认使用底层服务的配置(每条消息最多 3 个引用、每源 64 KiB)。在 profile 的 patch 层覆盖 session-reference 行即可调整,例如:
- id: session-reference
config:
maxReferenceBytes: 131072