Sandy Tao
|
e844a57bfc
|
feat(core): fallback to chat-base when using unrecognized models for chat (#19016)
|
2026-02-13 19:00:08 +00:00 |
|
Sandy Tao
|
9c285eaf15
|
fix(core): Prevent loop detection false positives on lists with long shared prefixes (#18975)
|
2026-02-13 10:58:46 -08:00 |
|
Jerop Kipruto
|
60be42f095
|
refactor(core): adopt CoreToolCallStatus enum for type safety (#18998)
|
2026-02-13 16:27:20 +00:00 |
|
Richie Foreman
|
941691ce72
|
fix(mcp): Ensure that stdio MCP server execution has the GEMINI_CLI=1 env variable populated. (#18832)
|
2026-02-12 00:07:51 +00:00 |
|
Sandy Tao
|
bfa791e13d
|
feat(core): update internal utility models to Gemini 3 (#18773)
|
2026-02-11 20:20:14 +00:00 |
|
Adib234
|
e9a9474810
|
Revert unintended credentials exposure (#18840)
|
2026-02-11 20:06:28 +00:00 |
|
joshualitt
|
89d4556c45
|
feat(core): Render memory hierarchically in context. (#18350)
|
2026-02-10 02:01:59 +00:00 |
|
Christian Gunderman
|
fd65416a2f
|
Disallow unsafe type assertions (#18688)
|
2026-02-10 00:10:15 +00:00 |
|
Abhi
|
bc8ffa6631
|
feat(context): add remote configuration for tool output masking thresholds (#18553)
|
2026-02-08 03:04:46 +00:00 |
|
Abhi
|
a1f2aacd1e
|
feat(core): exempt high-signal tools from output masking (#18545)
|
2026-02-07 23:56:45 +00:00 |
|
N. Taylor Mullen
|
9178b31629
|
feat(core): overhaul system prompt for rigor, integrity, and intent alignment (#17263)
|
2026-02-07 03:13:07 +00:00 |
|
Sandy Tao
|
28805a4b2d
|
refactor: simplify tool output truncation to single config (#18446)
|
2026-02-06 21:41:19 +00:00 |
|
Abhi
|
63f7e30790
|
feat(core): implement persistence and resumption for masked tool outputs (#18451)
|
2026-02-06 21:22:22 +00:00 |
|
joshualitt
|
6fb3b09003
|
Shorten temp directory (#17901)
|
2026-02-06 16:10:17 +00:00 |
|
Abhi
|
30354892b3
|
feat(core,cli): implement session-linked tool output storage and cleanup (#18416)
|
2026-02-06 06:36:42 +00:00 |
|
Abhi
|
8ec176e005
|
feat(context): implement observation masking for tool outputs (#18389)
|
2026-02-06 01:53:11 +00:00 |
|
Gal Zahavi
|
71f46f1160
|
fix: enforce folder trust for workspace settings, skills, and context (#17596)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-03 22:53:31 +00:00 |
|
Sandy Tao
|
e860f517c0
|
feat(core): add setting to disable loop detection (#18008)
|
2026-02-02 18:13:20 +00:00 |
|
Jacob Richman
|
bb6a336ca9
|
Fix bugs where Rewind and Resume showed Ugly and 100X too verbose content. (#17940)
|
2026-01-30 18:09:27 +00:00 |
|
Gal Zahavi
|
b611f9a519
|
feat: Implement background shell commands (#14849)
|
2026-01-30 17:53:09 +00:00 |
|
Sandy Tao
|
59e3624ada
|
feat(core): Isolate and cleanup truncated tool outputs (#17594)
|
2026-01-29 23:20:11 +00:00 |
|
Coco Sheng
|
bcc6ee596a
|
fix(core): use GIT_CONFIG_GLOBAL to isolate shadow git repo configuration - Fixes #17877 (#17803)
|
2026-01-29 19:08:34 +00:00 |
|
Krushna Korade
|
0465de303a
|
fix: persist and restore workspace directories on session resume (#17454)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-01-28 19:07:58 +00:00 |
|
Adib234
|
47f4a3e50e
|
Fix unintended credential exposure to MCP Servers (#17311)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-01-28 18:56:15 +00:00 |
|
Alisa
|
adc8e11bb1
|
Add support for an additional exclusion file besides .gitignore and .geminiignore (#16487)
Co-authored-by: Adam Weidman <adamfweidman@google.com>
|
2026-01-28 01:19:13 +00:00 |
|
Godwin Iheuwa
|
dabb9ad8f6
|
fix(core): gracefully handle disk full errors in chat recording (#17305)
Co-authored-by: RUiNtheExtinct <deepkarma001@gmail.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-01-23 18:28:45 +00:00 |
|
Spencer
|
5d68d8cda5
|
fix(core): Resolve AbortSignal MaxListenersExceededWarning (#5950) (#16735)
|
2026-01-22 20:16:00 +00:00 |
|
Coco Sheng
|
79076d1d52
|
[A2A] Disable checkpointing if git is not installed (#16896)
|
2026-01-20 16:38:38 +00:00 |
|
Ramón Medrano Llamas
|
1182168bd9
|
feat(core): enhanced anchored iterative context compression with self-verification (#15710)
|
2026-01-20 08:43:15 +00:00 |
|
N. Taylor Mullen
|
08c32f725e
|
fix(core): attempt compression before context overflow check (#16914)
|
2026-01-19 06:40:07 +00:00 |
|
Gal Zahavi
|
013a4e02ff
|
fix(core): fix PTY descriptor shell leak (#16773)
|
2026-01-16 17:55:29 +00:00 |
|
joshualitt
|
92e31e3c4a
|
feat(core, cli): Add support for agents in settings.json. (#16433)
|
2026-01-13 20:16:02 +00:00 |
|
Vedant Mahajan
|
9d187e041c
|
refactor: migrate chatCompressionService to use HookSystem (#16259)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-01-09 20:18:06 +00:00 |
|
falouu
|
4ab1b9895a
|
Ensure TERM is set to xterm-256color (#15828)
|
2026-01-08 23:51:57 +00:00 |
|
Christian Gunderman
|
d75792703a
|
Always enable redaction in GitHub actions. (#16200)
|
2026-01-08 22:35:12 +00:00 |
|
joshualitt
|
eb75f59a96
|
bug(core): fix issue with overrides to bases. (#15255)
|
2026-01-08 14:59:58 +00:00 |
|
joshualitt
|
a1dd19738e
|
feat(core): Preliminary changes for subagent model routing. (#16035)
|
2026-01-07 21:21:10 +00:00 |
|
Adib234
|
57012ae5b3
|
Core data structure updates for Rewind functionality (#15714)
|
2026-01-07 17:10:22 +00:00 |
|
N. Taylor Mullen
|
7956eb239e
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
N. Taylor Mullen
|
f0a039f7c0
|
Agent Skills: Unify Representation & Centralize Loading (#15833)
|
2026-01-03 16:24:36 -08:00 |
|
N. Taylor Mullen
|
de1233b8ca
|
Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery (#15698)
|
2025-12-30 13:35:52 -08:00 |
|
Maple!
|
21388a0a40
|
fix(core): handle checkIsRepo failure in GitService.initialize (#15574)
|
2025-12-26 18:37:57 +00:00 |
|
Christian Gunderman
|
3b1dbcd42d
|
Implemented unified secrets sanitization and env. redaction options (#15348)
|
2025-12-23 03:18:27 +00:00 |
|
Sandy Tao
|
2e229d3bb6
|
feat(core): Implement JIT context memory loading and UI sync (#14469)
|
2025-12-19 17:04:03 +00:00 |
|
Gal Zahavi
|
2515b89e2b
|
feat: Pass additional environment variables to shell execution (#15160)
|
2025-12-18 22:01:23 +00:00 |
|
Adam Weidman
|
bf6d0485ce
|
chore(core): remove legacy fallback flags and migrate loop detection (#15213)
|
2025-12-17 22:14:33 +00:00 |
|
Tommaso Sciortino
|
bf90b59935
|
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 |
|
Adam Weidman
|
d02f3f6809
|
feat(core): introduce remote agent infrastructure and rename local executor (#15110)
|
2025-12-17 17:06:38 +00:00 |
|
Christian Gunderman
|
942bcfc61e
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
Allen Hutchison
|
a47af8e261
|
fix(core): commandPrefix word boundary and compound command safety (#15006)
|
2025-12-12 23:02:19 +00:00 |
|