Commit Graph

704 Commits

Author SHA1 Message Date
Charles Packer
d1a6eeb40a feat: memory filesystem sync (#905)
Co-authored-by: Letta <noreply@letta.com>
2026-02-10 18:06:05 -08:00
Kevin Lin
f78d864f2d fix: detach all memory tools when enabling memfs (#900)
Co-authored-by: Letta <noreply@letta.com>
2026-02-10 16:04:28 -08:00
Charles Packer
b0783ef195 fix: align headless interactive tool behavior with bidirectional parity (#894) 2026-02-10 15:20:37 -08:00
Kian Jones
bfd9a1ec56 fix: bug where '/' prefixed messages without space could not be sent (#898) 2026-02-10 13:34:47 -08:00
jnjpng
927cc601b8 fix: fire PreCompact hooks on server-side auto-compaction (#895)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
2026-02-10 13:34:41 -08:00
cpacker
8449d4670f fix: restore biome formatting in error formatter helper
Reformat findEncryptedContentDetail to match Biome output so lint passes on main after the recent merge.

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

Co-Authored-By: Letta <noreply@letta.com>
2026-02-10 11:29:15 -08:00
jnjpng
fe99bfe4fd fix: show clean error for OpenAI encrypted content org mismatch (#884) 2026-02-09 23:44:12 -08:00
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
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
cpacker
19e95153bb fix: avoid duplicate feedback command output on submit
Consume the /feedback overlay command handle before closing the dialog so closeOverlay doesn't finish it as "Feedback dialog dismissed" when feedback submission will emit its own success/failure output.

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

Co-Authored-By: Letta <noreply@letta.com>
2026-02-09 18:21:59 -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
faa022c317 fix: clarify model availability and credit error guidance (#871)
Co-authored-by: Letta <noreply@letta.com>
2026-02-09 14:49:44 -08:00
Charles Packer
101fc6f874 refactor: flicker render stability (#877) 2026-02-09 14:49:29 -08:00
Charles Packer
3bd815e6b1 feat: use brand accent for markdown link text (#876)
Co-authored-by: Letta <noreply@letta.com>
2026-02-09 14:10:28 -08:00
jnjpng
3db001ad18 chore: remove pro enterprise plan restriction for codex connect (#875) 2026-02-09 12:58:41 -08:00
paulbettner
7efa6f60b5 fix: /model selection for shared-handle tiers (#859) 2026-02-08 19:27:27 -08:00
paulbettner
f5c143ec74 feat: restore previous permission mode when exiting plan mode (#866) 2026-02-08 19:10:21 -08:00
Charles Packer
ff64d0ef41 fix: unify subagent model display with footer formatting (#863) 2026-02-07 23:37:18 -08:00
jnjpng
cbee6bd4df feat: hide compaction messages setting (#857) 2026-02-06 22:18:31 -08:00
Charles Packer
6a7d069fe5 fix: skill tool rewrite (#860)
Co-authored-by: Letta <noreply@letta.com>
2026-02-06 22:18:17 -08:00
jnjpng
867185d115 fix: prevent UserPromptSubmit hook from firing repeatedly on dequeue (#854)
Co-authored-by: Letta <noreply@letta.com>
2026-02-06 17:14:10 -08:00
jnjpng
7da30659e6 feat: context usage breakdown (#855) 2026-02-06 15:03:38 -08:00
jnjpng
820fac4668 fix: use most recent user message in Stop hook input (#849)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 21:41:23 -08:00
jnjpng
37981066b5 chore: remove setup hooks (#845)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 19:53:14 -08:00
Charles Packer
37e8347358 refactor(cli): centralize command execution flow (#841) 2026-02-05 18:21:07 -08:00
Charles Packer
2b7d618b39 fix: task subagent static race main (#843) 2026-02-05 18:15:43 -08:00
jnjpng
ee28095ebc feat: add prompt based hooks (#795)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 17:55:00 -08:00
jnjpng
eacf21a829 feat: braille area chart for /context tokens in context window (#836) 2026-02-05 15:49:35 -08:00
cthomas
10913190c9 feat: remove queue timeout, wait for tool completion (#833)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 15:11:07 -08:00
Charles Packer
36449a2cae fix: reset loaded_skills block on new conversation (#837)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 14:51:50 -08:00
cpacker
f3008d2e54 fix: guard empty assistant message bullets from rendering
👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-02-05 14:16:08 -08:00
cthomas
d786ad470a feat: add skills extraction to --from-af import (#823)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 12:46:42 -08:00
Charles Packer
2943e57223 feat(ui): align subagent status dots, headers, and dimming with runni… (#829)
Co-authored-by: Letta <noreply@letta.com>
2026-02-05 00:02:48 -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
jnjpng
84e9a6d744 feat: add /context command to show context window usage (#814) 2026-02-04 22:24:39 -08:00
cthomas
428871b993 fix: pass conversation_id to /download command (#824)
Co-authored-by: Letta <noreply@letta.com>
2026-02-04 16:38:06 -08:00
Charles Packer
2792df7c84 fix: add number key support to approval dialogs (#821)
Co-authored-by: Letta <noreply@letta.com>
2026-02-04 12:19:44 -08:00
jnjpng
0b5a4549a6 feat: add debug logging for silently caught errors (#809)
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 17:47:22 -08:00
Charles Packer
5ddce473e6 fix(ui): simplify compaction display to 'Conversation compacted' (#810)
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 17:42:29 -08:00
jnjpng
33360efb79 feat: run SessionEnd hooks on SIGINT (Ctrl+C) (#805)
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 17:21:38 -08:00
Kian Jones
10d4bd1816 feat: support renaming conversations along with agents (#792) 2026-02-03 17:14:28 -08:00
Charles Packer
55a31adae7 fix(tui): handle malformed AskUserQuestion by falling through to generic approval (#806)
Co-authored-by: paulbettner <paulbettner@playfulstudios.com>
Co-authored-by: Paul Bettner <paulbettner@users.noreply.github.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 17:08:20 -08:00
Ari Webb
e411940d5c fix: get context windows from server (#787)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 16:15:09 -08:00
jnjpng
e2a0545a01 feat: improve SessionStart hooks and feedback injection (#803)
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 15:57:58 -08:00
Kevin Lin
8bc50b58ee fix(cli): preserve spacing in thinking/assistant blocks during streaming (#802)
Co-authored-by: Letta <noreply@letta.com>
2026-02-03 15:28:18 -08:00
jnjpng
6947e8d837 feat: add post tool use failure hooks (#796) 2026-02-03 14:13:27 -08:00