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

Merged
sneak merged 2 commits from fix/issue-13 into next 2026-02-09 02:14:20 +01:00

2 Commits

Author SHA1 Message Date
c62a4dd5e9 Merge branch 'next' into fix/issue-13 2026-02-09 02:13:09 +01:00
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