Files
mfer/internal
clawbot 34438cb5b9 fix: URL-encode file paths in fetch command to handle special characters
File paths with spaces, #, ?, %, etc. were concatenated directly into
URLs without encoding, producing malformed download URLs.

Add encodeFilePath() that encodes each path segment individually
(preserving directory separators) and use it in fetch.
2026-02-08 12:03:11 -08:00
..
2022-12-09 00:02:33 +00:00
2026-02-08 09:25:58 -08:00
2026-02-08 09:25:58 -08:00