AI Agent Hub
Back to plugins
🎮

dsh-Plugin--ChineseChess

Fun & Dress-up Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install TryDing-T/dsh-Plugin--ChineseChess

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

Run dsh plugin install TryDing-T/dsh-Plugin--ChineseChess in the DSH terminal to install this plugin from https://github.com/TryDing-T/dsh-Plugin--ChineseChess.

About this plugin

dsh-Plugin--ChineseChess adds a board-game layer to DSH. Open the sidebar and you get a full 9x10 Chinese chess board with the river, nine-palaces, and starting positions all rendered correctly. Play as Red, DSH plays as Black; click a piece, pick a legal square, and the game is on.

Every move follows a hybrid pipeline: the Host runs a lightweight Alpha-Beta search to narrow legal moves down to at most five candidates, then a quick background call asks the DSH model to commit the final square. A revision lock and legality re-check guard every submission. If the model call fails or is cancelled, the board simply holds on Black's turn with a one-click retry button rather than silently falling back to a local engine. Undo, resign, copy the score, minimize to a floating strip, share one game across multiple tabs, and resume after switching chats are all built in.

It suits anyone who wants a friendly five-minute break inside DSH, or a model-evaluation enthusiast curious about how different providers, models, and reasoning-effort settings shift chess tactics. Game state lives solely in process memory, writes nothing to session history, and a DSH restart simply resets to a blank board.

Use Cases

  • Open a quick five-minute Chinese chess game during a DSH work break
  • Compare how different models and reasoning-effort settings affect chess tactics
  • Monitor shared AI compute state across tabs and cancel decisions collaboratively

Best For

  • Casual players who want a fun chess break inside DSH
  • Inference and evaluation engineers probing LLM chess tactics
  • Developers who enjoy combining AI chat tools with light strategy games