gemini-cli/packages
Taylor Mullen f0b9199a77 refactor: Remove console.error from WriteFileTool
- Removes an unnecessary `console.error` call from the `shouldConfirmExecute` method in the `WriteFileTool` class.
- This logging was redundant as validation errors are already handled and returned by the method.
- Additionally, `console.error` is not suitable for this scenario, as incorrect arguments can be provided by the LLM, and these are anticipated and managed without needing an error log.

Fixes https://b.corp.google.com/issues/418491206
2025-05-17 23:06:50 -07:00
..
cli fix: Ensure CWD and auto-accept indicator are always visible 2025-05-17 22:50:06 -07:00
server refactor: Remove console.error from WriteFileTool 2025-05-17 23:06:50 -07:00