leeclouddragon / dsh-all-in

목록에 있음

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

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:leeclouddragon/dsh-all-in

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 5923d5a동기화 2026. 8. 18.

최근 디렉터리 동기화에서 이 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
  • 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.0/dsh-all-in-0.1.0.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

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 18. AM 8:25

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.