AI Agent Hub
Back to plugins
⚙️

huahua-dsh-chatroom

Workflow Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install azure5100/huahua-dsh-chatroom

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install azure5100/huahua-dsh-chatroom in the DeepSeek Harness terminal to install this plugin; the source repository is https://github.com/azure5100/huahua-dsh-chatroom — after installation, restart the profile and the dsh-weave patch guard activates automatically.

About this plugin

Cross-machine DSH group chat is built on three components—dsh-chat, dsh-weave, and dsh-bridge—but dsh-weave 0.1.0-rc.14 carries four low-level defects that each independently break the multi-agent meeting room: an unguarded service access that crashes every inbound frame, a UDP port that drifts on every restart, a history-pull response that overflows the 64 KB frame limit and returns HTTP 500, and a residual risk that incremental pulls will eventually hit the same ceiling. None of these fixes have been merged upstream.

huahua-dsh-chatroom delivers a three-layer package: an idempotent patch script that applies all four fixes in one run with syntax verification; a DSH plugin form that auto-detects and re-applies patches on every profile startup, so after an upgrade you simply restart once and the guard restores everything without running any script manually; and two agent tools (chatroom_patch_status, chatroom_patch_apply) plus a /dsh-chatroom host RPC that let you query or trigger patch state right from a conversation. The repo also includes a six-question mechanism deep-dive, a single-file HTML visual panorama covering topology, message flow, storage map, context lifecycle, patch timeline, troubleshooting, and @-rules, a numbered evidence chain of integration and postmortem reports, and a roadmap of upcoming milestones.

If you are standing up a multi-agent DSH chatroom across two or more machines, hitting "cannot get property dshBridge" or blank history on dsh-weave rc.14, or want to understand the inner mechanics of the three-component stack before extending it, this repo lets you reproduce the fixes with one command, see the full picture, and keep evolving.

Use Cases

  • Deploying a multi-agent DSH chatroom across two machines and hitting total delivery failure or 500 on history pull
  • dsh-weave got upgraded and the patch was overwritten, needing one-command or restart-based auto-restore
  • Understanding the dsh-chat/weave/bridge internals before building custom extensions

Best For

  • Engineers standing up a DSH group chatroom across two or more machines
  • Developers hitting low-level dsh-weave rc.14 defects
  • Technical folks who want to read the cross-machine transport internals and extend them