mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
- Fix JSON parsing: msg command outputs multi-line pretty-printed JSON (indent=4), but parser tried line-by-line. Now tries full-text parse first, then line-by-line, then regex fallback. - Change retry limits: 5 direct + 3 flood attempts (was 3 total) - Separate max_attempts (direct) and max_flood parameters - Add debug logging when ack extraction fails Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>