feat: bots #9

Merged
shosho996 merged 4 commits from feat/bots into main 2026-06-10 22:38:07 +02:00

4 Commits

Author SHA1 Message Date
Lala, Shahd 31601e7971 fix: join tournaments with official bots via botId/botName
The tournament join was sending a bot bearer token with an empty body,
but the backend join endpoint expects a JSON body {botId, botName}, so it
returned 400. Restore body-based join and source the join dialog from
official (engine-backed) bots via /api/account/official-bots, since only
official bots have a server-side engine that plays their moves; normal
account bots have no engine and never move.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 18:38:10 +00:00
Lala, Shahd 55b9bdf68c fix: build errors 2026-06-10 17:20:41 +00:00
Lala, Shahd 2f79fb3e02 chore: merge main into feat/bots 2026-06-10 17:20:41 +00:00
Lala, Shahd fa27f2c23b feat: bots 2026-06-10 09:31:27 +00:00