sanguosha-agent-plugin 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10800,6 +10800,7 @@ async function runPlay(hgc, input) {
10800
10800
  const deadline = Date.now() + timeoutMs;
10801
10801
  return new Promise((resolve) => {
10802
10802
  const snapshot = () => ({
10803
+ roomId: hgc.roomId,
10803
10804
  phase: hgc.phase === "connecting" ? "lobby" : hgc.phase,
10804
10805
  gameOver: hgc.gameOverWinner ? { winner: hgc.gameOverWinner } : null,
10805
10806
  needsAction: hgc.needsAction(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanguosha-agent-plugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI 驱动三国杀对局的 Claude Code plugin——接管座次、出牌决策、技能查询(自包含 sanguosha MCP server)",
5
5
  "type": "module",
6
6
  "license": "MIT",