mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-25 05:34:36 +00:00
This change consolidates path validation into the central Config.validatePathAccess method. It introduces a PathValidator utility that performs pre-flight checks for length, invalid characters, and log markers. This automatically protects all tools using workspace boundary checks. Additionally, CLI-level at-command resolution is consolidated into a shared utility. Fixes #25972