Shreya Keshive
|
9cde77f5f6
|
fix(ide): no-op refactoring that moves the connection logic to helper functions (#18118)
|
2026-02-03 00:42:29 +00:00 |
|
Abhijit Balaji
|
4b2fe19cda
|
feat(cli): implement automatic theme switching based on terminal background (#17976)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-02-03 00:39:17 +00:00 |
|
Sandy Tao
|
d7e15f8187
|
feat(core): implement tool name aliasing for backward compatibility (#17974)
|
2026-02-03 00:34:14 +00:00 |
|
Jerop Kipruto
|
3a050c6b09
|
refactor: migrate checks.ts utility to core and deduplicate (#18139)
|
2026-02-03 00:32:13 +00:00 |
|
Jerop Kipruto
|
709ed2e9f5
|
fix(ui): prevent content leak in MaxSizedBox bottom overflow (#17991)
|
2026-02-02 23:37:33 +00:00 |
|
Jacob Richman
|
70654f9bb1
|
Fix up/down arrow regression and add test. (#18108)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-02 13:55:45 -08:00 |
|
Sandy Tao
|
8693b41dbf
|
feat(core): add setting to disable loop detection (#18008)
|
2026-02-02 18:13:20 +00:00 |
|
Sehoon Shon
|
0705bd6dce
|
Sehoon/oncall filter (#18105)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-02 18:10:28 +00:00 |
|
Jerop Kipruto
|
9396de754c
|
feat(plan): use placeholder for choice question "Other" option (#18101)
|
2026-02-02 17:00:13 +00:00 |
|
Victor Vianna
|
7cca83fad3
|
chore: delete autoAccept setting unused in production (#17862)
Co-authored-by: Victor Hugo Vianna Silva <victorvianna@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-02-02 13:49:17 +00:00 |
|
Bryan Morgan
|
20640eef4a
|
feat(acp): add session resume support (#18043)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-02-01 19:16:57 +00:00 |
|
Dmitry Lyalin
|
b760fac3dc
|
Fix Esc cancel during streaming (#18039)
|
2026-02-01 16:16:14 +00:00 |
|
Jacob Richman
|
5f496f38e0
|
Fix truncation for AskQuestion (#18001)
|
2026-01-31 01:07:41 +00:00 |
|
Jacob Richman
|
ad6735de18
|
Support ctrl-C and Ctrl-D correctly Refactor so InputPrompt has priority over AppContainer for input handling. (#17993)
|
2026-01-31 00:11:14 +00:00 |
|
Abhi
|
52e62091a6
|
fix(core): ensure YOLO mode auto-approves complex shell commands when parsing fails (#17920)
|
2026-01-30 20:44:17 +00:00 |
|
Sehoon Shon
|
0f8d41c075
|
lower the default max retries to reduce contention (#17975)
|
2026-01-30 20:00:31 +00:00 |
|
Jerop Kipruto
|
7a947a272c
|
feat(plan): refactor ToolConfirmationPayload to union type (#17980)
|
2026-01-30 19:51:45 +00:00 |
|
kevinjwang1
|
8c8fd32d71
|
Add allowedExtensions setting (#17695)
|
2026-01-30 19:43:51 +00:00 |
|
lottielin
|
8fc07c2c0b
|
feat(core): enable overriding CODE_ASSIST_API_VERSION with env var (#17942)
Co-authored-by: Charlotte Lin <charlotteclin@google.com>
|
2026-01-30 19:12:04 +00:00 |
|
Jerop Kipruto
|
19284636e7
|
feat(plan): reuse standard tool confirmation for AskUser tool (#17864)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-01-30 18:32:21 +00:00 |
|
Jacob Richman
|
bfc02336d8
|
Fix bugs where Rewind and Resume showed Ugly and 100X too verbose content. (#17940)
|
2026-01-30 18:09:27 +00:00 |
|
Shreya Keshive
|
76b34e2690
|
feat(admin): provide actionable error messages for disabled features (#17815)
|
2026-01-30 18:05:22 +00:00 |
|
Gal Zahavi
|
2eb8dc3042
|
feat: Implement background shell commands (#14849)
|
2026-01-30 17:53:09 +00:00 |
|
Abhi
|
fc90f581b2
|
feat(core): implement dynamic policy registration for subagents (#17838)
|
2026-01-30 16:57:54 +00:00 |
|
Abhi
|
dce24b907a
|
refactor(hooks): remove legacy tools.enableHooks setting (#17867)
|
2026-01-30 15:15:48 +00:00 |
|
Abhi
|
3ef46a4b07
|
perf(core): optimize token calculation and add support for multimodal tool responses (#17835)
|
2026-01-30 15:15:00 +00:00 |
|
Emily Hedlund
|
9814d0a4a1
|
feat(core): implement interactive and non-interactive consent for OAuth (#17699)
|
2026-01-30 14:57:34 +00:00 |
|
Jacob Richman
|
7dadea01c0
|
bug(ux) vim mode fixes. Start in insert mode. Fix bug blocking F12 and ctrl-X in vim mode. (#17938)
|
2026-01-30 07:31:47 +00:00 |
|
Jacob Richman
|
3e7df3f896
|
Fix HalfLinePaddedBox in screenreader mode. (#17914)
|
2026-01-30 03:21:18 +00:00 |
|
Thomas Shephard
|
b1104bea25
|
feat: preserve EOL in files (#16087)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-30 00:57:06 +00:00 |
|
Sandy Tao
|
e5c6dbb6fc
|
feat(core): Isolate and cleanup truncated tool outputs (#17594)
|
2026-01-29 23:20:11 +00:00 |
|
Danielle Yim
|
1acd44a97b
|
feat(core): Add GOOGLE_GENAI_API_VERSION environment variable support (#16177)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2026-01-29 22:45:37 +00:00 |
|
Alisa
|
1d61044a7a
|
Refactoring of disabling of mouse tracking in e2e tests (#17902)
|
2026-01-29 22:05:19 +00:00 |
|
Jack Wotherspoon
|
1370ac0a00
|
chore: revert IDE specific ASCII logo (#17887)
|
2026-01-29 20:44:02 +00:00 |
|
Sehoon Shon
|
8b069d81a9
|
fix(cli): use correct setting key for Cloud Shell auth (#17884)
|
2026-01-29 20:21:17 +00:00 |
|
Sehoon Shon
|
d9e4d9e2b3
|
Revert "chore: refresh package-lock.json to resolve inconsistencies"
This reverts commit d561b995c0.
|
2026-01-29 15:29:26 -05:00 |
|
Sehoon Shon
|
1fe7613dda
|
chore: refresh package-lock.json to resolve inconsistencies
|
2026-01-29 15:28:40 -05:00 |
|
Coco Sheng
|
08582c57b1
|
fix(core): use GIT_CONFIG_GLOBAL to isolate shadow git repo configuration - Fixes #17877 (#17803)
|
2026-01-29 19:08:34 +00:00 |
|
Christian Gunderman
|
4d72449dfa
|
Cleanup post delegate_to_agent removal (#17875)
|
2026-01-29 18:24:35 +00:00 |
|
Adib234
|
fe4e70c795
|
feat(plan): create generic Checklist component and refactor Todo (#17741)
|
2026-01-29 18:13:18 +00:00 |
|
Dev Randalpura
|
cbf0387b3d
|
feat(ux): update truncate dots to be shorter in tables (#17825)
|
2026-01-29 15:56:56 +00:00 |
|
Shreya Keshive
|
df89ebc6b1
|
fix(admin): Rename secureModeEnabled to strictModeDisabled (#17789)
|
2026-01-29 15:31:00 +00:00 |
|
christine betts
|
9505fe6374
|
Resolve error thrown for sensitive values (#17826)
|
2026-01-29 14:59:26 +00:00 |
|
Jack Wotherspoon
|
3a5f3c7aed
|
fix: prevent ghost border for AskUserDialog (#17788)
|
2026-01-29 14:00:46 +00:00 |
|
Yuna Seol
|
fbe8d1be00
|
feat(cli): Display user identity (auth, email, tier) on startup (#17591)
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
Co-authored-by: Yuna Seol <yunaseol@google.com>
|
2026-01-29 05:07:52 +00:00 |
|
Abhi
|
784efdbfea
|
feat(cli): show hooksConfig.enabled in settings dialog (#17810)
|
2026-01-29 04:58:20 +00:00 |
|
Benjamin G.
|
5651b023a8
|
Fix detection of bun as package manager (#17462)
Co-authored-by: Sehoon Shon <sshon@google.com>
|
2026-01-29 03:31:07 +00:00 |
|
Mark Cockram
|
976e092124
|
fix(core): use returnDisplay for error result display (#14994)
Co-authored-by: Sehoon Shon <sshon@google.com>
|
2026-01-29 03:02:39 +00:00 |
|
Alexander Farber
|
008ec7e1a4
|
fix(cli): handle PAT tokens and credentials in git remote URL parsing (#14650)
|
2026-01-29 02:41:30 +00:00 |
|
Tu Shaokun
|
4249e663b0
|
fix(cli): list installed extensions when update target missing (#17082)
|
2026-01-29 02:13:40 +00:00 |
|