Files
gemini-cli/packages/cli
Coco Sheng 5f37142016 fix(core): centralize path validation to prevent crashes from malformed prompts
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
2026-05-18 12:16:31 -04:00
..