Abhijit Balaji
ba207ad00b
fix(ui): resolve build errors and unused variable warnings
...
- Fixed 'refreshStatic' use-before-declaration in AppContainer.tsx.
- Removed unused 'version' and 'showHeaderDetails' variables in MainContent.tsx.
- Cleaned up unused 'useAppContext' import in MainContent.tsx.
- This commit ensures the branch builds successfully after the sticky topic header implementation.
2026-04-02 10:50:37 -04:00
Abhijit Balaji
0d50b16f69
feat(ui): implement sticky topic header below the prompt (checkpoint)
...
This commit saves the current state of the sticky topic header implementation.
- Introduced 'TopicUpdated' event to CoreEventEmitter to track topic changes.
- Updated TopicState to store topic summaries and emit update events.
- Refactored TopicMessage into a shared TopicDisplay component for UI consistency.
- Implemented TopicStickyHeader to persistently show the current topic and summary.
- Positioned the sticky header immediately below the prompt (Composer) in both Default and ScreenReader layouts.
- Removed redundant topic messages from the chat history to prevent duplicate display.
- Adjusted terminal height calculations to account for the new persistent UI element.
- Added unit tests for the new sticky header component and updated core tests.
- Addressed some React Hook dependency warnings in AppContainer and MainContent.
2026-04-01 18:46:21 -04:00
Christian Gunderman
b7c86b5497
UX for topic narration tool ( #24079 )
2026-03-28 21:33:38 +00:00
Jarrod Whelan
89ca78837e
refactor(cli,core): foundational layout, identity management, and type safety ( #23286 )
2026-03-24 01:49:51 +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
Keith Guerin
e5d58c2b5a
feat(cli): overhaul thinking UI ( #18725 )
2026-03-07 04:20:27 +00:00
Christian Gunderman
7ca3a33f8b
Subagent activity UX. ( #17570 )
2026-03-02 21:04:31 +00:00
Jarrod Whelan
727f9b67b1
feat(cli): improve CTRL+O experience for both standard and alternate screen buffer (ASB) modes ( #19010 )
...
Co-authored-by: jacob314 <jacob314@gmail.com >
2026-02-21 00:26:11 +00:00
Jacob Richman
fe65d562de
Fix bottom border color ( #19266 )
2026-02-18 02:41:43 +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
Abhi
c370d2397b
refactor(cli): simplify UI and remove legacy inline tool confirmation logic ( #18566 )
2026-02-12 00:46:58 +00:00
Jacob Richman
f9fc9335f5
Code review cleanup for thinking display ( #18720 )
2026-02-10 19:12:40 +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
Jarrod Whelan
4a48d7cf93
feat(cli): truncate shell output in UI history and improve active shell display ( #17438 )
2026-02-08 08:09:48 +00:00
Jacob Richman
d165b6d4e7
feat(ux) Expandable (ctrl-O) and scrollable approvals in alternate buffer mode. ( #17640 )
2026-01-28 00:06:24 +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
Jacob Richman
933bc5774f
Modernize MaxSizedBox to use <Box maxHeight> and ResizeObservers ( #16565 )
2026-01-14 04:22:10 +00:00
christine betts
950244f6b0
Attempt to resolve OOM w/ useMemo on history items ( #16424 )
2026-01-12 16:53:04 +00:00
Jacob Richman
cbbf565121
Support ink scrolling final pr ( #12567 )
2025-11-11 15:50:11 +00:00
Jacob Richman
1671bf77fb
Alt buffer default ( #12507 )
2025-11-03 23:48:24 +00:00
Jacob Richman
4fc9b1cde2
alternate buffer support ( #12471 )
2025-11-03 21:41:58 +00:00
Jacob Richman
558be87311
Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting ( #10522 )
2025-10-10 02:27:20 +00:00
Jacob Richman
0b2d79a2ea
fix(ui): stop truncating output from the model rendered in <static> ( #9972 )
2025-09-27 19:40:09 +00:00
christine betts
39b0948417
Revert "feat(accessibility): implement centralized screen reader layo… ( #9255 )
2025-09-23 19:44:33 +00:00
Victor Tsaran
bfd904bfc8
feat(accessibility): implement centralized screen reader layout system ( #8155 )
2025-09-23 18:04:49 +00:00
Jacob Richman
375b8522fc
Fix bug where users are unable to re-enter disconnected terminals. ( #8765 )
2025-09-20 17:59:37 +00:00
Gal Zahavi
181898cb5d
feat(shell): enable interactive commands with virtual terminal ( #6694 )
2025-09-11 20:27:27 +00:00
Keith Lyons
885af07ddb
feat(ui): Introduce useUI Hook and UIContext ( #5488 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-09-06 05:39:02 +00:00