Fix URL encoding for file paths in fetch command (closes #13) #18

Open
clawbot wants to merge 1 commits from fix/issue-13 into next

1 Commits

Author SHA1 Message Date
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