Tommaso Sciortino
|
9b1d75c16f
|
test(cli): address unresolved feedback from PR #23252 (#23303)
|
2026-03-20 21:42:01 +00:00 |
|
Tommaso Sciortino
|
d0bab49ef7
|
test(cli): refactor tests for async render utilities (#23252)
|
2026-03-20 20:08:29 +00:00 |
|
Jacob Richman
|
48513b042d
|
Fix logging and virtual list. (#23080)
|
2026-03-19 17:50:49 +00:00 |
|
Tommaso Sciortino
|
c59bc33ac4
|
refactor(cli): integrate real config loading into async test utils (#23040)
|
2026-03-19 17:05:33 +00:00 |
|
joshualitt
|
ed9e47d76e
|
feat(cli): Partial threading of AgentLoopContext. (#22978)
|
2026-03-19 16:02:13 +00:00 |
|
Tommaso Sciortino
|
267845316b
|
refactor(cli): simplify keypress and mouse providers and update tests (#22853)
|
2026-03-18 16:38:56 +00:00 |
|
Abhi
|
8df021298a
|
fix(cli): resolve subagent grouping and UI state persistence (#22252)
|
2026-03-18 03:11:20 +00:00 |
|
matt korwel
|
1d69789fc0
|
fix(cli): use active sessionId in useLogger and improve resume robustness (#22606)
|
2026-03-17 21:42:40 +00:00 |
|
Emily Hedlund
|
fc296ebed9
|
feat(extensions): implement cryptographic integrity verification for extension updates (#21772)
|
2026-03-16 19:01:52 +00:00 |
|
N. Taylor Mullen
|
bb7eda078e
|
fix(cli): improve command conflict handling for skills (#21942)
|
2026-03-14 23:33:14 +00:00 |
|
Gal Zahavi
|
68e7661752
|
feat(core): integrate SandboxManager to sandbox all process-spawning tools (#22231)
|
2026-03-13 21:11:51 +00:00 |
|
Tommaso Sciortino
|
83749c6c97
|
refactor(cli): consolidate getErrorMessage utility to core (#22190)
|
2026-03-13 15:40:29 +00:00 |
|
krishdef7
|
156d89eddd
|
fix(cli): escape @ symbols on paste to prevent unintended file expansion (#21239)
|
2026-03-12 22:05:12 +00:00 |
|
Adam Weidman
|
7df678488b
|
refactor(core): extract ExecutionLifecycleService for tool backgrounding (#21717)
|
2026-03-12 04:03:54 +00:00 |
|
N. Taylor Mullen
|
67cee9c018
|
fix(policy): ensure user policies are loaded when policyPaths is empty (#22090)
|
2026-03-11 23:58:58 +00:00 |
|
nityam
|
d65ff217da
|
merge duplicate imports packages/cli/src subtask3 (#22056)
|
2026-03-11 21:21:40 +00:00 |
|
Ali Anari
|
3aaea59a3b
|
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 |
|
Jack Wotherspoon
|
25770d485b
|
fix: clean up /clear and /resume (#22007)
|
2026-03-11 15:23:23 +00:00 |
|
Ali Anari
|
17f9dcc249
|
fix(ui): clamp cursor to last char after all NORMAL mode deletes (#21973)
|
2026-03-11 06:22:12 +00:00 |
|
Ali Anari
|
afdc6170e5
|
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 |
|
joshualitt
|
4ec6a7e9d1
|
feat(core): Thread AgentLoopContext through core. (#21944)
|
2026-03-11 01:12:59 +00:00 |
|
Tommaso Sciortino
|
d46b199ec3
|
feat(cli): customizable keyboard shortcuts (#21945)
|
2026-03-11 01:05:50 +00:00 |
|
Gal Zahavi
|
a912b7ce23
|
feat: implement background process logging and cleanup (#21189)
|
2026-03-11 00:13:20 +00:00 |
|
Gaurav
|
26deae5256
|
fix: patch gaxios v7 Array.toString() stream corruption (#21884)
|
2026-03-10 20:25:24 +00:00 |
|
kevinjwang1
|
61fcf42f41
|
Add extensionRegistryURI setting to change where the registry is read from (#20463)
|
2026-03-10 20:22:03 +00:00 |
|
N. Taylor Mullen
|
a3a0034ec8
|
feat(cli): enable skill activation via slash commands (#21758)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2026-03-10 19:24:54 +00:00 |
|
skyvanguard
|
87e08d225b
|
fix(cli): prevent race condition in loop detection retry (#17916)
Co-authored-by: cynthialong0-0 <82900738+cynthialong0-0@users.noreply.github.com>
|
2026-03-10 18:41:16 +00:00 |
|
Gaurav
|
7dfb8b6e80
|
fix(ui): handle headless execution in credits and upgrade dialogs (#21850)
|
2026-03-10 14:54:15 +00:00 |
|
Tommaso Sciortino
|
fd517ff436
|
refactor(cli): rename 'return' key to 'enter' internally (#21796)
|
2026-03-10 02:32:40 +00:00 |
|
Tommaso Sciortino
|
4079deb4ee
|
refactor(ui): unify keybinding infrastructure and support string initialization (#21776)
|
2026-03-09 23:26:33 +00:00 |
|
Sehoon Shon
|
5c0f50534f
|
perf(cli): cache loadSettings to reduce redundant disk I/O at startup (#21521)
|
2026-03-09 21:33:16 +00:00 |
|
Tommaso Sciortino
|
f7d284a43a
|
refactor: migrate to useKeyMatchers hook (#21753)
|
2026-03-09 20:48:09 +00:00 |
|
joshualitt
|
3c4550387f
|
feat(core): improve subagent result display (#20378)
|
2026-03-09 19:20:15 +00:00 |
|
Pyush Sinha
|
2dcc487248
|
refactor(cli): better react patterns for BaseSettingsDialog (#21206)
|
2026-03-09 18:35:08 +00:00 |
|
Jerop Kipruto
|
8aade30a5b
|
feat(plan): enable Plan Mode by default (#21713)
|
2026-03-09 15:58:46 +00:00 |
|
Dmitry Lyalin
|
18ae0c3767
|
feat(cli): unify /chat and /resume command UX (#20256)
|
2026-03-08 22:50:51 +00:00 |
|
Jacob Richman
|
ab20a427fe
|
Code review comments as a pr (#21209)
|
2026-03-08 08:36:54 +00:00 |
|
Keith Guerin
|
c3df37fd4a
|
feat(cli): Invert quota language to 'percent used' (#20100)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-07 23:17:10 +00:00 |
|
Christian Gunderman
|
d8e8afd0c3
|
Disallow underspecified types (#21485)
|
2026-03-07 21:05:38 +00:00 |
|
Keith Guerin
|
23a54e0557
|
feat(cli): overhaul thinking UI (#18725)
|
2026-03-07 04:20:27 +00:00 |
|
Gaurav
|
557e79b9c1
|
fix(billing): fix overage strategy lifecycle and settings integration (#21236)
|
2026-03-07 03:14:44 +00:00 |
|
Emily Hedlund
|
4513b4af75
|
feat(cli): implement dot-prefixing for slash command conflicts (#20979)
|
2026-03-06 20:43:20 +00:00 |
|
Tommaso Sciortino
|
51e9780a54
|
feat(ui): dynamically generate all keybinding hints (#21346)
|
2026-03-06 18:34:26 +00:00 |
|
Jacob Richman
|
d7be4e3acd
|
Fix so shell calls are formatted (#21237)
|
2026-03-05 18:39:42 +00:00 |
|
JAYADITYA
|
71f92ae6dd
|
refactor(cli): categorize built-in themes into dark/ and light/ directories (#18634)
|
2026-03-05 09:20:46 +00:00 |
|
N. Taylor Mullen
|
71999c68d1
|
fix(ui): suppress redundant failure note when tool error note is shown (#21078)
|
2026-03-04 21:20:08 +00:00 |
|
joshualitt
|
310492e5e2
|
feat(core): Disable fast ack helper for hints. (#21011)
|
2026-03-04 20:56:56 +00:00 |
|
Sehoon Shon
|
32474712b4
|
feat(core): improve @file autocomplete to prioritize filenames (#21064)
|
2026-03-04 17:24:34 +00:00 |
|
Jacob Richman
|
276b51b454
|
fix(cli): Polish shell autocomplete rendering to be a little more shell native feeling. (#20931)
|
2026-03-04 06:52:56 +00:00 |
|
Keith Guerin
|
0fd5905cea
|
feat(ui): standardize semantic focus colors and enhance history visibility (#20745)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-04 00:10:09 +00:00 |
|