편집자 노트

leeclouddragon/dsh-all-in

A local six-max Texas Hold'em plugin for DeepSeek Harness — play with Tokens while your agent thinks.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 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 running inside DeepSeek Harness

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
  • 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 bundle
  • lib/client.js: a browser bundle registering sidebar.footer.action and shell.overlay

The poker engine is independent of React and exported as dsh-all-in/engine for tests and future bot strategies.

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

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

prepare이(가) 감지되었습니다. 설치 전에 스크립트를 검토하세요.

주의 사항lifecycle-scripts