gemini-cli-robot
53019e5ee4
chore(release): v0.29.6
2026-02-23 20:47:15 +00:00
gemini-cli-robot
aee560c2eb
chore(release): v0.29.5
2026-02-19 20:57:33 +00:00
gemini-cli-robot
b3014337d5
chore(release): v0.29.4
2026-02-19 19:03:01 +00:00
Sehoon Shon
069641f65a
only use customtoolmodel for api key users ( #132 )
...
* only use customtoolmodel for api key users
* use displaystring for showing model in about
2026-02-19 13:50:44 -05:00
Sehoon Shon
e36dfc9fc9
feat(models): support Gemini 3.1 custom tool model ( #131 )
...
* feat(models): add support for Gemini 3.1 and custom tool models
* test(routing): fix classifier and numerical classifier strategy tests
* test(routing): add Gemini 3.1 tests for classifier strategy
* fix(models): correctly filter active Gemini 3.1 models
* fix(routing): ensure useCustomToolModel is only true when Gemini 3.1 is enabled
* fix(test-utils): prevent double newline in lastFrame() on Windows
* fix(test-utils): surgically fix double newline in lastFrame() on Windows
* use custom_tools_model string for api key only
* fix(ui): correct useCustomToolModel logic and update tests
* fix(ui): correct useCustomToolModel logic in StatsDisplay
* fix(routing): ensure test models are active and sync useCustomToolModel logic
2026-02-19 12:25:59 -05:00
Sehoon Shon
2ef6149684
feat(core,ui): support Gemini 3.1 Pro Preview and active model filtering ( #125 )
...
* feat(core,ui): support Gemini 3.1 Pro Preview and active model filtering
* fix(core,ui): use optional chaining for config methods to support mocks
* fix(core): clear stale authType in refreshAuth to avoid incorrect model resolution
* do not show gemini 3.1 model when users do not have access to gemini 3.1 in stats
2026-02-19 11:38:15 -05:00
gemini-cli-robot
b70cf35df3
chore(release): v0.29.3
2026-02-19 15:36:17 +00:00
gemini-cli-robot
54f24574e5
chore(release): v0.29.2
2026-02-19 00:50:15 +00:00
gemini-cli-robot
7f9808ce6b
fix(patch): cherry-pick 261788c to release/v0.29.1-pr-19453 to patch version v0.29.1 and create version 0.29.2 ( #19491 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2026-02-18 19:24:31 -05:00
gemini-cli-robot
8429f559f0
chore(release): v0.29.1
2026-02-18 23:00:21 +00:00
gemini-cli-robot
9a947f5544
fix(patch): cherry-pick 858918f to release/v0.29.0-pr-19460 to patch version v0.29.0 and create version 0.29.1 ( #19480 )
...
Co-authored-by: christine betts <chrstn@uw.edu >
2026-02-18 22:25:34 +00:00
gemini-cli-robot
d924ed0128
chore(release): v0.29.0
2026-02-17 23:59:56 +00:00
gemini-cli-robot
9f864ccd25
chore(release): v0.29.0-preview.5
2026-02-17 19:41:31 +00:00
gemini-cli-robot
95b973e7fc
chore(release): v0.29.0-preview.4
2026-02-17 18:47:42 +00:00
gemini-cli-robot
13249bc518
fix(patch): cherry-pick e5ff202 to release/v0.29.0-preview.3-pr-19254 to patch version v0.29.0-preview.3 and create version 0.29.0-preview.4 ( #19264 )
...
Co-authored-by: Jerop Kipruto <jerop@google.com >
2026-02-17 18:22:14 +00:00
gemini-cli-robot
d1fcb09afa
chore(release): v0.29.0-preview.3
2026-02-13 22:10:56 +00:00
gemini-cli-robot
3d8edc5d97
chore(release): v0.29.0-preview.2
2026-02-12 16:12:02 +00:00
gemini-cli-robot
6a2f2d3a91
fix(patch): cherry-pick 08e8eea to release/v0.29.0-preview.1-pr-18855 to patch version v0.29.0-preview.1 and create version 0.29.0-preview.2 ( #18905 )
...
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com >
2026-02-12 10:49:16 -05:00
gemini-cli-robot
c32969c5a1
chore(release): v0.29.0-preview.1
2026-02-11 21:02:05 +00:00
gemini-cli-robot
31a7a8187b
fix(patch): cherry-pick e9a9474 to release/v0.29.0-preview.0-pr-18840 to patch version v0.29.0-preview.0 and create version 0.29.0-preview.1 ( #18841 )
...
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com >
2026-02-11 20:36:28 +00:00
gemini-cli-robot
70305907de
chore(release): v0.29.0-preview.0
2026-02-10 21:45:03 +00:00
Adam Weidman
c03d96b46c
chore: cleanup unused and add unlisted dependencies in packages/cli ( #18749 )
2026-02-10 20:53:19 +00:00
Sehoon Shon
ea1f19aa52
fix(cli): fix history navigation regression after prompt autocomplete ( #18752 )
2026-02-10 20:53:06 +00:00
Andrew Garrett
ef02cec2cd
fix(cli): hide scrollbars when in alternate buffer copy mode ( #18354 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-02-10 20:30:27 +00:00
Jacob Richman
f9fc9335f5
Code review cleanup for thinking display ( #18720 )
2026-02-10 19:12:40 +00:00
N. Taylor Mullen
b37e67451a
ci: shard windows tests and fix event listener leaks ( #18670 )
2026-02-10 18:46:42 +00:00
Keith Guerin
5920750c24
ui: update & subdue footer colors and animate progress indicator ( #18570 )
2026-02-10 17:36:20 +00:00
Sandy Tao
f5b1245f51
feat(cli): defer devtools startup and integrate with F12 ( #18695 )
2026-02-10 16:54:23 +00:00
Sri Pasumarthi
f2ca0bb38d
feat: add extensionsExplore setting to enable extensions explore UI. ( #18686 )
2026-02-10 16:49:24 +00:00
Jack Wotherspoon
4e9bafdacd
chore: consolidate to green in ask user dialog ( #18734 )
2026-02-10 16:01:06 +00:00
Shreya Keshive
eb5492f9b5
fix(ide): fix ide nudge setting ( #18733 )
2026-02-10 15:29:22 +00:00
Jack Wotherspoon
79753ec5ec
fix: move toasts location to left side ( #18705 )
2026-02-10 13:39:28 +00:00
Adib234
e151b4890b
fix(plan): update persistent approval mode setting ( #18638 )
...
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2026-02-10 13:07:04 +00:00
Jerop Kipruto
e6b43cb846
feat(cli): update approval mode labels and shortcuts per latest UX spec ( #18698 )
2026-02-10 12:45:14 +00:00
Christian Gunderman
bd2744031f
Fix layout rounding. ( #18667 )
2026-02-10 04:53:49 +00:00
N. Taylor Mullen
4494f9e062
test(cli): fix AppContainer act() warnings and improve waitFor resilience ( #18676 )
2026-02-09 20:44:22 -08:00
N. Taylor Mullen
ece001f264
fix(ui): remove redundant newlines in Gemini messages ( #18538 )
2026-02-10 04:18:21 +00:00
Dmitry Lyalin
d3cfbdb3b7
Inline thinking bubbles with summary/full modes ( #18033 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-02-10 03:24:41 +00:00
Spencer
6dae3a5402
Feature/quota visibility 16795 ( #18203 )
2026-02-10 02:53:10 +00:00
N. Taylor Mullen
0a3ecf3a75
fix(cli): Improve header spacing ( #18531 )
2026-02-10 02:12:42 +00:00
Jack Wotherspoon
9081743a7f
feat: Ctrl+O to expand paste placeholder ( #18103 )
2026-02-10 02:04:34 +00:00
joshualitt
89d4556c45
feat(core): Render memory hierarchically in context. ( #18350 )
2026-02-10 02:01:59 +00:00
Tommaso Sciortino
eb94284256
Properly parse at-commands with narrow non-breaking spaces ( #18677 )
2026-02-10 00:51:24 +00:00
Christian Gunderman
fd65416a2f
Disallow unsafe type assertions ( #18688 )
2026-02-10 00:10:15 +00:00
Gal Zahavi
bce1caefd0
feat(cli): disable folder trust in headless mode ( #18407 )
2026-02-09 23:46:49 +00:00
Adib234
80057c5208
Fix number of lines being reported in rewind confirmation dialog ( #18675 )
2026-02-09 23:11:53 +00:00
Sandy Tao
14219bb57d
chore: remove unused exports and redundant hook files ( #18681 )
2026-02-09 23:01:23 +00:00
Sandy Tao
ef957a368d
feat(cli): add DevTools integration with gemini-cli-devtools ( #18648 )
2026-02-09 22:03:10 +00:00
N. Taylor Mullen
a3e5b564f7
fix(cli): correct 'esc to cancel' position and restore duration display ( #18534 )
2026-02-09 21:44:39 +00:00
Tommaso Sciortino
1b98c1f806
refactor: push isValidPath() into parsePastedPaths() ( #18664 )
2026-02-09 21:19:51 +00:00