dsh-multi-chat v0.6.5
Multi-window wall for DeepSeek Harness — run & monitor N DSH conversations side-by-side, with an authenticated LAN gateway for phone/tablet access.
多窗口墙插件:在 DeepSeek Harness 里并排运行、监控多个对话实例,内置带口令认证的局域网网关,手机/平板也能看。
What's new / 本次更新
Official DSH bundle form (the big one / 重大变更)
This release adopts the official DSH plugin form — the plugin now ships its own dsh.bundle.patch declaration pointing at an in-package cordis.patch.yml. This unlocks the Cordis-native experience:
- Install →
npx dsh-multi-chat install(ordsh plugin --profile web add <tarball>) — DSH auto-appends the package todsh.profile.bundlesand mounts its bundle layer. No manual profile patch edits, ever. - Uninstall →
dsh plugin --profile web remove @deepseek-ai/dsh-client-ui-multi-wall— one command, nothing manual to clean up. - Fully live-tested: install → auto-mount → plugin routes (
/multi/api/ports) working inside a runningdsh web→ clean uninstall.
本版本改为官方 DSH bundle 形态:插件自带 dsh.bundle.patch 声明(指向包内 cordis.patch.yml),安装后 DSH 自动把它加入 bundle 层栈并挂载——再也无需手改 profile 的 cordis.patch.yml;卸载一条命令干净完成。
Also in this release / 其他
- Bilingual README: English
README.md+ ChineseREADME.zh.md(双语 README) - Bilingual distribution docs / 双语分发文档
- Screenshots: Windows dual-chat, iPad dual-chat, Windows triple-chat(三张效果图)
Install / 安装
npx dsh-multi-chat install
npx dsh-multi-chat start --ports 3080,3081,3082Uninstall / 卸载
dsh plugin --profile web remove @deepseek-ai/dsh-client-ui-multi-wallResources / 资源
- npm: https://www.npmjs.com/package/dsh-multi-chat
- Repository: https://github.com/daetz-coder/dsh-multi-chat
- Screenshots: assets/ in this repo