Commit Graph

95 Commits

Author SHA1 Message Date
Devansh Jain
085728ce30 chore: Save agent ID on exit (#274) 2025-12-17 17:38:51 -08:00
Charles Packer
bd764d2177 feat: add /memory command to view agent memory blocks (#270)
Co-authored-by: Letta <noreply@letta.com>
2025-12-17 16:07:37 -08:00
Charles Packer
4ce0831934 fix: simplify startup memory block message (#263)
Co-authored-by: Letta <noreply@letta.com>
2025-12-17 14:40:15 -08:00
Shubham Naik
d4682421b6 Add feedback UI (#264)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-12-17 13:41:22 -08:00
Christina Tong
06b393b2b2 patch msg id for msg search (#250) 2025-12-17 10:47:41 -08:00
Devansh Jain
e9d6b16e86 chore: Tab for slash command autocomplete (#249) 2025-12-16 16:46:13 -08:00
Devansh Jain
c064d99883 fix: slash command queue race conditions and overlay state management (#246) 2025-12-16 15:10:35 -08:00
Kian Jones
45f02dc96e fix: max listners (#241) 2025-12-16 15:16:44 -05:00
Kevin Lin
ea175e1dbb feat: Only show available models in selector (#238) 2025-12-16 11:31:54 -08:00
Kian Jones
90a66ee94b feat: hide pin and unpin based on existing pinning configuration (#236) 2025-12-16 14:29:39 -05:00
Christina Tong
902c7c7110 update message search link to point to message (#225) 2025-12-16 11:07:17 -08:00
Devansh Jain
a0b3e2b098 fix: increase EventEmitter limit (#237) 2025-12-16 10:47:57 -08:00
Kian Jones
c446113067 chore: increase max listners from 10 -> 20 (#235) 2025-12-16 13:15:32 -05:00
Kian Jones
d67b570569 refactor: remove link and unlink (#233) 2025-12-16 12:27:53 -05: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
Devansh Jain
e0ed5fe411 chore: Improve markdown render for lists and tables (#228) 2025-12-15 18:56:17 -08:00
cpacker
693ae8b4e0 fix: prevent escape character from being inserted into input
Strip escape characters in PasteAwareTextInput handleChange to prevent
them from being inserted by ink-text-input. This was causing the
'Press Esc again to clear' hint to flicker and disappear immediately
because the value change triggered the useEffect that resets escapePressed.

Also extracted the double-escape window duration to a constant (2.5s).

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-15 18:10:23 -08:00
Devansh Jain
cbfc7d4eee fix: Tab completion for slash commands (#224) 2025-12-15 18:02:50 -08:00
Devansh Jain
155fa92a3c fix: /pinned bugs (#222) 2025-12-15 17:19:41 -08:00
Devansh Jain
2a5d8dacb1 fix: Fix auto complete bugs (#220) 2025-12-15 16:45:52 -08:00
Sarah Wooders
b14a472941 add agent_id to search results (#214)
Co-authored-by: christinatong01 <christina@letta.com>
2025-12-15 16:20:47 -08:00
Devansh Jain
7ce41e52f4 feat: Autocomplete for slash commands (#216) 2025-12-15 12:54:52 -08:00
Charles Packer
2f21893ef5 feat: profile-based persistence with startup selector (#212)
Co-authored-by: Letta <noreply@letta.com>
2025-12-15 11:13:43 -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
Charles Packer
078fcf5476 feat: simplify welcome screen design (#210)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 20:27:44 -08:00
Charles Packer
cac76adb31 feat: add interactive ProfileSelector UI for /profile command (#208)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 18:05:23 -08:00
Ari Webb
82518f135b feat: add from af cli flag (#195) 2025-12-14 14:27:31 -08:00
Devansh Jain
13b4100311 fix: Markdown render spacing (#207) 2025-12-14 11:33:53 -08:00
Devansh Jain
d592fde824 feat: /profile command (#203) 2025-12-13 12:42:30 -08:00
Charles Packer
642692593c chore: remove redundant commands /agent, /stream, /swap (#202)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 22:52:41 -08:00
Charles Packer
28094b6cac feat: add double Ctrl+C to exit from approval screen (#200)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 20:14:38 -08:00
Charles Packer
8bb588e5af feat: search endpoint (#198)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 17:16:09 -08:00
Kevin Lin
f61ecd6849 fix: Remove duplicate current model in model selector (#197) 2025-12-12 16:31:54 -08:00
Charles Packer
a1763d29de feat: paginated resume (#194)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 15:35:53 -08:00
Charles Packer
ba7cda4bee feat: add agent description and show in /resume (#192)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 14:54:16 -08:00
Charles Packer
068c5b1773 feat: add /resume command with improved agent selector UI (#183)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 19:27:05 -08:00
Christina Tong
aeab3f11c9 fix: queued message component keys (#174) 2025-12-10 17:04:58 -08:00
Shubham Naik
410b1ffb97 feat: support suspending ui (#173)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-12-10 16:14:34 -08:00
Shelley Pham
6db2fcfc05 feat: add handling for when failed to refresh access token (#168)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-12-10 14:19:08 -08:00
Christina Tong
b6c387b9ec feat: message queueing [LET-4669] (#171) 2025-12-10 11:08:55 -08:00
jnjpng
723dd17d47 feat: add word-based navigation and deletion shortcuts to input (#164)
Co-authored-by: Letta <noreply@letta.com>
2025-12-08 17:14:43 -08:00
Devansh Jain
78fdb23d00 fix: Fixed status line and updated welcome screen (#156) 2025-12-05 12:36:26 -08:00
Devansh Jain
fde6fc0ab1 chore: Sort slash commands (#154) 2025-12-05 12:36:17 -08:00
Charles Packer
5df327755f feat: add startup status messages showing agent provenance (#147)
Co-authored-by: Letta <noreply@letta.com>
2025-12-02 00:10:45 -08:00
cpacker
8ce6d32087 fix: cleanup preview 2025-12-01 20:07:24 -08:00
cpacker
6260a96f03 feat: have model and version in bottom right 2025-12-01 20:00:59 -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