Jacob MacDonald
|
5970283944
|
Fix -e <extension> for disabled extensions (#9994)
|
2025-09-29 13:53:19 +00:00 |
|
Fridayxiao
|
07d5cf9cf5
|
feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon (#4386)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-27 19:48:24 +00:00 |
|
Jacob Richman
|
57267fd19b
|
Fix issue where an undefined variable was passed to the sandbox constructor (#9279)
|
2025-09-23 17:06:31 -07:00 |
|
Jacob Richman
|
6d79a8d5bf
|
Refactor to defer initialization. (#8925)
|
2025-09-23 02:48:25 +00:00 |
|
James
|
3204278216
|
feat(cli) Custom Commands work in Non-Interactive/Headless Mode (#8305)
|
2025-09-19 13:49:35 +00:00 |
|
Gal Zahavi
|
a4e3352824
|
refactor(ui): Optimize rendering performance (#8239)
|
2025-09-17 22:37:13 +00:00 |
|
shrutip90
|
bc25ac0b5c
|
fix(cli): Auto restart CLI inner node process on trust change (#8378)
|
2025-09-17 20:05:40 +00:00 |
|
shrutip90
|
0883bd5bca
|
fix(cli): Fix performance issues on relaunching CLI in inner node pro… (#8571)
|
2025-09-16 21:47:45 +00:00 |
|
christine betts
|
68e96c178a
|
Update extension enablement logic (#8544)
|
2025-09-16 19:51:46 +00:00 |
|
Jerop Kipruto
|
fc526a7fbf
|
feat: remove session summary feature (#8545)
|
2025-09-16 15:16:05 +00:00 |
|
fuyou
|
0a89973ffb
|
Fix mixed input crash by adding proper error handling 8304 (#8430)
|
2025-09-15 22:56:25 +00:00 |
|
Gal Zahavi
|
39bae58694
|
fix(rendering): remove React.strictMode from gemini.tsx (#8145)
|
2025-09-10 22:30:45 +00:00 |
|
Tommaso Sciortino
|
a51d07b59c
|
Allow users to type while waiting for MCP servers (#8021)
|
2025-09-08 23:37:36 +00:00 |
|
Keith Lyons
|
a5235273be
|
feat(ui): Introduce useUI Hook and UIContext (#5488)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-06 05:39:02 +00:00 |
|
Jacob Richman
|
9374acdffa
|
Fix issues where escape codes could end up on startup in the input prompt (#7267)
|
2025-09-06 00:18:51 +00:00 |
|
Tommaso Sciortino
|
ca53eccb2c
|
Use IdeClient directly instead of config.ideClient (#7627)
|
2025-09-04 16:32:09 +00:00 |
|
christine betts
|
231de0827a
|
Add enforcedAuthType setting (#6564)
|
2025-09-03 22:33:37 +00:00 |
|
Tommaso Sciortino
|
ad539bcb87
|
Move settings error throwing to loadSettings (#7605)
|
2025-09-03 17:41:53 +00:00 |
|
Gaurav
|
9d4b57ed11
|
update(deps): genai sdk now handles empty GEMINI_API_KEY correctly (#7377)
|
2025-09-01 00:55:19 +00:00 |
|
Lee James
|
231e981d4f
|
feat: Add a --session-summary flag (#7347)
|
2025-08-29 16:53:39 +00:00 |
|
Pascal Birchler
|
9fdb9491c5
|
Add MCP loading indicator when initializing Gemini CLI (#6923)
|
2025-08-28 19:53:56 +00:00 |
|
Gal Zahavi
|
9ec0cc7d4e
|
refactor: refactor settings to a nested structure (#7244)
|
2025-08-28 01:39:45 +00:00 |
|
Gaurav
|
b828eeee5e
|
fix: unset GEMINI_API_KEY env var if empty (#7214)
|
2025-08-27 13:20:14 +00:00 |
|
Tommaso Sciortino
|
6a26741ec6
|
Standardize exit codes (#7055)
|
2025-08-26 04:44:45 +00:00 |
|
owenofbrien
|
ba8b2d3d3c
|
Added session id logging for non-interactive sessions in debug mode (#7032)
|
2025-08-25 22:21:00 +00:00 |
|
Pascal Birchler
|
a97a6cc71b
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
christine betts
|
5443d3a6f3
|
[extensions] Add extension management install command (#6703)
|
2025-08-25 17:02:10 +00:00 |
|
kookyleo
|
7e66228a0a
|
fix(cli): Improve proxy test isolation and sandbox path resolution (#6555)
|
2025-08-23 04:43:03 +00:00 |
|
Sudheer Tripathi
|
ddb18bb502
|
fix(cli): gemini command stuck in git bash (#6397)
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-23 00:19:20 +00:00 |
|
christine betts
|
9741a4160d
|
Introduce initial screen reader mode handling and flag (#6653)
|
2025-08-21 22:29:15 +00:00 |
|
Allen Hutchison
|
a47f06884c
|
test(integration): add failing test for stdin context with prompt (#6158)
|
2025-08-20 23:52:27 +00:00 |
|
Jacob Richman
|
fff44d3215
|
Revert "Ignore workspace settings for untrusted folders" (#6672)
|
2025-08-20 19:49:15 +00:00 |
|
shrutip90
|
c5901be9f7
|
Ignore workspace settings for untrusted folders (#6606)
|
2025-08-20 04:20:41 +00:00 |
|
Richie Foreman
|
ddc9755b96
|
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-17 16:43:21 +00:00 |
|
hritan
|
4d817bee0c
|
fix: console patcher initialised in main (#6252)
Co-authored-by: Hriday Taneja <hridayt@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-15 04:25:27 +00:00 |
|
Wietse Venema
|
2237335876
|
feat: Allow combining -p and stdin for prompt input (#4406)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-14 18:08:59 +00:00 |
|
Deepankar Sharma
|
8677b289b9
|
Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-13 17:32:54 +00:00 |
|
Agus Zubiaga
|
c00193b026
|
Zed integration schema upgrade (#5536)
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Ben Brandt <benjamin@zed.dev>
|
2025-08-13 15:58:26 +00:00 |
|
Shreya Keshive
|
864dd9bacc
|
Launch VS Code IDE Integration (#6063)
|
2025-08-12 21:08:07 +00:00 |
|
Shreya Keshive
|
1eebb9551f
|
Start IDE connection after config initialization (#6018)
|
2025-08-11 22:09:47 +00:00 |
|
Gal Zahavi
|
6d21ca1cc2
|
feat: Add option to hide line numbers in code blocks (#5857)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-08 22:11:14 +00:00 |
|
Jacob MacDonald
|
f1dcc5603d
|
avoid loading and initializing CLI config twice in non-interactive mode (#5793)
|
2025-08-07 21:19:06 +00:00 |
|
joshualitt
|
ec4ce2bcbb
|
bug(cli): Prefer IPv4 dns resolution by default. (#5338)
|
2025-08-01 19:30:39 +00:00 |
|
Billy Biggs
|
0ed62e2bd1
|
Add a setting to disable auth mode validation on startup (#5358)
|
2025-08-01 18:49:03 +00:00 |
|
Yuki Okita
|
2d6318d9d0
|
feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-07-30 20:38:20 +00:00 |
|
Gal Zahavi
|
18700a17d9
|
feat: Add auto update functionality (#4686)
|
2025-07-29 00:56:52 +00:00 |
|
Jacob Richman
|
fb7ce1852c
|
Handle unhandled rejections more gracefully. (#4417)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2025-07-26 00:35:26 +00:00 |
|
Jerop Kipruto
|
f5b7acc2d5
|
feat(auth): support gemini api key and vertex auth in non-interactive mode (#4631)
|
2025-07-22 14:52:40 +00:00 |
|
Marat Boshernitsan
|
5a25560447
|
Refactor the logic for deciding whether to launch a browser into config (#4622)
|
2025-07-21 23:23:28 +00:00 |
|
Ali Al Jufairi
|
e4139e7a8a
|
Feature custom themes logic (#2639)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-07-20 07:51:18 +00:00 |
|