dsh-all-in
已验证 · 实测可装 leeclouddragon
功能简介
A local six-max Texas Hold'em plugin for DeepSeek Harness — play with Tokens while your agent thinks.
可用 — 实测通过,早期项目
A local six-max Texas Hold'em plugin for DeepSeek Harness — play with Tokens while your agent thinks. 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-all-in
Your agent is thinking. You're all in.
Play a fast, local-only six-max Texas Hold'em hand while DeepSeek Harness is thinking.

dsh-all-in adds an All In action to the Harness sidebar and opens a full-screen poker table through the supported shell.overlay slot. The active agent keeps running underneath it. The game never writes to the conversation, calls a model, or uses a network connection.
Entertainment only. Tokens have no monetary value. There are no deposits, withdrawals, purchases, accounts, or multiplayer wagering.
What works
- Six seats: one human and five local bots
- Monte Carlo bot equity with pot-odds, opponent-count, position, stack-to-pot, and personality-aware decisions
- Persistent Casual, Competitive, Shark-table, and experimental solver-style GTO opponent levels, adjustable from the table header
- Occasional action-aware table talk written for each bot personality
- Pre-flop, flop, turn, river, showdown
- Fold, check, call, pot-sized raise, and all-in
- Custom raise-to sizing with Min, 1/2-pot, 3/4-pot, Pot, Max, slider, and direct amount entry
- 5M Token starting stacks with 25K/50K blinds
- Seven-card hand evaluation and split pots
- Side-pot settlement for unequal all-in contributions
- Persistent local Token stacks across page reloads
- Live Agent thinking / Agent idle status
- English and Simplified Chinese UI
- Responsive desktop and narrow-window layouts
Install
From the prebuilt GitHub Release:
dsh plugin --profile web add https://github.com/leeclouddragon/dsh-all-in/releases/download/v0.1.1/dsh-all-in-0.1.1.tgz
dsh --profile web
From npm after the first npm release:
dsh plugin --profile web add dsh-all-in
dsh --profile web
From a local checkout:
git clone https://github.com/leeclouddragon/dsh-all-in.git
cd dsh-all-in
pnpm install
pnpm check
dsh plugin --profile web add "$PWD"
dsh --profile web
For a GitHub source install, DeepSeek Harness uses pnpm's git dependency flow. The package has a prepare script that builds lib/; pnpm 10+ requires users to allow that build explicitly. Publishing prebuilt artifacts to npm avoids that prompt.
Development
pnpm install
pnpm check
The package has two halves:
lib/index.js: a no-op host plugin that activates the bundlelib/client.js: a browser bundle registeringsidebar.footer.actionandshell.overlay
The poker engine is independent of React and exported as dsh-all-in/engine. Bot decisions estimate equity from only their own hole cards and the public board, so simulations never inspect an opponent's hidden cards or the real deck order.
Why this is a separate repository
DeepSeek Harness is currently in developer preview and its contribution guide says external pull requests are not accepted yet. The official ecosystem path is an independent plugin repository tagged with the GitHub topic dsh-plugin.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-all-in」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:leeclouddragon/dsh-all-in Headless(CLI)profile:
dsh plugin --profile headless add github:leeclouddragon/dsh-all-in 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。