Files
gemini-cli/packages/core
Akhilesh Kumar ef303eb84a fix(core): fix workspace path validation with file:// URLs and encoded spaces
Fixed a bug in validateWorkspacePath where splitting by path.delimiter on Unix would break file:// URLs due to colons. Added splitWorkspacePaths helper to handle this. Updated tests to use file:// URLs for encoded paths and added a test case to ensure literal %20 in cwd is not incorrectly resolved.
2026-05-21 17:32:18 +00:00
..