Commit Graph

164 Commits

Author SHA1 Message Date
Charles Packer
3ba63748c3 fix: properly handle ctrl-c during plan mode, and restoring on pending plan approval (#529)
Co-authored-by: Letta <noreply@letta.com>
2026-01-12 22:28:51 -08:00
Charles Packer
a0f604b5f0 fix: prevent duplicate rendering (#528)
Co-authored-by: Letta <noreply@letta.com>
2026-01-12 20:46:57 -08:00
Charles Packer
904ae680c5 fix: patch text wrapping (#521)
Co-authored-by: Letta <noreply@letta.com>
2026-01-11 21:17:44 -08:00
Charles Packer
163e34b04b feat: streaming output for bash commands (#516)
Co-authored-by: Letta <noreply@letta.com>
2026-01-11 15:49:38 -08:00
Charles Packer
c07a5edd88 fix: tool call UI cleanup (#515)
Co-authored-by: Letta <noreply@letta.com>
2026-01-11 12:22:22 -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
3fa18f7699 fix: patch subagent display (#512)
Co-authored-by: Letta <noreply@letta.com>
2026-01-10 09:59:00 -08:00
Charles Packer
a6640e9ef2 feat: show line count summary for Read tool results (#507)
Co-authored-by: Letta <noreply@letta.com>
2026-01-09 14:57:15 -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
f5288d0ec1 fix: subagent tree styling (#505)
Co-authored-by: Letta <noreply@letta.com>
2026-01-09 12:13:53 -08:00
Charles Packer
989bcfdea8 feat: add terminal title and progress indicator for approval screens (#499)
Co-authored-by: Letta <noreply@letta.com>
2026-01-08 17:58:07 -08:00
Charles Packer
49225d0a80 fix: subagent display spacing and extra newline (#494)
Co-authored-by: Letta <noreply@letta.com>
2026-01-07 23:46:30 -08:00
Charles Packer
808ed36212 fix: add left/right arrow key cursor navigation in approval text inputs (#489)
Co-authored-by: Letta <noreply@letta.com>
2026-01-07 16:07:49 -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
633d52ead9 fix: repair Task tool (subagent) rendering (#465)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 21:46:52 -08:00
Charles Packer
e424c6ce0c fix: patch flicker (#459)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 21:41:03 -08:00
Charles Packer
36dcb891b0 fix: patch release event leaks (#463)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 19:19:34 -08:00
Charles Packer
34367de5d7 feat: implement client-side tools via client_tools spec (#456)
Co-authored-by: Letta <noreply@letta.com>
2026-01-02 23:35:40 -08:00
Charles Packer
8c3ffdc43a fix: polish parallel tool call approval UI (#454)
Co-authored-by: Letta <noreply@letta.com>
2026-01-02 17:57:15 -08:00
Charles Packer
d2e0fc3bc5 fix: patch approval rendering to reduce churn (#453)
Co-authored-by: Letta <noreply@letta.com>
2026-01-02 17:22:28 -08:00
Charles Packer
4d9fea64ee fix: patch flakey interrupt (#446) 2026-01-01 21:33:49 -08:00
Charles Packer
19ecc2af1a feat: inline dialogs (#436)
Co-authored-by: Letta <noreply@letta.com>
2025-12-31 15:32:06 -08:00
Charles Packer
0d72e2bbe2 Fix CSI u double-firing for Ctrl+C, Ctrl+V, and Shift+Enter (#431)
Co-authored-by: Letta <noreply@letta.com>
2025-12-30 19:51:51 -08:00
jnjpng
6a97519afa fix: slash command menu scrolling on keypress (#430) 2025-12-30 16:35:03 -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
397eb5e390 fix: add consistent CTRL-C and ESC handling to all dialogs (#426)
Co-authored-by: Letta <noreply@letta.com>
2025-12-29 21:19:57 -08:00
Kainoa Kanter
fab0ca676b refactor: use system secrets when possible (#248) 2025-12-29 12:09:52 -08:00
Charles Packer
a5b0c9f1c9 feat: unify /pinned and /agents into tabbed agent browser (#412)
Co-authored-by: Letta <noreply@letta.com>
2025-12-29 00:25:16 -08:00
Charles Packer
b1343d92ae feat: add /ade command to open agent in browser (#409)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 22:03:56 -08:00
Charles Packer
0b8fcf563d fix: use pretty model name in welcome screen banner (#408)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 20:58:04 -08:00
Charles Packer
95743ba504 fix: add Ctrl+V support for clipboard image paste in all terminals (#407)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 20:31:47 -08:00
Charles Packer
aca3d88800 fix: fix keybindings (#406)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 19:31:01 -08:00
Charles Packer
2d61f335af feat: shift+enter multi-line input support (#405)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 00:55:31 -08:00
Charles Packer
424e4980ac fix: improve UI (#403)
Co-authored-by: Letta <noreply@letta.com>
2025-12-27 01:55:13 -08:00
cpacker
0722729021 fix: remove extra spacing below AgentInfoBar
🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2025-12-26 23:18:20 -08:00
Charles Packer
4f94ae20e8 fix: clean up UI (#401) 2025-12-26 21:57:02 -08:00
Charles Packer
931bc8ad1e fix: improve diff text visibility on wrapped lines (#400)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 18:02:29 -08:00
Charles Packer
f51deb1229 fix: improve word-level diff highlighting (#397)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 09:37:20 -08:00
Charles Packer
a2e3ee3648 feat: show advanced diffs in tool returns (#396)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 09:09:04 -08:00
Charles Packer
184836e523 fix: replace low-contrast blue with primaryAccent color (#394)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 19:12:30 -08:00
Charles Packer
4db6c6f93c feat: show visual diffs for Edit/Write tool returns (#392)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 18:52:51 -08:00
Charles Packer
0fe7872aa0 fix: ensure tool return text wrapping respects left column padding (#391)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 12:21:46 -08:00
Charles Packer
552a006e97 feat: add custom slash commands support (#384)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 14:56:42 -08:00
Charles Packer
50598233f0 feat: prompt to resume global pinned agent in fresh directories (#358) (#383)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 10:44:44 -08:00
Charles Packer
c1268076e7 feat: add scrolling and manual ordering to command autocomplete (#381)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 21:13:46 -08:00
Charles Packer
c72fbd64d0 feat: add toggle to show all agents in /agents view (#380)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 20:04:57 -08:00
Charles Packer
588d99265c feat: add /new command (#374)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 15:39:24 -08:00
jnjpng
3572d83436 chore: claude pro max indicator (#372) 2025-12-23 14:36:41 -08:00
cthomas
2e63013eeb feat: /feedback improvements (#371) 2025-12-23 13:23:59 -08:00