ouroboros#integrations/dsh-plugin
Q00/ouroboros#integrations/dsh-plugin
Config-only bundle that mounts Ouroboros through the DSH MCP client, exposing 36 interview, Seed, execution, evaluation, and evolution workflow tools in DSH.
DeepSeek Harness plugin
Durable roundtable Conversation Node rendering multi-round discussions for dsh web
Jump to installpackages/client/ui-roundtablepackages/client/ui-roundtable/package.json#dsh.bundleThis evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.
Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.
Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.
Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:
1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.
Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.
GitHub: https://github.com/NeoMei/dsh-roundtable/tree/HEAD/packages/client/ui-roundtable
Plugin: dsh-roundtable-neomei
Author: NeoMeiRead the README and other files from this plugin directory before installing.
{
"name": "@neomei/dsh-client-ui-roundtable",
"description": "Durable roundtable Conversation Node rendering multi-round discussions for dsh web",
"version": "0.1.0-rc.6",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeoMei/dsh-roundtable.git",
"directory": "packages/client/ui-roundtable"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"default": "./lib/index.js"
},
"./invariant": {
"types": "./lib/types/invariant.d.ts",
"default": "./lib/invariant.js"
},
"./client": {
"types": "./lib/types/client/index.d.ts",
"default": "./lib/client.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-api-remotes",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-ui-conversation",
"@deepseek-ai/dsh-client-ui-model-selection",
"@deepseek-ai/dsh-client-ui-sidebar"
],
"platform": "web"
}
},
"scripts": {
"bundle": "tsdown",
"watch": "tsdown --watch"
},
"files": [
"cordis.patch.yml",
"lib/index.js",
"lib/invariant.js",
"lib/client.js",
"lib/types/**/*.d.ts"
],
"license": "MIT",
"dependencies": {
"react": "^18.2.0"
},
"peerDependencies": {
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6",
"@deepseek-ai/dsh-invariants": "0.1.0-rc.6",
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
"@deepseek-ai/cordis": "^4.0.1"
},
"devDependencies": {
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-test-runtime": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6",
"@deepseek-ai/dsh-invariants": "0.1.0-rc.6",
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
"@types/react": "~18.3.1",
"@deepseek-ai/cordis": "^4.0.1",
"@neomei/dsh-roundtable": "workspace:^"
}
}