Spencer
4fde6c014c
feat(policy): map --yolo to allowedTools wildcard policy
...
This PR maps the `--yolo` flag natively into a wildcard policy array
(`allowedTools: ["*"]`) and removes the concept of `ApprovalMode.YOLO` as a
distinct state in the application, fulfilling issue #11303 .
This removes the hardcoded `ApprovalMode.YOLO` state and its associated
UI/bypasses. The `PolicyEngine` now evaluates YOLO purely via data-driven rules.
- Removes `ApprovalMode.YOLO`
- Removes UI toggle (`Ctrl+Y`) and indicators for YOLO
- Removes `yolo.toml`
- Updates A2A server and CLI config logic to translate YOLO into a wildcard tool
- Rewrites policy engine tests to evaluate the wildcard
- Enforces enterprise `disableYoloMode` and `secureModeEnabled` controls
by actively preventing manual `--allowed-tools=*` bypasses.
Fixes #11303
2026-04-03 05:15:03 +00:00
Jacob Richman
1f5d7014c6
feat(ui): enable "TerminalBuffer" mode to solve flicker ( #24512 )
2026-04-03 00:39:49 +00:00
Ishaan Arora
f54bccfe03
docs: add missing .md extensions to internal doc links ( #24145 )
2026-04-02 21:52:18 +00:00
gemini-cli-robot
1db169bc66
Changelog for v0.37.0-preview.1 ( #24568 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-04-02 21:31:11 +00:00
gemini-cli-robot
b9b7bba48d
Changelog for v0.36.0 ( #24558 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-04-02 21:10:48 +00:00
Jack Wotherspoon
7c3469713d
docs: move agent disabling instructions and update remote agent status ( #24559 )
2026-04-02 20:16:01 +00:00
Jerop Kipruto
64c928fce7
feat(core): implement context-aware persistent policy approvals ( #23257 )
2026-04-02 20:01:33 +00:00
gemini-cli-robot
61b21e3d63
Changelog for v0.37.0-preview.0 ( #24464 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-04-02 19:52:14 +00:00
joshualitt
e0044f2868
feat(core): Land ContextCompressionService ( #24483 )
2026-04-02 16:22:04 +00:00
Gaurav
beff8c91aa
fix(browser): handle computer-use model detection for analyze_screenshot ( #24502 )
2026-04-02 15:05:21 +00:00
Gaurav
8d171e0200
docs(browser-agent): update stale browser agent documentation ( #24463 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-02 14:52:30 +00:00
ruomeng
7b6ab50138
feat(cli): support default values for environment variables ( #24469 )
2026-04-02 14:38:45 +00:00
Jacob Richman
84936dc85d
Auto configure memory. ( #24474 )
2026-04-02 03:15:27 +00:00
Keith Guerin
cb7f7d6c72
feat(cli): change default loadingPhrases to 'off' to hide tips ( #24342 )
2026-04-01 23:04:43 +00:00
gemini-cli-robot
0d7e778e08
Changelog for v0.36.0-preview.8 ( #24453 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-04-01 20:47:06 +00:00
Adam Weidman
b5f568fefe
feat(config): add experimental.adk.agentSessionNoninteractiveEnabled setting ( #24439 )
2026-04-01 20:41:38 +00:00
Adib234
55f5d3923c
feat(policy): explicitly allow web_fetch in plan mode with ask_user ( #24456 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-01 19:57:56 +00:00
AK
d9d51ba15b
docs(core): add subagent tool isolation draft doc ( #23275 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2026-04-01 18:45:21 +00:00
gemini-cli-robot
bda4491616
Changelog for v0.36.0-preview.7 ( #24346 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-04-01 18:23:28 +00:00
joshualitt
377e834e03
refactor(core): Unified context management settings schema ( #24391 )
2026-04-01 17:24:45 +00:00
Gaurav
bf3ac20da0
feat(browser): add sandbox-aware browser agent initialization ( #24419 )
2026-04-01 17:18:17 +00:00
Jerop Kipruto
ca43f8c291
feat(core): prioritize discussion before formal plan approval ( #24423 )
2026-04-01 15:55:47 +00:00
Daniel R. Neal
8ae5b56b5b
feat(ui): add Tokyo Night theme ( #24054 )
...
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com >
2026-04-01 01:08:28 +00:00
Abhi
beab7cc053
docs(policy): remove unsupported mcpName wildcard edge case ( #24133 )
2026-03-31 21:11:29 +00:00
Sandy Tao
c8d18eb2ac
fix(config): disable JIT context loading by default ( #24364 )
2026-03-31 20:31:22 +00:00
Abhi
7e117ac0ac
docs: update subagents docs to not be experimental ( #24343 )
2026-03-31 18:58:41 +00:00
Yifan Ruan
9cb09ccf8e
docs: Add 'plan' option to approval mode in CLI reference ( #24134 )
2026-03-31 17:34:59 +00:00
ruomeng
140c2b9914
feat(cli): add UI to update extensions ( #23682 )
2026-03-31 17:05:08 +00:00
ruomeng
07e2053e12
feat(plan): promote planning feature to stable ( #24282 )
2026-03-31 16:10:13 +00:00
gemini-cli-robot
e293424bb4
Changelog for v0.35.3 ( #24083 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-03-31 06:35:30 +00:00
gemini-cli-robot
21ad42f677
Changelog for v0.36.0-preview.6 ( #24082 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-03-31 06:35:26 +00:00
Jarrod Whelan
1df5c98b33
feat(cli): implement compact tool output ( #20974 )
2026-03-30 23:43:29 +00:00
joshualitt
dfba0e91e2
feat(core): Unified Context Management and Tool Distillation. ( #24157 )
2026-03-30 22:29:59 +00:00
Alex Stephen
9cf410478c
Text can be added after /plan command ( #22833 )
2026-03-30 14:31:20 +00:00
Adam Weidman
3eebb75b7a
feat(core): agnostic background task UI with CompletionBehavior ( #22740 )
...
Co-authored-by: mkorwel <matt.korwel@gmail.com >
2026-03-28 21:27:51 +00:00
Christian Gunderman
07ab16dbbe
feat(cli): support 'tab to queue' for messages while generating ( #24052 )
2026-03-28 01:31:11 +00:00
Sam Roberts
9574855435
Re-word intro to Gemini 3 page. ( #24069 )
2026-03-28 00:01:22 +00:00
Sandy Tao
4034c030e7
feat(context): add configurable memoryBoundaryMarkers setting ( #24020 )
2026-03-27 21:51:32 +00:00
gemini-cli-robot
f1a3c35dee
Changelog for v0.36.0-preview.5 ( #24046 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-03-27 21:19:26 +00:00
joshualitt
320c8aba4c
feat(core): Land AgentHistoryProvider. ( #23978 )
2026-03-27 19:22:35 +00:00
Sam Roberts
6f92642524
ACP integration documents ( #22254 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: nmcnamara-eng <118702206+nmcnamara-eng@users.noreply.github.com >
2026-03-27 02:10:29 +00:00
gemini-cli-robot
8413dd62ef
Changelog for v0.35.2 ( #23960 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-03-27 02:10:03 +00:00
gemini-cli-robot
335b36893b
Changelog for v0.36.0-preview.4 ( #23935 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-03-27 01:08:39 +00:00
Gen Zhang
84f1c19265
feat(cli): enable notifications cross-platform via terminal bell fallback ( #21618 )
...
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2026-03-26 20:10:49 +00:00
Jenna Inouye
1d230dbfbf
Docs: Update quotas and pricing ( #23835 )
2026-03-26 19:29:37 +00:00
gemini-cli-robot
a3c1c659fd
Changelog for v0.35.1 ( #23840 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com >
2026-03-26 16:43:23 +00:00
Chris Williams
9e7f52b8f5
Merge examples of use into quickstart documentation ( #23319 )
2026-03-26 02:57:23 +00:00
gemini-cli-robot
c1e4dbd157
Changelog for v0.35.0 ( #23819 )
...
Co-authored-by: g-samroberts <158088236+g-samroberts@users.noreply.github.com >
Co-authored-by: g-samroberts <samroberts@google.com >
2026-03-26 01:33:27 +00:00
gemini-cli-robot
124d5cfb9e
Changelog for v0.36.0-preview.3 ( #23827 )
...
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com >
2026-03-25 21:32:39 +00:00
christine betts
3ada29fb51
feat(core,ui): Add experiment-gated support for gemini flash 3.1 lite ( #23794 )
2026-03-25 20:28:49 +00:00