FuWenLianggit/dsh-session-link ↗★ 0
dsh-session-link
DSH Web 插件,支持复制当前会话的深度链接,并通过 URL 参数直接打开并聚焦指定会话。
AI 分析
核心用途是实现会话的快速分享与直达。适合需要在浏览器书签、笔记或团队协作中记录和跳转特定会话的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FuWenLianggit/dsh-session-link说明文档
阅读完整 README ↗dsh-session-link
DSH web plugin: copy a deep link to the current session and open a session directly from a URL. Installs as a client bundle in the web profile.
Features
- Copy session link — a 🔗 button in the conversation header copies
http://127.0.0.1:3000/?session=for the current session. - Open by URL — visiting the app with
?session=in the query string focuses that session directly.
Install
From the Git repository (recommended):
dsh plugin --profile web add https://github.com/FuWenLianggit/dsh-session-link
Or from a local checkout:
dsh plugin --profile web add
Restart dsh web and hard-refresh the browser. Uninstall with
dsh plugin --profile web remove dsh-session-link.
Notes
- Client-only plugin: all behavior lives in the browser bundle, no host-side state.
- The deep link carries the session id; opening it in the same browser profile (localhost server) selects the session in the sidebar.