Jacob Richman
|
cbacdc67d0
|
feat(cli): switch to ctrl+g from ctrl-x (#24861)
|
2026-04-08 06:22:45 +00:00 |
|
Jacob Richman
|
7e1938c1bc
|
fix(cli): switch default back to terminalBuffer=false and fix regressions introduced for that mode (#24873)
|
2026-04-08 05:47:54 +00:00 |
|
Christian Gunderman
|
d2b775f9a7
|
Add an eval for and fix unsafe cloning behavior. (#24457)
|
2026-04-07 03:17:44 +00:00 |
|
Jacob Richman
|
70f6d6a992
|
split context (#24623)
|
2026-04-06 17:20:38 +00:00 |
|
Jacob Richman
|
d5a5995281
|
feat(cli) Scrollbar for input prompt (#21992)
|
2026-04-03 22:10:04 +00:00 |
|
Jacob Richman
|
9f76f34049
|
ink 6.6.3 (#24372)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2026-04-01 04:50:12 +00:00 |
|
Christian Gunderman
|
07ab16dbbe
|
feat(cli): support 'tab to queue' for messages while generating (#24052)
|
2026-03-28 01:31:11 +00:00 |
|
Prasanna Pal
|
fd0893c346
|
fix(ui): prevent escape key from cancelling requests in shell mode (#21245)
|
2026-03-25 20:25:13 +00:00 |
|
Tommaso Sciortino
|
23264ced9a
|
refactor(cli): integrate real config loading into async test utils (#23040)
|
2026-03-19 17:05:33 +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 |
|
Spencer
|
73c589f9e3
|
feat(cli): allow safe tools to execute concurrently while agent is busy (#21988)
|
2026-03-12 16:03:53 +00:00 |
|
nityam
|
be16caece2
|
merge duplicate imports packages/cli/src subtask2 (#22051)
|
2026-03-11 20:14:12 +00:00 |
|
Tommaso Sciortino
|
215f8f3f15
|
refactor(ui): unify keybinding infrastructure and support string initialization (#21776)
|
2026-03-09 23:26:33 +00:00 |
|
Tommaso Sciortino
|
ab64b15d51
|
refactor: migrate to useKeyMatchers hook (#21753)
|
2026-03-09 20:48:09 +00:00 |
|
Emily Hedlund
|
7989c28d2e
|
feat(cli): implement dot-prefixing for slash command conflicts (#20979)
|
2026-03-06 20:43:20 +00:00 |
|
Mark McLaughlin
|
6aa6630137
|
fix(theme): improve theme color contrast for macOS Terminal.app (#21175)
|
2026-03-05 23:33:49 +00:00 |
|
Jacob Richman
|
12957ea16a
|
fix(cli): Polish shell autocomplete rendering to be a little more shell native feeling. (#20931)
|
2026-03-04 06:52:56 +00:00 |
|
MD. MOHIBUR RAHMAN
|
8380f0a3b1
|
feat(cli): implement interactive shell autocompletion (#20082)
|
2026-02-26 07:49:11 +00:00 |
|
Jacob Richman
|
f9f916e1dc
|
test: support tests that include color information (#20220)
|
2026-02-25 23:31:35 +00:00 |
|
Spencer
|
239aa0909c
|
fix(cli): allow perfect match @-path completions to submit on Enter (#19562)
|
2026-02-20 19:46:48 +00:00 |
|
Jacob Richman
|
04f65f3d55
|
Migrate core render util to use xterm.js as part of the rendering loop. (#19044)
|
2026-02-19 00:46:50 +00:00 |
|
N. Taylor Mullen
|
8910b2720f
|
fix(cli): disable auto-completion on Shift+Tab to preserve mode cycling (#19451)
|
2026-02-18 22:08:38 +00:00 |
|
Jacob Richman
|
207ac6f2dc
|
ui(polish) blend background color with theme (#18802)
|
2026-02-12 19:56:07 +00:00 |
|
Dmitry Lyalin
|
db00c5abf3
|
feat(cli): prototype clean UI toggle and minimal-mode bleed-through (#18683)
|
2026-02-12 19:25:24 +00:00 |
|
Dmitry Lyalin
|
f603f4a12b
|
fix(cli): dismiss '?' shortcuts help on hotkeys and active states (#18583)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-02-12 16:35:40 +00:00 |
|
Dmitry Lyalin
|
7a02d7261a
|
feat(cli): add setting to hide shortcuts hint UI (#18562)
|
2026-02-11 02:46:20 +00:00 |
|
Sehoon Shon
|
ea1f19aa52
|
fix(cli): fix history navigation regression after prompt autocomplete (#18752)
|
2026-02-10 20:53:06 +00:00 |
|
Jack Wotherspoon
|
9081743a7f
|
feat: Ctrl+O to expand paste placeholder (#18103)
|
2026-02-10 02:04:34 +00:00 |
|
Jacob Richman
|
a37844e5a1
|
Code review fixes for show question mark pr. (#18480)
|
2026-02-07 06:35:14 +00:00 |
|
Jacob Richman
|
8efae719ee
|
ux(polish) autocomplete in the input prompt (#18181)
|
2026-02-05 20:38:29 +00:00 |
|
Gal Zahavi
|
aba8c5f662
|
fix(cli): allow restricted .env loading in untrusted sandboxed folders (#17806)
|
2026-02-04 01:08:10 +00:00 |
|
Jack Wotherspoon
|
18cce6a9ab
|
fix: improve Ctrl+R reverse search (#18075)
|
2026-02-03 01:03:28 +00:00 |
|
Jacob Richman
|
00fdb30211
|
Support ctrl-C and Ctrl-D correctly Refactor so InputPrompt has priority over AppContainer for input handling. (#17993)
|
2026-01-31 00:11:14 +00:00 |
|
Jacob Richman
|
5e41b7d29e
|
feat(ui): add terminal cursor support (#17711)
|
2026-01-28 00:43:37 +00:00 |
|
Jacob Richman
|
362384112e
|
paste transform followup (#17624)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-27 14:19:54 +00:00 |
|
Jack Wotherspoon
|
a79051d9f8
|
feat: add double-click to expand/collapse large paste placeholders (#17471)
|
2026-01-27 02:59:09 +00:00 |
|
Jacob Richman
|
b5fe372b5b
|
feat(ui): add solid background color option for input prompt (#16563)
Co-authored-by: Alexander Farber <farber72@outlook.de>
|
2026-01-26 23:23:54 +00:00 |
|
Adib234
|
5f1c6447a9
|
feat(plan): update UI Theme for Plan Mode (#17243)
|
2026-01-22 22:22:21 +00:00 |
|
Adib234
|
3b9f580fa4
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
Jacob Richman
|
56f9ab025a
|
refactor: improve large text paste placeholder (#17269)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-22 15:05:38 +00:00 |
|
Jack Wotherspoon
|
75e4f492ab
|
feat: replace large text pastes with [Pasted Text: X lines] placeholder (#16422)
|
2026-01-22 02:09:24 +00:00 |
|
Adib234
|
e1fd5be429
|
Add Esc-Esc to clear prompt when it's not empty (#17131)
|
2026-01-21 00:32:26 +00:00 |
|
Tommaso Sciortino
|
94d5ae541e
|
Simplify paste handling (#16654)
|
2026-01-14 21:27:36 +00:00 |
|
Adib234
|
dfb7dc7069
|
feat: add Rewind Confirmation dialog and Rewind Viewer component (#15717)
|
2026-01-14 15:22:21 +00:00 |
|
Gal Zahavi
|
b2e866585d
|
fix(cli): allow @ file selector on slash command lines (#16370)
|
2026-01-13 22:01:30 +00:00 |
|
Jacob Richman
|
ca6786a28b
|
feat(ui): use Tab to switch focus between shell and input (#14332)
|
2026-01-12 23:30:12 +00:00 |
|
Tommaso Sciortino
|
e049d5e4e8
|
Fix: add back fastreturn support (#16440)
|
2026-01-12 21:31:33 +00:00 |
|
Tommaso Sciortino
|
ea7393f7fd
|
Infer modifyOtherKeys support (#16270)
|
2026-01-09 21:10:15 +00:00 |
|
Tommaso Sciortino
|
384fb6a465
|
Add setting to support OSC 52 paste (#15336)
|
2026-01-06 00:11:50 +00:00 |
|