Commit Graph

  • 554a5a36a3 fix(core): implement __read and __write commands in sandbox managers (#24283) Gal Zahavi 2026-03-31 12:39:51 -07:00
  • 7b842aa844 docs(ux): enforce draft PRs and strict ready-for-review conditions Keith Guerin 2026-03-31 12:13:26 -07:00
  • 7e117ac0ac docs: update subagents docs to not be experimental (#24343) Abhi 2026-03-31 14:58:41 -04:00
  • 6f053dd8b9 Revert "Add security settings for tool sandboxing" (#24357) Jerop Kipruto 2026-03-31 14:39:28 -04:00
  • 25af91e4df chore(release): allow bundling for all builds, including stable (#24305) Sehoon Shon 2026-03-31 14:37:14 -04:00
  • 1edc542b55 ci: install bubblewrap on Linux for release workflows (#24347) Emily Hedlund 2026-03-31 14:19:48 -04:00
  • 4b72b7f846 test(core): update turn test expectation for error report context Sehoon Shon 2026-03-31 13:55:11 -04:00
  • 119dff3b73 perf(build): optimize build scripts for parallel execution and remove redundant checks (#24307) Sehoon Shon 2026-03-31 13:46:36 -04:00
  • 7c4b497a84 fix(core): fix race condition between browser agent and main closing process (#24340) cynthialong0-0 2026-03-31 10:43:37 -07:00
  • 65ee6171e7 fix(core): batch macOS seatbelt rules into a profile file to prevent ARG_MAX errors (#24255) Emily Hedlund 2026-03-31 13:35:13 -04:00
  • 9cb09ccf8e docs: Add 'plan' option to approval mode in CLI reference (#24134) Yifan Ruan 2026-04-01 01:34:59 +08:00
  • 3658d0ebc7 fix(core): merge consecutive user roles in chat history and update e2e tests Sehoon Shon 2026-03-31 13:34:56 -04:00
  • 3efc8675ea fix(cli): resolve btw command truncation in alternate buffer mode mshanware/feat/btw Mahima Shanware 2026-03-31 17:21:30 +00:00
  • a79f2f81ae Fix(browser): terminate immediately for "browser is already running" error (#24233) cynthialong0-0 2026-03-31 10:07:58 -07:00
  • 140c2b9914 feat(cli): add UI to update extensions (#23682) ruomeng 2026-03-31 13:05:08 -04:00
  • 9bdd895388 docs(ux): mandate full build before PR submission Keith Guerin 2026-03-31 09:54:17 -07:00
  • 6805e818f7 fix(browser): terminate subagent immediately on domain restriction violations (#24313) Gaurav 2026-04-01 00:51:27 +08:00
  • 071076aa5c chore(release): v0.36.0-preview.7 v0.36.0-preview.7 release/v0.36.0-preview.7-pr-24282 gemini-cli-robot 2026-03-31 16:44:52 +00:00
  • 425d64a96f fix(chore): resolve typescript errors resulting from cherry-picks Tommaso Sciortino 2026-03-31 09:11:46 -07:00
  • 07e2053e12 feat(plan): promote planning feature to stable (#24282) ruomeng 2026-03-31 12:10:13 -04:00
  • f9a93a1337 feat(cli): add auth info to footer (#24042) Sehoon Shon 2026-03-31 12:10:13 -04:00
  • c63350cfd6 fix broken tests (#24279) Tommaso Sciortino 2026-03-30 22:25:56 +00:00
  • 55a5ed6545 fix(cli): resolve missing F12 logs via global console store (#24235) Tommaso Sciortino 2026-03-30 13:15:10 -07:00
  • 7e0ac00efc feat(cli): show Flash Lite Preview model regardless of user tier (#23904) Sehoon Shon 2026-03-30 19:30:33 -04:00
  • bbd8483e34 feat(core,ui): Add experiment-gated support for gemini flash 3.1 lite (#23794) christine betts 2026-03-25 16:28:49 -04:00
  • 29ab3bbfd7 fix(cli): allow ask question dialog to take full window height (#23693) Jacob Richman 2026-03-25 16:26:34 -07:00
  • 0f086869d5 fix(core): ensure default agents provide tools and use model-specific schemas (#24268) Abhi 2026-03-30 19:10:57 -04:00
  • 3982a252bb fix(browser): reset action counter for each agent session and let it ignore internal actions (#24228) cynthialong0-0 2026-03-31 08:23:19 -07:00
  • ee092dc172 test(utils): use flash model for integration tests in test-rig Sehoon Shon 2026-03-31 10:57:41 -04:00
  • e293424bb4 Changelog for v0.35.3 (#24083) gemini-cli-robot 2026-03-30 23:35:30 -07:00
  • 21ad42f677 Changelog for v0.36.0-preview.6 (#24082) gemini-cli-robot 2026-03-30 23:35:26 -07:00
  • 561418c554 fix(core): enable mid-stream retries for all models and re-enable compression test (#24302) Sehoon Shon 2026-03-31 02:25:21 -04:00
  • d0d3639e16 feat(plan): support Plan mode in untrusted folders (#17586) Adib234 2026-03-30 23:33:55 -04:00
  • 2f7f967189 test(integration): fix plan mode write denial test false positive (#24299) Sehoon Shon 2026-03-30 23:17:36 -04:00
  • 061ed12c4f Merge branch 'main' into afw/idle-wake-on-completion afw/idle-wake-on-completion matt korwel 2026-03-30 19:55:54 -07:00
  • c6c038f8fb fix(voice): solve voice mode resumption and text overwriting issues abhijit-2592/voice-mode-2 Abhijit Balaji 2026-03-30 19:28:17 -07:00
  • d2acefd3dd feat(voice): implement real-time voice mode with cloud and local backends Abhijit Balaji 2026-03-30 19:15:48 -07:00
  • 46d6b119b6 feat(core): add project-level memory scope to save_memory tool (#24161) Sandy Tao 2026-03-30 18:32:15 -07:00
  • f6ad54e400 fix(cli): allow topic summary to wrap in UI to prevent truncation abhijit-2592/verbosity/remove-intent Abhijit Balaji 2026-03-30 18:13:22 -07:00
  • c33fbab7a1 feat(cli): wire up useAgentStream in AppContainer mb/agents/05-app-container Michael Bleigh 2026-03-30 14:09:57 -07:00
  • 00068e9c51 refactor(core,cli): remove strategic_intent from update_topic tool Abhijit Balaji 2026-03-30 11:39:50 -07:00
  • 80929c48c5 feat(core): enable topic update narration for legacy models (#24241) Abhijit Balaji 2026-03-30 17:57:46 -07:00
  • bfd404247a feat(cli): implement useAgentStream hook mb/agents/04-use-agent-stream Michael Bleigh 2026-03-30 14:09:42 -07:00
  • 218c8ae9e2 feat(cli): expose experimental useAgentProtocol setting mb/agents/03-cli-settings Michael Bleigh 2026-03-30 14:09:24 -07:00
  • 35efdfc409 chore(test-utils): switch integration tests to use PREVIEW_GEMINI_MODEL (#24276) Sehoon Shon 2026-03-30 20:31:04 -04:00
  • fcc943c955 test(cli): update snapshots for components using AppHeader disable-tips-by-default Keith Guerin 2026-03-30 17:07:54 -07:00
  • 405e0124ac fix: resolve redundant type modifier error in UIStateContext sameez-recurring Samee Zahid 2026-03-30 16:55:46 -07:00
  • bea57a2f3d Add security settings for tool sandboxing (#23923) Gal Zahavi 2026-03-30 16:49:53 -07:00
  • aea0d2d0be test(cli): update tests to reflect new tips default and fix technical debt Keith Guerin 2026-03-30 16:47:03 -07:00
  • 6643f71872 feat: show scheduled loops in /tasks drawer Samee Zahid 2026-03-30 16:44:38 -07:00
  • 1df5c98b33 feat(cli): implement compact tool output (#20974) Jarrod Whelan 2026-03-30 16:43:29 -07:00
  • 3e95b8ec59 feat(cli): show Flash Lite Preview model regardless of user tier (#23904) Sehoon Shon 2026-03-30 19:30:33 -04:00
  • 5b5f87abc7 fix(core): ensure default agents provide tools and use model-specific schemas (#24268) Abhi 2026-03-30 19:10:57 -04:00
  • 57cabd992f refactor(core): address code review feedback on async state and tools Mahima Shanware 2026-03-30 23:08:54 +00:00
  • d7396b53e3 refactor(cli): only increment tips counter when visible Keith Guerin 2026-03-30 16:07:57 -07:00
  • bf48644640 feat(cli): disable tips by default Keith Guerin 2026-03-30 15:56:05 -07:00
  • 29069a9d1d fix(cli): resolve double rendering of btw display in MainContent Mahima Shanware 2026-03-30 22:54:39 +00:00
  • 1a2cdb8e71 fix(cli): prevent pagination of short option lists in AskUserDialog Hadi Minooei 2026-03-30 15:47:26 -07:00
  • 4c887c5166 fix(cli): implement robust error extraction logic and tests for useBtw Mahima Shanware 2026-03-30 22:32:47 +00:00
  • 991dca4c40 Default enable narration for the team. (#24224) Christian Gunderman 2026-03-30 22:30:55 +00:00
  • dfba0e91e2 feat(core): Unified Context Management and Tool Distillation. (#24157) joshualitt 2026-03-30 15:29:59 -07:00
  • 38213d910c format files adibakm/auto-execute-read-only-mcp A.K.M. Adib 2026-03-30 18:14:08 -04:00
  • 7865d06fad fix lint A.K.M. Adib 2026-03-30 18:03:59 -04:00
  • 117a2d3844 fix(evals): add update_topic behavioral eval (#24223) Christian Gunderman 2026-03-30 22:02:53 +00:00
  • 4b20d93e1d fix broken tests (#24279) Tommaso Sciortino 2026-03-30 22:25:56 +00:00
  • 21b2b42e5e feat: implement session-scoped scheduled tasks and /loop command Samee Zahid 2026-03-30 15:00:47 -07:00
  • 80cb769ab8 fix(core): address PR feedback regarding hooks, unused promises, and UI double-render Mahima Shanware 2026-03-30 21:56:59 +00:00
  • 96d2c3f861 chore: regenerate settings schema and documentation fix/gemini-3-flash-preview-500-errors Sehoon Shon 2026-03-30 17:40:16 -04:00
  • 8205575e6e chore(test-utils): switch integration tests to use gemini-3.1 model test-gemini-3-1-model Sehoon Shon 2026-03-30 17:23:38 -04:00
  • f8f35ba86f Merge branch 'main' into fix/gemini-3-flash-preview-500-errors Sehoon Shon 2026-03-30 17:20:34 -04:00
  • 01f8b5b098 refactor(core): make LegacyAgentSession dependencies optional mb/agents/02-legacy-session Michael Bleigh 2026-03-30 14:09:10 -07:00
  • 52f2479007 feat(core): add agent protocol UI types and experimental flag Michael Bleigh 2026-03-30 14:08:55 -07:00
  • e5d3235eaf display verbiage for auto-executing tools and make sure auto-execute only happens when tools are being sandboxed A.K.M. Adib 2026-03-30 17:03:02 -04:00
  • 404eb72d4b fix(core): resolve 500 errors with gemini-3-flash-preview model Sehoon Shon 2026-03-30 17:03:00 -04:00
  • 805165f522 feat(telemetry): add usage metric for /btw command Mahima Shanware 2026-03-30 19:22:22 +00:00
  • 06e6fc82ad fix(cli): resolve missing F12 logs via global console store (#24235) hotfix/v0.36.0-preview.6/0.36.0-preview.7/preview/cherry-pick-44cdb3e/pr-24235 Tommaso Sciortino 2026-03-30 13:15:10 -07:00
  • 44cdb3e376 fix(cli): resolve missing F12 logs via global console store (#24235) Tommaso Sciortino 2026-03-30 13:15:10 -07:00
  • 2e9acd13bd address PR feedback fix-windows-sandbox-batching Emily Hedlund 2026-03-30 16:01:23 -04:00
  • d9e2c87131 Merge branch 'pr4-cli' into mb/agent-interactive mb/agent-interactive Michael Bleigh 2026-03-30 12:59:33 -07:00
  • f669a7adc1 Merge branch 'main' into abhi/use-flash-e2e abhi/use-flash-e2e Sehoon Shon 2026-03-30 15:48:28 -04:00
  • 67d23f31e6 fix(simulator): update simulator knowledge extraction and UI typing batching Hadi Minooei 2026-03-30 12:45:26 -07:00
  • a565bd1f22 chore: Merge branch 'channels' of https://github.com/google-gemini/gemini-cli into channels channels Jack Wotherspoon 2026-03-30 15:42:39 -04:00
  • a7f903b139 docs: remove accidentally added configuration flags Jack Wotherspoon 2026-03-30 15:41:28 -04:00
  • 3b0906f319 Merge branch 'main' into pr4-cli Michael Bleigh 2026-03-30 12:39:30 -07:00
  • d7002fa530 Merge branch 'main' into channels Jack Wotherspoon 2026-03-30 15:38:32 -04:00
  • cd7d91f35e refactor(cli): remove config dependency from useAgentStream Michael Bleigh 2026-03-30 12:35:31 -07:00
  • 71cd88cd05 fix(cli): fix suppressNarration type error in MainContent after rebase Mahima Shanware 2026-03-30 18:35:57 +00:00
  • f0aa8dcda0 docs: update settings.schema.json with experimental.btw Mahima Shanware 2026-03-28 00:17:58 +00:00
  • 0eb15d388c feat(btw): add experimental.btw setting and documentation Mahima Shanware 2026-03-28 00:05:37 +00:00
  • c2c4916ca1 feat(ui): automatically dismiss ephemeral /btw display on input typing Mahima Shanware 2026-03-27 23:41:11 +00:00
  • 883d068b65 perf(cli): throttle btw streaming updates to prevent layout shakiness Mahima Shanware 2026-03-27 20:10:26 +00:00
  • c1280e6781 fix(cli): update package-lock.json dependencies after preflight run Mahima Shanware 2026-03-27 19:24:20 +00:00
  • 1ca665c1d8 test(cli): add unit tests for /btw command functionality and components Mahima Shanware 2026-03-27 18:58:36 +00:00
  • 4132c738e9 fix(cli): separate BtwDisplay from pendingItems in MainContent to prevent jerky scroll rendering Mahima Shanware 2026-03-27 17:57:02 +00:00
  • fecec3ec6c fix(cli): remove row flex direction from BtwDisplay to prevent horizontal layout Mahima Shanware 2026-03-27 17:48:15 +00:00
  • e44d532244 fix(cli): move btw layout into main content to prevent jerky scroll Mahima Shanware 2026-03-27 17:43:39 +00:00
  • 4598f54ea4 fix(cli): update DefaultAppLayout mock to include btwState Mahima Shanware 2026-03-27 17:15:43 +00:00
  • 99f757c286 fix(simulator): update simulator knowledge extraction and UI typing batching Hadi Minooei 2026-03-30 11:42:26 -07:00
  • 78ed659485 fix(core): batch ACL changes on Windows to avoid sandbox initialization hang Emily Hedlund 2026-03-30 14:38:34 -04:00
  • ecbdbea6d5 Merge branch 'main' into afw/idle-wake-on-completion matt korwel 2026-03-30 11:10:26 -07:00