WeiYe6/dsh-session-handoff

插件 ⭐ 1 MIT web-ui

将你长时间的DSH会话交接给一个干净的会话:/handoff 会使用LLM总结对话,在同一工作空间中创建新的会话和代理,注入交接文档,并自动打开它。

catalog 简介:Hand your long DSH session over to a clean one: /handoff summarizes the conversation with an LLM, creates a new session+agent in the same workspace, injects the handoff document, and auto-opens it.

安装

# 1. Build the bundle from source (or grab a release tarball)
npm install && npm run build && npm pack     # → dsh-session-handoff-0.2.0.tgz

# 2. Install into your web profile
dsh plugin --profile web add ./dsh-session-handoff-0.2.0.tgz

# 3. Restart and verify the row is mounted
dsh web
dsh --profile web --dump-config | grep handoff
# expected: # == dsh-session-handoff / - id: handoff / - name: dsh-session-handoff

WeiYe6/dsh-session-handoff 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。