mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 09:30:41 -07:00
73f9085cad
- Enhance WorkspaceContext with addWritablePath and isPathWritable to support proactive registration of paths that do not yet exist. - Update Config and enter_plan_mode to proactively register the plans directory in WorkspaceContext. - Refactor SandboxedFileSystemService to use isPathWritable for granular write validation. - Add comprehensive unit tests for the new WorkspaceContext methods.