Commit Graph

83 Commits

Author SHA1 Message Date
Christina Tong
a185d567ba fix(tui): better footer subagent link and alignment (#1283) 2026-03-05 16:35:43 -08:00
Christina Tong
2396a859b4 fix(tui): link footer subagent (#1270) 2026-03-05 08:37:39 -08:00
Devansh Jain
be7606824b fix: make Shift+Tab enter plan mode before auto-approve (#1197) 2026-03-03 12:58:07 -08:00
Devansh Jain
a01bfa696d feat(tui): background agent status indicator in footer (#1233) 2026-03-02 17:29:56 -08:00
cthomas
841e2332f3 feat: show update notification in TUI and footer (#1204) 2026-02-27 15:03:47 -08:00
jnjpng
d184bd8aef fix: update tab-cycle mode glyphs (#1174)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 15:32:22 -08:00
cpacker
872630ad65 fix: ui cleanup 2026-02-26 15:25:50 -08:00
Charles Packer
2c7d445766 fix(tui): remove s:/t: suffixes from footer status bar (#1145)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 17:04:06 -08:00
cpacker
5d1a4c015e fix(tui): restore ADE link + keep streaming elapsed across resize 2026-02-25 11:20:54 -08:00
paulbettner
0023b9c7e5 fix(tui): prevent reflow glitches (footer + resize) (#1098) 2026-02-25 11:08:33 -08:00
Charles Packer
bbd4bd00e8 fix: omit reasoning tag when set to none (#1091)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 16:11:14 -08:00
Charles Packer
75b9615d47 feat(tui): cycle reasoning tiers with Tab key (#1019)
Co-authored-by: paulbettner <paulbettner@playfulstudios.com>
2026-02-18 16:52:49 -08:00
Charles Packer
b505ea6117 fix: improve model/reasoning display in footer and slash preview (#1008) 2026-02-17 22:23:47 -08:00
jnjpng
86a0fc9b1d feat: update custom status line prompt input (#938) 2026-02-12 16:23:00 -08:00
jnjpng
1a302cfcc0 fix: statusline command parsing, rendering keys, and stale execution (#930) 2026-02-12 11:17:33 -08:00
jnjpng
c3a7f6c646 feat: configurable status lines for CLI footer (#904)
Co-authored-by: Letta <noreply@letta.com>
2026-02-11 17:35:34 -08:00
Charles Packer
baa28ede88 fix: stabilize streaming footer and status layout (#882) 2026-02-09 19:49:44 -08:00
Charles Packer
97c4526874 fix: stabilize streaming status row to prevent footer flicker (#880) 2026-02-09 18:30:47 -08:00
Charles Packer
6977486974 refactor: stabilize footer rendering and terminal width updates (#878) 2026-02-09 15:55:51 -08:00
cpacker
952e919a25 fix: keep footer model label dim with BYOK indicator color
Restore dim styling for the model bracket text in the input footer and keep provider accent applied only to the BYOK triangle so the footer matches prior visual hierarchy.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-02-09 15:25:25 -08:00
cpacker
00c2a98e3e fix: keep only BYOK triangle highlighted in footer
Render the model bracket text and model name with normal dim styling and apply provider color only to the BYOK triangle indicator so footer emphasis matches prior behavior without changing footer layout stability.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-02-09 15:16:17 -08:00
Charles Packer
101fc6f874 refactor: flicker render stability (#877) 2026-02-09 14:49:29 -08:00
Charles Packer
48ccd8f220 feat: add background task notification system (#827)
Co-authored-by: Letta <noreply@letta.com>
2026-02-04 22:45:16 -08:00
Charles Packer
44da9bb1db fix(cli): collapse input area during approvals and selector overlays (#776)
Co-authored-by: Letta <noreply@letta.com>
2026-02-01 17:21:49 -08:00
Charles Packer
5598c09d08 fix(cli): eliminate slash command menu render flicker (#775)
Co-authored-by: Letta <noreply@letta.com>
2026-02-01 17:13:17 -08:00
Charles Packer
7584f4291f fix(cli): stabilize rendering to eliminate line flicker (#774)
Co-authored-by: Letta <noreply@letta.com>
2026-02-01 17:05:37 -08:00
Charles Packer
2e1bd1ce78 feat(cli): add trajectory stats tracking and completion summary (#773)
Co-authored-by: Letta <noreply@letta.com>
2026-02-01 16:37:30 -08:00
cpacker
a3ba87212c fix(cli): revert download arrow to clean up UI
👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-01-31 20:31:04 -08:00
Charles Packer
5fb039c807 feat(cli): add network phase arrows to streaming status (#765)
Co-authored-by: Letta <noreply@letta.com>
2026-01-31 20:24:43 -08:00
Kainoa Kanter
2404014f3d fix: <Text> encoding non-ascii characters in Bun (#760) 2026-01-31 19:43:13 -08:00
Charles Packer
4556bf371a fix: up/down arrow navigation with actual newlines in multi-line input (#690)
Co-authored-by: Letta <noreply@letta.com>
2026-01-26 16:15:47 -08:00
Charles Packer
23c528a25b feat: improve /connect command and /model selector UX (#665)
Co-authored-by: Letta <noreply@letta.com>
2026-01-24 12:06:16 -08:00
jnjpng
51c2546696 fix: interrupt bash with ctrl c (#646) 2026-01-22 17:07:04 -08:00
Charles Packer
8d1ad50142 fix: bash mode input locking, ESC cancellation, and no timeout (#642)
Co-authored-by: Letta <noreply@letta.com>
2026-01-22 14:55:16 -08:00
jnjpng
7eb576c626 revert: PR #638 bash abort controller (#641) 2026-01-22 14:04:38 -08:00
jnjpng
b9ac39e74d fix: cancellation for running bash commands (#638) 2026-01-22 12:04:24 -08:00
Charles Packer
6a0bcdd683 feat: add 409 retry, error improvements, and queue restoration (#618)
Co-authored-by: Letta <noreply@letta.com>
2026-01-21 14:57:48 -08:00
Charles Packer
828cf0917c fix: place cursor at end when navigating command history (#611)
Co-authored-by: Letta <noreply@letta.com>
2026-01-20 20:09:51 -08:00
jnjpng
dc8c0e8321 feat: source aliases in bash mode (#604) 2026-01-20 17:29:39 -08:00
Charles Packer
acc134027b fix: improve image paste handling with resizing and error feedback (#601)
Co-authored-by: Letta <noreply@letta.com>
2026-01-19 21:57:39 -08:00
Charles Packer
0430f42887 fix: history navigation breaks after sending command (#569)
Co-authored-by: Letta <noreply@letta.com>
2026-01-16 19:14:50 -08:00
Charles Packer
2120a4787b feat: improve interactive menu styling (#553)
Co-authored-by: Letta <noreply@letta.com>
2026-01-15 15:27:41 -08:00
jnjpng
bbb2c987e5 feat: replace /connect claude with /connect codex for OpenAI OAuth (#527)
Co-authored-by: Letta <noreply@letta.com>
2026-01-15 13:57:39 -08:00
cpacker
595f706fd6 fix: add conv query param to ADE links 2026-01-13 18:15:53 -08:00
cpacker
6cd301974d fix: adjust UI colors for better visibility
- TODO completed items: use primaryAccent (blue) with strikethrough
- "esc to interrupt" hint: use #808080 grey to match reasoning dimColor
- Both changes improve contrast and visual consistency

🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-01-10 22:36:37 -08:00
Charles Packer
3342ab0d06 fix: reduce footer flicker in Ghostty by memoizing high-frequency renders (#508)
Co-authored-by: Letta <noreply@letta.com>
2026-01-09 14:56:52 -08:00
Charles Packer
c96a5204eb feat: add Ralph Wiggum mode (#484)
Co-authored-by: Letta <noreply@letta.com>
2026-01-06 21:13:50 -08:00
Charles Packer
67b71ab38f fix: exit bash mode after submitting command (#467)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 22:24:28 -08:00
Charles Packer
73249c9bce fix: iterm2 keybindings (#429)
Co-authored-by: Letta <noreply@letta.com>
2025-12-30 15:05:27 -08:00
Charles Packer
424e4980ac fix: improve UI (#403)
Co-authored-by: Letta <noreply@letta.com>
2025-12-27 01:55:13 -08:00