v1.2.1
Bug fix
Fixed: files with spaces in their name were returned unchanged when using --prompt
When tab-completing a filename like Screen Shot 2026.png, the NLP prompt map lookup would silently fall back to default parameters because Mistral doesn't reliably echo filenames containing spaces verbatim. The file would be processed with no format/size params, returning it effectively unchanged.
The map is now keyed by the original input filename (captured before sending to the API) rather than by whatever the AI returns — so Screen Shot 2026.png always resolves correctly.
Install
cargo install mochifyOr download a binary from the assets below.