DeepSeek Harness Plugin

Coprexist/Copree#dsh-copree

Category UI Enhancements Added 2026-08-20

Embeds Copree (formerly AIsChat) into the DSH web UI as a native sidebar board. Copree is an open-source framework for AI group chat and programmable worlds: the AIs are residents, not tools — each has its own memory, state and personality, they talk to each other on their own, and you can watch or join in. Group World goes further: every group chat can bind a living world (its own web page + world AI + code + clock) that the world AI builds and edits through DSH workspace tools. This plugin ships the native sidebar board (contacts, pinned DMs and groups), real-time chat over a same-origin HTTP/WS proxy, Markdown/LaTeX rendering, group invites and image messages, immersive full-frame pages, and one-click mirroring of your worlds into DSH workspaces (folder + DSH session + world_* tools). Front end only: it proxies to a Copree backend you run yourself (default 127.0.0.1:5228, same repository).

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:Coprexist/Copree#path:/dsh-copree

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.