Commit Graph

66 Commits

Author SHA1 Message Date
Christina Tong
c3e82a4c89 feat: update message queueing silent cancel and clean up eager cancellation state (#184) 2025-12-11 20:06:20 -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
Charles Packer
23b335fee7 feat: add /remember command for quick memory updates (#179)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 15:13:48 -08:00
Christina Tong
ead4203448 fix: handle multiple error types (#178) 2025-12-11 12:49:29 -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
Christina Tong
b6c387b9ec feat: message queueing [LET-4669] (#171) 2025-12-10 11:08:55 -08:00
Christina Tong
e8bd2e6537 fix: optimistic cancellation [LET-6273] (#166) 2025-12-08 23:46:18 -08:00
Devansh Jain
78fdb23d00 fix: Fixed status line and updated welcome screen (#156) 2025-12-05 12:36:26 -08:00
Charles Packer
09d120a578 fix: better logging on error (#152) 2025-12-03 22:15:44 -08:00
cpacker
fa4f8abec5 feat: add backfill count status message at start of history
Shows "Showing N most recent messages" with ADE link at the top
of backfilled history so users know they are seeing partial history.

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-03 16:46:53 -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
Kevin Lin
57169c63e1 feat: Add skill creation command (#141)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-12-01 21:02:49 -08:00
cpacker
4505f6c07d fix: strip prefix on footer 2025-12-01 20:06:18 -08:00
cpacker
6260a96f03 feat: have model and version in bottom right 2025-12-01 20:00:59 -08:00
Charles Packer
cbea00a163 feat: refactor parallel tool calling UIs (#142) 2025-12-01 18:56:16 -08:00
Charles Packer
f50e608718 feat: init memory command (#138) 2025-11-30 18:31:01 -08:00
Charles Packer
6089ce1cdd feat: misc tool alignment (#137) 2025-11-30 15:38:04 -08:00
Charles Packer
b0291597f3 feat: change default naming to pascal (#136) 2025-11-29 18:30:17 -08:00
cpacker
7ee5634021 fix: patch model selector 2025-11-27 02:24:56 -08:00
Charles Packer
135c19c7d7 feat: system prompt swapping (#131) 2025-11-27 01:30:11 -08:00
Kevin Lin
8330534f00 feat: Suppress toolset change message (#130) 2025-11-27 00:57:49 -08:00
Devansh Jain
8b3523c1a3 feat: Skills omni-tool (#102) 2025-11-26 11:16:57 -08:00
Charles Packer
61cb85bd83 feat: add /download command to export agent file locally (#124)
Co-authored-by: Letta <noreply@letta.com>
2025-11-25 20:32:21 -08:00
Charles Packer
f2ed25bfeb feat: add gemini tools (#120) 2025-11-24 10:50:31 -08:00
Charles Packer
4862a87fb1 fix: don't clobber tools on resume (#118) 2025-11-23 22:30:13 -08:00
Charles Packer
592ed66e1b feat: add toolset switching UI (#115) 2025-11-23 20:02:04 -08:00
Kevin Lin
cd6b29e686 feat: Model based toolset switching (#111)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-11-23 19:49:39 -08:00
Charles Packer
9ceae2af58 feat: cancel client-side tools (#113) 2025-11-23 09:53:27 -08:00
Charles Packer
9e6a1d4300 feat: eager cancel (#114) 2025-11-23 09:53:07 -08:00
Charles Packer
6111410bf6 fix: patch OOM issue (#112) 2025-11-21 18:58:19 -08:00
Charles Packer
1a30c153c6 fix: patch HITL bug (#107) 2025-11-19 20:49:24 -08:00
Charles Packer
6b40e86401 fix: parallel tool calling support in approval flow (#101) 2025-11-17 18:27:20 -08:00
Shubham Naik
d3b9eb7245 Swap command (#84)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-17 11:26:48 -08:00
Kevin Lin
754db3b273 fix: Patch headless mode GPT-5 (#88)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-11-16 20:48:50 -08:00
Shubham Naik
eab04aaee3 chore: allow renaming agent (#83)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-07 20:48:12 -08:00
Charles Packer
d762859963 refactor: extract shared approval batch execution logic (#82)
Co-authored-by: Letta <noreply@letta.com>
2025-11-07 18:23:16 -08:00
Charles Packer
7bfc2ce25a fix: improve parallel tool approval UX with sequential review (#79)
Co-authored-by: Letta <noreply@letta.com>
2025-11-07 17:31:00 -08:00
Charles Packer
36495810ef feat: parallel tool calling (#75) 2025-11-07 15:02:37 -08:00
Cameron
79bc3c2d98 Add /link and /unlink commands for managing agent tools (#59)
Co-authored-by: Letta <noreply@letta.com>
2025-11-05 18:11:51 -08:00
Shubham Naik
58362c9c46 chore: proper auth handling (#65)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-05 16:35:37 -08:00
Charles Packer
42eb671bf4 fix: if no stop reason, attempt to resume from background mode (#56) 2025-11-04 11:20:58 -08:00
Shubham Naik
d4d03ab22b chore: show agent url in commands (#60)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-04 10:54:27 -08:00
Devansh Jain
5c3b303eac chore: Create new memory blocks with --new (#58) 2025-11-03 19:20:03 -08:00
Charles Packer
c5b9f50767 fix: handle possible case of desync on pending approvals (#53) 2025-11-02 22:12:12 -08:00
Charles Packer
c18de86346 fix: add ErrorMessageRich component for consistent two-column formatting (#55)
Co-authored-by: Letta <noreply@letta.com>
2025-11-02 20:45:38 -08:00
Charles Packer
f7cea4a830 fix: handle mid-stream errors properly using sdk typing (#54) 2025-11-02 20:36:05 -08:00
cpacker
998f24aaf5 fix: typing errors 2025-11-02 13:21:08 -08:00
Charles Packer
94393a8566 fix: stop caching LETTA_BASE_URL in settings.json (#46)
Co-authored-by: Letta <noreply@letta.com>
2025-10-31 23:38:14 -07:00
Charles Packer
3dc6963dfb fix: improve error handling in interactive and headless modes (#48)
Co-authored-by: Letta <noreply@letta.com>
2025-10-31 18:25:30 -07:00
Shubham Naik
e384672a5a Sign in with letta cloud (#44)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-31 14:47:21 -07:00