deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Side-chat (旁会话) plugin for DeepSeek Harness (dsh).
While your main session is running, pick side-chat from the composer's "+" command menu to open a fresh, independent, continuable session in parallel — the main session is never prompted or touched.
主会话进行中,从输入框的「+」命令菜单选 side-chat(旁会话),即可一键新开一个独立、可继续对话的并行会话——主会话不受任何影响。
/side-chat (旁会话), shown in the composer's "+" command menu. / 注册一个宿主命令 /side-chat(旁会话),出现在输入框「+」命令菜单。旁会话 14:32). / 选中后在当前会话下派生一个可继续对话的子代理,附带就绪开场白与自动时间戳标签。From this repository (no build step: the client and host halves are prebuilt and committed under lib/):
dsh plugin --profile web add github:123dbl/dsh-side-session
or, once listed, one-click from the plugin market (Settings → plugins).
Local development link (already used by the author's web profile):
dsh plugin --profile web add link:/path/to/dsh-side-session
/) and pick side-chat.dsh host whose subagent runtime supports continuable children (ctx.subagents.startContinuable).command/executed event and opens the child's official session view).src/index.ts): mounts /side-chat via ctx.commands; the handler calls ctx.subagents.startContinuable({ provider: 'spawn', ... }) with the live parent agent. No Typert Remote, no panel.src/client/index.ts): keeps the last-seen direct-child set per parent from the live catalog feed, and after a successful side-chat run diffs the refreshed catalog to find and open the newly created child.pnpm install
pnpm run build # esbuild host+client bundles + tsc declarations into lib/
pnpm run typecheck
lib/ is committed so repository installs work without a build step; regenerate and commit it after changing src/.
MIT © 2026 123dbl
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。