dsh-session-link
其他 活跃维护

dsh-session-link

FuWenLianggit/dsh-session-link

提供网页端会话深度链接一键复制能力,链接自动携带当前会话ID,也支持通过?session=参数直接唤起指定会话,无需手动查找会话标识,切换和分享会话更便捷。

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

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=<id> for the current session.
  • Open by URL — visiting the app with ?session=<id> 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 <path-to-this-checkout>

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.