deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A gamepad-controlled virtual cursor plugin for DeepSeek Harness Web.
一个用于 DeepSeek Harness Web 的手柄虚拟光标插件。
F9 to toggle the cursor.deepseek-harness-gamepad-cursor/
├── README.md # Bilingual readme / 双语说明
├── NOTICE.md # Authorship notice / 作者声明
├── plugin/ # DSH Web plugin source / 插件本体
│ ├── package.json
│ ├── lib/
│ ├── client.js
│ ├── styles.json
│ └── assets/cursors/
├── scripts/ # Install / uninstall / build scripts / 脚本
│ ├── install.ps1
│ ├── uninstall.ps1
│ └── build-client.ps1
├── docs/ # Documentation / 文档
│ ├── USAGE.md
│ └── CUSTOMIZATION.md
└── assets/
└── sprites/ # Original sprite assets / 原始素材
Clone the repository, then open PowerShell in the repository root and run:
git clone https://github.com/chuyue-1/deepseek-harness-gamepad-cursor.git
cd deepseek-harness-gamepad-cursor
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1
Or install it through the official dsh plugin command from your harness directory:
dsh plugin --profile web add ../deepseek-harness-gamepad-cursor/plugin
If dsh is not on your PATH (common on Windows), use:
npx --yes @deepseek-ai/dsh plugin --profile web add ../deepseek-harness-gamepad-cursor/plugin
Restart dsh web after installation (or use whatever way you normally launch DSH).
安装后重启 dsh web,或使用你平时启动 DSH 的方式。
powershell -ExecutionPolicy Bypass -File .\scripts\uninstall.ps1
After modifying styles.json or sprite assets, regenerate client.js:
powershell -ExecutionPolicy Bypass -File .\scripts\build-client.ps1
Add these topics to the GitHub repository so it is easier to discover:
在 GitHub 仓库设置中添加以下 Topics,方便被搜索/发现:
dsh-plugin
deepseek-harness
gamepad
cursor
All code in this repository was written by DeepSeek.
本仓库中的所有代码均由 DeepSeek 编写。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。