Files
minimax-skills/skills
Claude b4e6c16f4b fix(image): use temp files for jq to avoid Windows command-line length limit
When running in i2i (image-to-image) mode, the script passes a
base64-encoded image as a jq argument on the command line. On Windows,
cmd.exe limits arguments to ~32 KB, causing 'Argument list too long' errors
when the reference image is large.

Fix: write intermediate JSON fragments to temp files and pass them to jq
via --from-file instead of on the command line. This works reliably on
Windows and is equally valid on Linux/macOS.

Fixes the i2i (--mode i2i --ref-image) workflow on Windows.
2026-03-27 01:11:07 +08:00
..
2026-03-26 17:35:55 +08:00
2026-03-26 20:57:10 +08:00
2026-03-26 20:57:10 +08:00