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
Collaborator
No description provided.
sneak was assigned by clawbot 2026-02-08 21:06:21 +01:00
clawbot added 1 commit 2026-02-08 21:06:21 +01:00
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.
sneak added 1 commit 2026-02-09 02:13:11 +01:00
sneak merged commit 7f25970dd3 into next 2026-02-09 02:14:20 +01:00
Sign in to join this conversation.