mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 18:22:37 -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.