Commit Graph

32 Commits

Author SHA1 Message Date
Charles Packer
8931da0b0e fix(cli): clip oversized shell tool output in collapsed tool results (#883)
Co-authored-by: Letta <noreply@letta.com>
2026-02-09 20:59:27 -08:00
cpacker
59a1e41308 fix: tool call dot phases and colors for clearer execution feedback
Tool call dot/phase behavior:
- Tool calls start in streaming phase (static grey) instead of ready
- Added approvalsPending flag to prevent server tools from blinking during approval
- Server tools promoted to running only after approvals complete

Tool dot colors:
- Fixed missing # in statusWarning hex literal
- Running phase uses grey blinking instead of yellow

Args rendering + crash fixes:
- Args considered "complete" by JSON parseability, not just phase
- Coerce argsText to string to avoid runtime errors
- Fixed TDZ error from shadowed variable
- Ready phase only blinks once streaming finished

Behavioral fixes:
- Server-side tools don't show "Cancelled" after approvals
- Mixed server/client tools: server stays static during approval, blinks after
- Args remain visible once complete

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

Co-Authored-By: Letta <noreply@letta.com>
2026-02-04 23:39:00 -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
790eb2278a refactor(cli): defer tool-call commit to prevent live-to-static flicker (#778)
Co-authored-by: Letta <noreply@letta.com>
2026-02-01 19:45:17 -08:00
Kainoa Kanter
2404014f3d fix: <Text> encoding non-ascii characters in Bun (#760) 2026-01-31 19:43:13 -08:00
Charles Packer
5635156b51 feat: add image reading support to Read tool (#614)
Co-authored-by: Letta <noreply@letta.com>
2026-01-20 22:38:33 -08:00
Charles Packer
12c84c6d0a feat: prettify tool result rendering (#538)
Co-authored-by: Letta <noreply@letta.com>
2026-01-14 12:00:49 -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
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
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
19ecc2af1a feat: inline dialogs (#436)
Co-authored-by: Letta <noreply@letta.com>
2025-12-31 15:32:06 -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
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
0852ce26fe fix: improve subagent UI display and interruption handling (#330)
Co-authored-by: Letta <noreply@letta.com>
2025-12-21 00:09:12 -08:00
Charles Packer
8255e8acca feat: improve visibility of memory tool with colored name and diff ou… (#311)
Co-authored-by: Vedant020000 <vedantsondur020@gmail.com>
Co-authored-by: Letta <noreply@letta.com>
2025-12-18 18:05:43 -08:00
Charles Packer
b202594b48 fix: add full Gemini toolset support for UI rendering and permissions (#273)
Co-authored-by: Letta <noreply@letta.com>
2025-12-17 18:26:21 -08:00
Devansh Jain
81e91823cb chore: Improve subagents UI (#205) 2025-12-15 21:23:49 -08:00
Devansh Jain
ae54666a98 feat: Stateless subagents (#127) 2025-12-15 20:16:25 -08:00
Charles Packer
cd270a938d fix: patch plan mode (#211)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 21:11:42 -08:00
cpacker
2d4fb2cdb6 fix: prettify and alias 2025-12-01 19:47:26 -08:00
cpacker
d9f24cee97 fix: update aliases and ui swap detection 2025-12-01 19:08:32 -08:00
cpacker
1cd68ef701 fix: patch aliases 2025-12-01 19:04:40 -08:00
Charles Packer
6089ce1cdd feat: misc tool alignment (#137) 2025-11-30 15:38:04 -08:00
Charles Packer
f2ed25bfeb feat: add gemini tools (#120) 2025-11-24 10:50:31 -08:00
Charles Packer
8cab132513 fix: display the codex toolset better (#117) 2025-11-23 22:21:21 -08:00
Charles Packer
36495810ef feat: parallel tool calling (#75) 2025-11-07 15:02:37 -08:00
Charles Packer
63d0034fd7 fix: patch TODO (#47)
Co-authored-by: Letta <noreply@letta.com>
2025-10-31 15:46:19 -07:00
Charles Packer
275fca942d feat: improve tool denial error message display (#22)
Co-authored-by: Letta <noreply@letta.com>
2025-10-28 17:39:27 -07:00
Charles Packer
5bb31db14f fix: resize input (#6) 2025-10-25 13:48:23 -07:00
cpacker
70ac76040d feat: letta code 2025-10-24 21:19:24 -07:00