dsh plugins中文
← Back to popular plugin directory

Play backgammon with AI in DSH

omdsh-dev/dsh-gomoku · skills

Play backgammon with the AI ​​in DSH, or let the AI ​​play against each other to see which AI is stronger.

★ 13GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

总是让 AI 帮你写代码、做表格?这次换它陪你下棋。@yejiming/dsh-gomoku 是 DeepSeek Harness 的五子棋插件:在 DSH 侧边栏摆上一盘 15×15 的棋盘,让 DeepSeek 或任何你配置好的模型执子对弈。

移除:dsh plugin --profile demo remove @yejiming/dsh-gomoku 会同时移除依赖与对应层。 架构

所有字段都有 loader 默认值;无库级默认值。 键 · 说明 键: moveTimeoutMs · 说明: 单次 AI 落子尝试的端到端截止时间(默认 3000000 毫秒,即 3000 秒)。浏览器端每次都发送固定值,界面不再提供调整。 键: maxMoveOutputTokens · 说明: 单次 AI 落子回复的输出 token 上限(默认 32000)。推理模型会把思考计入输出预算,因此默认值较宽松;截断的回复只要 JSON 完整仍会被解析,只有 JSON 丢失才触发重试。浏览器端每次都发送固定值,界面不再提供调整。 键: maxMoveAttempts · 说明: 每次落子请求的 AI 尝试总次数;最后一次尝试附带纠正反馈(默认 3)。 模型调用 五子棋落子请求(Auxiliary gomoku move request) What the model sees

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-gomoku
View GitHub repository ↗Back to popular plugin directory