Christian Gunderman
bce7cd8bb3
Disallow redundant typecasts. ( #15030 )
2025-12-13 01:43:43 +00:00
Jacob Richman
8edec7612e
Migrate tests to use avoid jsdom ( #12118 )
2025-10-28 17:32:15 +00:00
Jacob Richman
58cf2f076a
First batch of fixing tests to use best practices. ( #11964 )
2025-10-25 21:41:53 +00:00
Adib234
1fd904d6c9
Add setting to disable YOLO mode ( #11609 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2025-10-22 18:57:10 +00:00
Allen Hutchison
b7e4e8b1de
refactor: Remove deprecated --all-files flag ( #11228 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-16 19:09:21 +00:00
Arya Gummadi
3e48d743fa
feat: auto-approve pending tool calls when auto_edit/yolo is activated ( #6665 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-09-15 03:20:21 +00:00
shrutip90
f7a6a36048
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders ( #7041 )
2025-08-26 00:30:04 +00:00
Pascal Birchler
a97a6cc71b
Explict imports & exports with type modifier ( #3774 )
2025-08-25 22:04:53 +00:00
Jacob Richman
bf9a5d1c54
Switch from useInput to useKeypress. ( #6056 )
2025-08-12 21:05:49 +00:00
Brandon Keiji
5ad4a0a826
fix: prepublish changes to package names ( #1420 )
2025-06-25 12:41:11 +00:00
cperry-goog
a49f734c13
refactor: rename gemini-code to gemini-cli ( #822 )
2025-06-07 14:27:22 -07:00
Tolik Malibroda
71553d12e7
feat: Add --yolo mode that automatically accepts all tools executions ( #695 )
...
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-06-02 22:05:45 +02:00
Tommaso Sciortino
64bd136f42
Rename server->core ( #638 )
2025-05-30 18:25:47 -07:00
Taylor Mullen
8fecd7f20d
feat: Add auto-accept indicator and toggle
...
- This commit introduces a visual indicator in the CLI to show when auto-accept for tool confirmations is enabled. Users can now also toggle this setting on/off using Shift + Tab.
- This addresses user feedback for better visibility and control over the auto-accept feature, improving the overall user experience.
- This behavior is similar to Claude Code, providing a familiar experience for users transitioning from that environment.
- Added tests for the new auto indicator hook.
Fixes https://b.corp.google.com/issues/413740468
2025-05-17 22:27:22 -07:00