Commit Graph

607 Commits

Author SHA1 Message Date
Sehoon Shon 6aac3c49d6 Add description for each settings item in /settings (#15936) 2026-01-06 19:06:15 +00:00
Gal Zahavi 9a06d8eb92 fix: default folder trust to untrusted for enhanced security (#15943) 2026-01-06 18:09:09 +00:00
Sehoon Shon ca892fd4e7 remove manual string when displaying manual model in the footer (#15967) 2026-01-06 04:07:44 +00:00
Tommaso Sciortino dfe2b6ddec Add setting to support OSC 52 paste (#15336) 2026-01-06 00:11:50 +00:00
Tommaso Sciortino 2811fded90 fix(cli): resolve paste issue on Windows terminals. (#15932) 2026-01-05 22:46:23 +00:00
Sehoon Shon 15969f215e Opt-in to persist model from /model (#15820) 2026-01-05 20:31:13 +00:00
Dev Randalpura da7162deba Make default settings apply (#15354) 2026-01-05 20:00:20 +00:00
N. Taylor Mullen 6c7045f346 Agent Skills: Unify Representation & Centralize Loading (#15833) 2026-01-03 16:24:36 -08:00
N. Taylor Mullen fee268a717 Agent Skills: Status Bar Integration for Skill Counts (#15741) 2026-01-02 23:01:31 +00:00
N. Taylor Mullen 1ed8948b67 Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery (#15698) 2025-12-30 13:35:52 -08:00
christine betts d5342b4237 Add extension settings info to /extensions list (#14905) 2025-12-30 21:09:48 +00:00
Adib234 97bc542183 Migrate console to coreEvents.emitFeedback or debugLogger (#15219) 2025-12-29 20:46:10 +00:00
Sehoon Shon 44b869ea84 feat: Show snowfall animation for holiday theme (#15494)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2025-12-26 16:07:39 +00:00
Pyush Sinha 866216d2da feat: terse transformations of image paths in text buffer (#4924)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
2025-12-23 20:46:09 +00:00
Jack Wotherspoon fe951f8a78 chore: limit MCP resources display to 10 by default (#15489) 2025-12-23 19:39:35 +00:00
Niyas Hameed a1edecaf30 feat: automatic /model persistence across Gemini CLI sessions (#13199)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2025-12-23 14:23:43 +00:00
Sandy Tao 6b6e9041a8 feat(ui): Add security warning and improve layout for Hooks list (#15440) 2025-12-22 20:47:56 +00:00
Gal Zahavi 08be49053f fix(cli): fix right border overflow in trust dialogs (#15350) 2025-12-20 00:19:03 +00:00
JAYADITYA 7d3467c52e fix(cli):change the placeholder of input during the shell mode (#15135)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
2025-12-19 18:07:45 +00:00
Jacob Richman e795860c7e feat(ui): Put "Allow for all future sessions" behind a setting off by default. (#15322) 2025-12-19 17:25:23 +00:00
N. Taylor Mullen e0204096cc feat: simplify tool confirmation labels for better UX (#15296) 2025-12-19 00:38:53 +00:00
Sandy Tao f198cde77d fix(ui): show command suggestions even on perfect match and sort them (#15287) 2025-12-19 00:05:36 +00:00
Jacob Richman 7b47a3b1d9 feat: Detect background color (#15132) 2025-12-18 18:36:48 +00:00
Abhi 464beedce2 feat(hooks): add support for friendly names and descriptions (#15174) 2025-12-18 16:09:24 +00:00
Jacob Richman b5f7a55fa1 Change detailed model stats to use a new shared Table class to resolve robustness issues. (#15208) 2025-12-18 02:01:37 +00:00
Tommaso Sciortino 1082081ff0 feat: launch Gemini 3 Flash in Gemini CLI ️ (#15196)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
Co-authored-by: joshualitt <joshualitt@google.com>
Co-authored-by: Sehoon Shon <sshon@google.com>
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com>
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
Co-authored-by: Jenna Inouye <jinouye@google.com>
2025-12-17 09:43:21 -08:00
Scars c23e3b6567 feat(cli): Add /auth logout command to clear credentials and auth state (#13383) 2025-12-17 17:07:13 +00:00
Jacob Richman b765af787c Add one to the padding in settings dialog to avoid flicker. (#15173) 2025-12-17 16:53:51 +00:00
Christian Gunderman d2f8673c01 Disallow unnecessary awaits. (#15172) 2025-12-17 05:28:18 +00:00
Jacob Richman 263c6447db Show raw input token counts in json output. (#15021)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-16 02:47:39 +00:00
Gal Zahavi 845fae291a fix(auth): prioritize GEMINI_API_KEY env var and skip unnecessary key… (#14745) 2025-12-13 01:50:21 +00:00
Christian Gunderman bce7cd8bb3 Disallow redundant typecasts. (#15030) 2025-12-13 01:43:43 +00:00
Allen Hutchison ed35f316e9 feat: Persistent "Always Allow" policies with granular shell & MCP support (#14737)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-12 21:45:39 +00:00
Jacob Richman a8a2720a87 Remove flex from stats display. See snapshots for diffs. (#14983) 2025-12-12 20:19:39 +00:00
Jack Wotherspoon 1a1d40bb94 feat: support multi-file drag and drop of images (#14832) 2025-12-12 17:14:35 +00:00
Jacob Richman 2ffef3c7a7 feat(cli): polish cached token stats and simplify stats display when quota is present. (#14961) 2025-12-11 23:17:14 +00:00
Sehoon Shon e19347d677 feat: display quota stats for unused models in /stats (#14764) 2025-12-09 20:09:46 +00:00
Alex Gavrilescu 0166d127bd feat: Add support for MCP Resources (#13178)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2025-12-09 02:43:12 +00:00
Jack Wotherspoon 175a23445f feat: auto-execute on slash command completion functions (#14584) 2025-12-08 21:32:39 +00:00
Christian Gunderman 69ae42bb1f Disallow floating promises. (#14605) 2025-12-06 00:12:49 +00:00
Jacob Richman a6100723ce Fix emoji width in debug console. (#14593) 2025-12-05 20:58:54 +00:00
Aswin Ashok 645c95352e fix(shell): cursor visibility when using interactive mode (#14095)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
2025-12-04 16:58:03 +00:00
Sehoon Shon 919e7f2014 remove unused isSearching field (#14509) 2025-12-04 15:44:21 +00:00
Sehoon Shon 3bbca25457 do not toggle the setting item when entering space (#14489) 2025-12-04 14:48:18 +00:00
Adib234 0051e0ef3b Update setting search UX (#14451) 2025-12-04 06:43:11 +00:00
Sandy Tao f5517b6f08 fix(cli): Fix word navigation for CJK characters (#14475) 2025-12-04 00:16:11 +00:00
Tommaso Sciortino 9ade433602 Fix tests (#14458) 2025-12-03 19:07:23 +00:00
Edilmo Palencia 498e64ed61 feat(hooks): Hooks Commands Panel, Enable/Disable, and Migrate (#14225) 2025-12-03 18:01:57 +00:00
Marat Boshernitsan 86c4a55012 Allow telemetry exporters to GCP to utilize user's login credentials, if requested (#13778) 2025-12-03 05:27:37 +00:00
Sehoon Shon 5a0eab862e implement fuzzy search inside settings (#13864) 2025-12-02 23:52:56 +00:00