openpets#dsh
alvinunreal/openpets#dsh
Bridges DeepSeek Harness lifecycle status, errors, and approval requests to a locally running OpenPets desktop companion.
DeepSeek Harness plugin
OpenPets 2.0 workspace
Jump to installpackages/dshpackages/dsh/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/alvinunreal/openpets/tree/HEAD/packages/dsh
Plugin: openpets
Author: alvinunrealRead the README and other files from this plugin directory before installing.
{
"name": "@open-pets/dsh",
"version": "3.3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alvinunreal/openpets.git",
"directory": "packages/dsh"
},
"type": "module",
"keywords": [
"dsh",
"cordis",
"openpets",
"coding-agent"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.d.ts",
"dist/index.js",
"dist/runtime.d.ts",
"dist/runtime.js",
"cordis.patch.yml"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"scripts": {
"test": "node dist/runtime.test.js && node dist/check-dsh.js",
"check": "pnpm typecheck && pnpm build && pnpm test",
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"dependencies": {
"@open-pets/agent-events": "workspace:*",
"@open-pets/client": "workspace:*"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1"
},
"devDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@types/node": "^25.6.2",
"typescript": "^6.0.3"
}
}