galz10
c4da99840d
fix(cli): disable folder trust in test environments
...
Disable folder trust when running in integration tests (GEMINI_CLI_INTEGRATION_TEST)
or unit tests (VITEST) to prevent interactive prompts from blocking automated tests.
Also updates config.test.ts to isolate folder trust tests from these environment
variables so the underlying logic can still be verified.
2026-02-09 10:46:55 -08:00
Gal Zahavi
ea738ec719
Merge branch 'main' into galzahavi/fix/headless-foldertrust
2026-02-09 09:30:49 -08:00
Abhi
31522045cd
refactor(config): remove experimental.enableEventDrivenScheduler setting ( #17924 )
2026-02-08 04:05:03 +00:00
galz10
8daf6151e8
Merge branch 'main' into galzahavi/fix/headless-foldertrust
2026-02-06 14:49:23 -08:00
Sandy Tao
28805a4b2d
refactor: simplify tool output truncation to single config ( #18446 )
2026-02-06 21:41:19 +00:00
Shreya Keshive
f062f56b43
feat(admin): apply MCP allowlist to extensions & gemini mcp list command ( #18442 )
2026-02-06 18:07:00 +00:00
Sehoon Shon
61d92c4a21
Remove previewFeatures and default to Gemini 3 ( #18414 )
2026-02-06 18:02:57 +00:00
Abhi
8ec176e005
feat(context): implement observation masking for tool outputs ( #18389 )
2026-02-06 01:53:11 +00:00
galz10
80a6ac3759
feat(core,cli): harden headless mode detection and align mocks
...
- Update isHeadlessMode in packages/core to check both stdin.isTTY and stdout.isTTY.
- Synchronize isHeadlessMode mock in packages/cli tests and add global TTY stubs to ensure consistent test environments.
- Add isMounted guard to useFolderTrust hook to prevent state updates on unmounted components in headless mode.
- Expand unit tests in packages/core to cover new TTY check combinations and edge cases.
- Stabilize flaky MCP initialization test in packages/core/src/config/config.test.ts by using a deterministic promise.
- Address review findings regarding environment detection consistency and CI indicator checks.
2026-02-05 15:19:36 -08:00
Shreya Keshive
2566057e44
feat(admin): Implement admin allowlist for MCP server configurations ( #18311 )
2026-02-05 13:46:01 +00:00
Jack Wotherspoon
d1cde575d9
fix: remove ask_user tool from non-interactive modes ( #18154 )
2026-02-03 23:41:36 +00:00
Bryan Morgan
e7bfd2bf83
fix(cli): resolve environment loading and auth validation issues in ACP mode ( #18025 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-03 05:54:10 +00:00
Sandy Tao
e860f517c0
feat(core): add setting to disable loop detection ( #18008 )
2026-02-02 18:13:20 +00:00
Shreya Keshive
f14d0c6a17
feat(admin): provide actionable error messages for disabled features ( #17815 )
2026-01-30 18:05:22 +00:00
Abhi
95b7d69d5b
refactor(hooks): remove legacy tools.enableHooks setting ( #17867 )
2026-01-30 15:15:48 +00:00
Abhi
9035ca32bc
feat(skills): final stable promotion cleanup ( #17726 )
2026-01-28 04:56:04 +00:00
Abhi
ff6547857e
revert: promote Agent Skills to stable ( #17693 ) ( #17712 )
2026-01-27 23:29:12 +00:00
Abhi
6f6445994e
feat(skills): promote Agent Skills to stable ( #17693 )
2026-01-27 21:50:22 +00:00
Jacob Richman
b5fe372b5b
feat(ui): add solid background color option for input prompt ( #16563 )
...
Co-authored-by: Alexander Farber <farber72@outlook.de >
2026-01-26 23:23:54 +00:00
Adib234
6fae28197e
feat(plan): implement persistent approvalMode setting ( #17350 )
2026-01-23 23:14:11 +00:00
Adib234
488d5fc439
Refactor: Migrate CLI appEvents to Core coreEvents ( #15737 )
2026-01-23 16:45:46 +00:00
Ishaan Gupta
beacc4f6fd
fix(cli)!: Default to interactive mode for positional arguments ( #16329 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2026-01-22 23:38:53 +00:00
Jasmeet Bhatia
a060e6149a
feat(mcp): add enable/disable commands for MCP servers ( #11057 ) ( #16299 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2026-01-22 23:38:06 +00:00
joshualitt
62dd9b5b3c
feat(core): Remove legacy settings. ( #17244 )
2026-01-22 20:59:47 +00:00
Abhi
61040d0eb8
feat(hooks): enable hooks system by default ( #17247 )
2026-01-21 22:40:31 +00:00
Gal Zahavi
45d554ae2f
fix(core,cli): enable recursive directory access for ( #17094 )
2026-01-21 17:58:23 +00:00
Shreya Keshive
d0cae4547e
fix(admin): Ensure CLI commands run in non-interactive mode ( #17218 )
2026-01-21 17:38:20 +00:00
Sehoon Shon
7990073543
feat(cli): sanitize ANSI escape sequences in non-interactive output ( #17172 )
2026-01-21 04:58:37 +00:00
joshualitt
211d2c5fdd
feat(core): Ensure all properties in hooks object are event names. ( #16870 )
2026-01-20 22:47:31 +00:00
David Soria Parra
b288f124b2
fix(cli): send gemini-cli version as mcp client version ( #13407 )
...
Co-authored-by: Taylor Mullen <ntaylormullen@google.com >
2026-01-20 22:01:18 +00:00
Abhi
451e0b49cb
feat(cli): add experiment gate for event-driven scheduler ( #17055 )
2026-01-20 03:59:30 +00:00
N. Taylor Mullen
272570cc18
feat(agent): enable agent skills by default ( #16736 )
2026-01-16 23:10:55 +00:00
Jerop Kipruto
655ab21d8b
feat(plan): add experimental 'plan' approval mode ( #16753 )
2026-01-15 22:00:19 +00:00
Jacob Richman
f7f38e2b9e
Make merged settings non-nullable and fix all lints related to that. ( #16647 )
2026-01-15 17:26:10 +00:00
Jerop Kipruto
5bdfe1a1fa
feat(plan): add experimental plan flag ( #16650 )
2026-01-15 00:55:10 +00:00
Sehoon Shon
4b2e9f7954
Enable & disable agents ( #16225 )
2026-01-15 00:30:17 +00:00
Sehoon Shon
e58fca68ce
feat(config): add 'auto' alias for default model selection ( #16661 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-15 00:07:51 +00:00
Alex Austin Chettiar
a2dab146b9
feat(cli): undeprecate the --prompt flag ( #13981 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2026-01-14 23:09:27 +00:00
Jack Wotherspoon
c04af6c3e9
docs: clarify F12 to open debug console ( #16570 )
2026-01-14 13:48:52 +00:00
N. Taylor Mullen
bb6c574144
feat(admin): support admin-enforced settings for Agent Skills ( #16406 )
2026-01-14 07:40:23 +00:00
joshualitt
92e31e3c4a
feat(core, cli): Add support for agents in settings.json. ( #16433 )
2026-01-13 20:16:02 +00:00
Sandy Tao
b81fe68325
feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools ( #16000 )
2026-01-13 01:26:53 +00:00
Pyush Sinha
f8138262fa
fix(cli): disableYoloMode shouldn't enforce default approval mode against args ( #16155 )
2026-01-08 19:48:03 +00:00
Shreya Keshive
97ad3d97cb
Reapply "feat(admin): implement extensions disabled" ( #16082 ) ( #16109 )
2026-01-08 17:59:30 +00:00
Tommaso Sciortino
d4b418ba01
Fix and rename introspection agent -> cli help agent ( #16097 )
2026-01-07 23:01:57 +00:00
joshualitt
4c961df313
feat(core): Decouple enabling hooks UI from subsystem. ( #16074 )
2026-01-07 20:34:33 +00:00
christine betts
19bdd95eab
Revert "feat(admin): implement extensions disabled" ( #16082 )
2026-01-07 19:35:56 +00:00
Shreya Keshive
db99beda36
feat(admin): implement extensions disabled ( #16024 )
2026-01-07 16:31:17 +00:00
Shreya Keshive
2fe45834dd
feat(admin): Introduce remote admin settings & implement secureModeEnabled/mcpEnabled ( #15935 )
2026-01-06 21:38:07 +00:00
joshualitt
56092bd782
feat(hooks): Add a hooks.enabled setting. ( #15933 )
2026-01-06 21:33:37 +00:00