Jacob Richman
|
524b1e39a5
|
Fix logging and virtual list. (#23080)
|
2026-03-19 17:50:49 +00:00 |
|
Tommaso Sciortino
|
23264ced9a
|
refactor(cli): integrate real config loading into async test utils (#23040)
|
2026-03-19 17:05:33 +00:00 |
|
Dev Randalpura
|
34f271504a
|
fix(ui): fix flickering on small terminal heights (#21416)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-18 21:28:21 +00:00 |
|
ruomeng
|
94e6bf8591
|
fix(cli): resolve duplicate footer on tool cancel via ESC (#21743) (#21781)
|
2026-03-18 20:27:38 +00:00 |
|
Keith Guerin
|
4dcca1ca10
|
feat(ui): format multi-line banner warnings with a bold title (#22955)
Co-authored-by: Sehoon Shon <sshon@google.com>
|
2026-03-18 18:39:12 +00:00 |
|
Tommaso Sciortino
|
a5a461c234
|
test(cli): simplify createMockSettings calls (#22952)
|
2026-03-18 18:12:44 +00:00 |
|
Tommaso Sciortino
|
d7dfcf7f99
|
refactor(cli): simplify keypress and mouse providers and update tests (#22853)
|
2026-03-18 16:38:56 +00:00 |
|
Abhi
|
4ecb4bb24b
|
refactor(ui): extract SessionBrowser search and navigation components (#22377)
|
2026-03-18 04:44:01 +00:00 |
|
Abhi
|
be7c7bb83d
|
fix(cli): resolve subagent grouping and UI state persistence (#22252)
|
2026-03-18 03:11:20 +00:00 |
|
N. Taylor Mullen
|
e2658ccda8
|
refactor(cli): remove extra newlines in ShellToolMessage.tsx (#22868)
Co-authored-by: Spencer <spencertang@google.com>
|
2026-03-17 23:48:16 +00:00 |
|
anj-s
|
b8719bcd47
|
feat: add 'blocked' status to tasks and todos (#22735)
|
2026-03-17 23:24:26 +00:00 |
|
Jomak-x
|
1f3f7247b1
|
fix(cli): clean up stale pasted placeholder metadata after word/line deletions (#20375)
Co-authored-by: ruomeng <ruomeng@google.com>
|
2026-03-17 20:16:26 +00:00 |
|
Adib234
|
77a874cf65
|
feat(plan): add 'All the above' option to multi-select AskUser questions (#22365)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-17 19:17:34 +00:00 |
|
Sehoon Shon
|
b211f30d95
|
fix(cli): override j/k navigation in settings dialog to fix search input conflict (#22800)
|
2026-03-17 19:08:45 +00:00 |
|
AK
|
695bcaea0d
|
feat(core): add foundation for subagent tool isolation (#22708)
|
2026-03-17 03:54:33 +00:00 |
|
Abhi
|
d43ec6c8f3
|
feat: enable subagents (#22386)
|
2026-03-16 18:40:12 +00:00 |
|
Sehoon Shon
|
48130ebd25
|
Guard pro model usage (#22665)
|
2026-03-16 17:44:25 +00:00 |
|
Sri Pasumarthi
|
e3df87cf1a
|
fix: Adjust ToolGroupMessage filtering to hide Confirming and show Canceled tool calls. (#22230)
|
2026-03-16 15:50:11 +00:00 |
|
kevinjwang1
|
0bf7ea60c5
|
Add ModelDefinitions to ModelConfigService (#22302)
|
2026-03-14 21:45:21 +00:00 |
|
Gal Zahavi
|
b49fc8122d
|
feat(security): add disableAlwaysAllow setting to disable auto-approvals (#21941)
|
2026-03-13 23:02:09 +00:00 |
|
anj-s
|
dd8d4c98b3
|
feat(tracker): return TodoList display for tracker tools (#22060)
|
2026-03-13 18:18:33 +00:00 |
|
Abhi
|
3b601b3d90
|
refactor(ui): extract SessionBrowser static ui components (#22348)
|
2026-03-13 17:25:13 +00:00 |
|
Ankit
|
c156bac5f7
|
fix(settings): prevent j/k navigation keys from intercepting edit buffer input (#21865)
|
2026-03-13 14:55:36 +00:00 |
|
Abhi
|
2d05396dd2
|
refactor(ui): extract pure session browser utilities (#22256)
|
2026-03-13 06:22:52 +00:00 |
|
krishdef7
|
19e0b1ff7d
|
fix(cli): escape @ symbols on paste to prevent unintended file expansion (#21239)
|
2026-03-12 22:05:12 +00:00 |
|
Spencer
|
73c589f9e3
|
feat(cli): allow safe tools to execute concurrently while agent is busy (#21988)
|
2026-03-12 16:03:53 +00:00 |
|
Sehoon Shon
|
18e8dd768a
|
feat(ui): Do not show Ultra users /upgrade hint (#22154) (#22156)
|
2026-03-12 13:46:58 +00:00 |
|
Sri Pasumarthi
|
41d4f59f5e
|
feat: Display pending and confirming tool calls (#22106)
Co-authored-by: Spencer <spencertang@google.com>
|
2026-03-12 05:57:37 +00:00 |
|
nityam
|
be16caece2
|
merge duplicate imports packages/cli/src subtask2 (#22051)
|
2026-03-11 20:14:12 +00:00 |
|
Ali Anari
|
08e174a05c
|
feat(ui): add vim yank/paste (y/p/P) with unnamed register (#22026)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-11 18:43:42 +00:00 |
|
Gal Zahavi
|
6900fe5527
|
feat(policy): add --admin-policy flag for supplemental admin policies (#20360)
|
2026-03-11 17:35:45 +00:00 |
|
Nick Salerni
|
88638c14f7
|
fix(cli): allow scrolling keys in copy mode (Ctrl+S selection mode) (#19933)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-11 07:16:25 +00:00 |
|
Ali Anari
|
f16f13fba8
|
fix(ui): clamp cursor to last char after all NORMAL mode deletes (#21973)
|
2026-03-11 06:22:12 +00:00 |
|
Aishanee Shah
|
f8ad3a200a
|
Feat/retry fetch notifications (#21813)
|
2026-03-11 03:33:50 +00:00 |
|
Ali Anari
|
8b09ccc288
|
feat(ui): add missing vim mode motions (X, ~, r, f/F/t/T, df/dt and friends) (#21932)
|
2026-03-11 03:27:06 +00:00 |
|
Gal Zahavi
|
524679d23c
|
feat: implement background process logging and cleanup (#21189)
|
2026-03-11 00:13:20 +00:00 |
|
N. Taylor Mullen
|
d63053cb59
|
fix(cli): stabilize prompt layout to prevent jumping when typing (#21081)
|
2026-03-10 21:29:29 +00:00 |
|
christine betts
|
300929a32b
|
Add ExtensionDetails dialog and support install (#20845)
|
2026-03-10 21:12:47 +00:00 |
|
kevinjwang1
|
5b8ad9cd65
|
Add extensionRegistryURI setting to change where the registry is read from (#20463)
|
2026-03-10 20:22:03 +00:00 |
|
Adib234
|
e5615f47c4
|
fix(plan): prevent plan truncation in approval dialog by supporting unconstrained heights (#21037)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-10 19:34:10 +00:00 |
|
Mark McLaughlin
|
b404fc02e7
|
fix(auth): update terminology to 'sign in' and 'sign out' (#20892)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-10 19:10:26 +00:00 |
|
Aashir Javed
|
b00d7c88ad
|
fix(ui): prevent empty tool-group border stubs after filtering (#21852)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-10 19:09:07 +00:00 |
|
Spencer
|
a220874281
|
feat(policy): support auto-add to policy by default and scoped persistence (#20361)
|
2026-03-10 17:01:41 +00:00 |
|
Gaurav
|
47e4f6b13f
|
fix(ui): handle headless execution in credits and upgrade dialogs (#21850)
|
2026-03-10 14:54:15 +00:00 |
|
Jacob Richman
|
6ae6c810ba
|
fix(cli): make footer items equally spaced (#21843)
|
2026-03-10 08:07:26 +00:00 |
|
Tommaso Sciortino
|
14412c3a72
|
refactor(cli): rename 'return' key to 'enter' internally (#21796)
|
2026-03-10 02:32:40 +00:00 |
|
Tommaso Sciortino
|
215f8f3f15
|
refactor(ui): unify keybinding infrastructure and support string initialization (#21776)
|
2026-03-09 23:26:33 +00:00 |
|
Muhammad Usman
|
f88488d1f9
|
fix(core): resolve Windows line ending and path separation bugs across CLI (#21068)
|
2026-03-09 22:40:22 +00:00 |
|
Tommaso Sciortino
|
ab64b15d51
|
refactor: migrate to useKeyMatchers hook (#21753)
|
2026-03-09 20:48:09 +00:00 |
|
Jacob Richman
|
e406dcc249
|
feat/redesign header compact (#20922)
|
2026-03-09 20:40:46 +00:00 |
|