Commit graph

2413 commits

Author SHA1 Message Date
Sandy Tao
36feb73bfd
Revert "Enable WriteTodos tool by default (#12500)" (#12658) 2025-11-06 20:21:53 +00:00
Sehoon Shon
31b34b11ab
Let users know when falling back to flash, and update the error messa… (#12640) 2025-11-06 18:43:21 +00:00
Jainam M
c585470a71
refactor(cli): consolidate repetitive tests in InputPrompt using it.each (#12524) 2025-11-06 17:41:50 +00:00
Gal Zahavi
9ba1cd0336
feat(shell): include cwd in shell command description (#12558) 2025-11-06 16:51:07 +00:00
Allen Hutchison
5f6453a1e0
feat(policy): Add comprehensive priority range validation tests (#12617) 2025-11-06 07:19:05 +00:00
joshualitt
956ab94452
feat(core): Add ModelConfigService. (#12556) 2025-11-06 01:18:42 +00:00
Allen Hutchison
0f5dd2229c
chore: remove unused CLI policy TOML files (#12620) 2025-11-06 01:17:44 +00:00
Jacob Richman
224a33db2e
Improve tracking of animated components. (#12618) 2025-11-06 00:20:04 +00:00
Tommaso Sciortino
9787108532
List tools in a consistent order. (#12615) 2025-11-05 23:38:44 +00:00
Andrew Riggs
44b8c62db9
fix(core) Path reader method readPathFromWorkspace does not respect git/gemini ignore config. (#10073)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2025-11-05 21:40:54 +00:00
Silvio Junior
1d2f90c7e7
Add compression mechanism to subagent (#12506) 2025-11-05 21:15:28 +00:00
Adam Weidman
c951f9fdcd
fix: add line breaks in quota/capacity msgs (#12603) 2025-11-05 21:12:06 +00:00
Jacob MacDonald
fa93b56243
[Extension Reloading]: Update custom commands, add enable/disable command (#12547) 2025-11-05 19:36:07 +00:00
Tommaso Sciortino
ca6cfaaf4e
Update auto compression message. (#12605) 2025-11-05 19:08:57 +00:00
Allen Hutchison
f5bd474e51
fix(core): prevent server name spoofing in policy engine (#12511) 2025-11-05 18:10:23 +00:00
Bryan Morgan
16113647de
Fix/windows pty crash (#12587)
Co-authored-by: LayorX <yor31117@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-05 16:53:03 +00:00
Gaurav
f51d74586c
refactor: parse string for retryInfo (#12586) 2025-11-05 16:42:58 +00:00
Shreya Keshive
c743631148
chore(release): bump version to 0.14.0-nightly.20251104.da3da198 (#12564) 2025-11-05 16:09:33 +00:00
Adam Weidman
21dd9bbf7d
fix: allow user to set pro model even in fallback (#12566) 2025-11-05 14:38:45 +00:00
Jacob Richman
3937461272
Scrollable support (#12544) 2025-11-05 00:21:00 +00:00
Shreya Keshive
da3da19844
feat(core): Integrate remote experiments configuration (#12539) 2025-11-04 23:09:53 +00:00
Silvio Junior
53c7646ed7
enable codebase investigator by default for preview (#12555) 2025-11-04 22:30:01 +00:00
Sehoon Shon
b6524e410a
migrate console.error to coreEvents/debugger for sandbox, logger, chatRecordingService (#12253) 2025-11-04 21:02:31 +00:00
Tommaso Sciortino
f796650122
Fix shift+tab keybinding when not in kitty mode (#12552) 2025-11-04 19:45:22 +00:00
christine betts
460c3debf5
Fix flicker in screen reader nudge (#12541) 2025-11-04 16:57:15 +00:00
cornmander
b8b6620365
Tighten bash shell option handling (#12532) 2025-11-04 16:11:29 +00:00
Jacob MacDonald
da4fa5ad75
Extensions MCP refactor (#12413) 2025-11-04 15:51:18 +00:00
anj-s
2b77c1ded4
SI prompt nudge for the todo tool (#12159) 2025-11-04 14:25:15 +00:00
Jainam M
6ab1b239ca
refactor(core): Refactored and removed redundant test lines in telemetry (#12356) 2025-11-04 08:42:31 +00:00
Chris Coutinho
ab73051298
fix(mcp): replace hardcoded port 7777 with dynamic port allocation for OAuth (#12520) 2025-11-04 07:16:56 +00:00
Edilmo Palencia
cb2880cb93
feat(hooks): Hook Execution Planning and Matching (#9090) 2025-11-04 06:25:43 +00:00
Tommaso Sciortino
b5315bfc20
Fix alt+left on ghostty (#12503) 2025-11-04 04:30:42 +00:00
Edilmo Palencia
b259153403
feat(hooks): Hook Input/Output Contracts (#9080) 2025-11-04 02:47:23 +00:00
Sandy Tao
f0c3c81e94
fix(core): Improve loop detection for longer repeating patterns (#12505) 2025-11-04 02:06:22 +00:00
christine betts
fc42c4613f
Only show screen reader notice once (#12247) 2025-11-04 02:04:48 +00:00
Jacob Richman
ad33c22374
Modify navigation and completion keyboard shortcuts to not use scroll. (#12502) 2025-11-04 00:22:04 +00:00
anthony bushong
f3759381b1
feat(core): add timeout to llm edit fix (#12393) 2025-11-04 00:04:51 +00:00
Edilmo Palencia
80673a0c0c
feat(hooks): Hook Type Decoupling and Translation (#9078) 2025-11-03 23:56:53 +00:00
Jacob Richman
1671bf77fb
Alt buffer default (#12507) 2025-11-03 23:48:24 +00:00
Allen Hutchison
ffc5e4d048
Refactor PolicyEngine to Core Package (#12325)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-03 23:41:00 +00:00
anj-s
60d2c2cc90
Enable WriteTodos tool by default (#12500) 2025-11-03 23:40:20 +00:00
Gal Zahavi
2144d25885
fix(auth): Return empty map if token file does not exits, and refacto… (#12332)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
2025-11-03 23:07:22 +00:00
Silvio Junior
7a515339ea
Log recovery events (nudges) that happens inside the subagent (#12408) 2025-11-03 22:53:43 +00:00
Shreya Keshive
be1dc13bb1
feat(core): Add support for listing experiments (#12495) 2025-11-03 21:51:22 +00:00
anj-s
1c044ba8af
(fix): Respect ctrl+c signal for aborting execution in NonInteractive mode (#11478) 2025-11-03 21:49:01 +00:00
Jacob Richman
4fc9b1cde2
alternate buffer support (#12471) 2025-11-03 21:41:58 +00:00
Silvio Junior
60973aacd9
Grants subagent a recovery turn for when it hits TIMEOUT, MAX_TURNS or NO_TOOL_CALL failures. (#12344) 2025-11-03 21:22:12 +00:00
Silvio Junior
1c18552426
Enforce timeout for subagents (#12232) 2025-11-03 20:33:04 +00:00
Shehab
c4377c1b1a
fix(settings): persist restart-required changes when exiting with ESC (#12443) 2025-11-03 20:04:53 +00:00
Abhi
265f24e5d7
fix(ui): ensure model changes update the UI immediately (#12412) 2025-11-03 19:59:51 +00:00