mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
1132c5c90f
* Add retrodiffusion * Detect animation GIF output by magic bytes; add /retrodiffusion to README The previous animate-mode extension check looked for "gif" in the style name, but documented animation styles (walk-cycle, idle, attack) never contain that substring, so GIF responses were always saved as .png and wouldn't load. Sniff the base64 prefix instead. Also drop unused `extname` import and add a `/retrodiffusion` row to the README slash-commands table to match the new user-invocable skill. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: rshtirmer <rshtirmer@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>