Commit Graph

269 Commits

Author SHA1 Message Date
Charles Packer
7e30b29c37 Update README.md 2025-12-14 15:14:47 -08:00
Charles Packer
898cdd0db9 Update README.md 2025-12-14 15:14:02 -08:00
Charles Packer
41e33218bd Update README.md 2025-12-14 15:13:28 -08:00
Charles Packer
f4480f6f5e Update README.md 2025-12-14 15:08:54 -08:00
Ari Webb
82518f135b feat: add from af cli flag (#195) 2025-12-14 14:27:31 -08:00
Devansh Jain
d77e92be48 chore: Update Anthropic token configs (#204) 2025-12-14 14:25:35 -08:00
Charles Packer
2936b57ffc feat: remove uimode/parallel from settings (#206) 2025-12-14 14:25:25 -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
cpacker
0dda14103a feat: restore /stream command with default OFF
Token streaming is now off by default. Users can toggle it with /stream.

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-12 23:02:16 -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
7a46cde1da fix: patch queueing (#201)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 22:24:14 -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
226d20fbae feat: add /description command to update agent description (#193)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 15:06:08 -08:00
github-actions[bot]
7e8bc50f68 chore: bump version to 0.5.2 [skip ci] 2025-12-12 22:57:39 +00: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
Kevin Lin
a58dddaf3d feat: Add retries for stop_reason error with metadata (#191) 2025-12-12 09:51:49 -08:00
Charles Packer
97e6b7e2a7 feat: add LETTA_DEBUG env var for debug logging (#190)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 22:59:34 -08:00
Charles Packer
c39bda9a01 fix: improve error handling for headless (#187) 2025-12-11 22:30:26 -08:00
Kevin Lin
2bed9b071b fix: Vertex handle (#188) 2025-12-11 21:23:12 -08:00
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
7c0d65c920 fix: add gpt-5.2 support (#186) 2025-12-11 19:31:14 -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
Kevin Lin
113dbcad9d feat: add Gemini 3 (vertex) (#182) 2025-12-11 18:44:40 -08:00
Kevin Lin
d5b02158d5 feat: Exponential backoff for llm_api_error (#181) 2025-12-11 15:54:34 -08:00
Charles Packer
a21336bd16 fix: patch auth flow (#180) 2025-12-11 15:14:07 -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
Christina Tong
6b8215aa87 add auto updates (#172) 2025-12-10 17:49:20 -08:00
Kevin Lin
f9c3e0767e feat: Remove mention to save_memory in gemini prompt (#176) 2025-12-10 17:42:14 -08:00
Kevin Lin
1575488c23 feat: Update Gemini default temperature (#175) 2025-12-10 17:21:20 -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
Charles Packer
ed5c6d71b7 fix: add provider_type for OpenRouter models in model_settings (#169)
Co-authored-by: Letta <noreply@letta.com>
2025-12-10 11:09:07 -08:00
Christina Tong
b6c387b9ec feat: message queueing [LET-4669] (#171) 2025-12-10 11:08:55 -08:00
Devansh Jain
9fb0b68a40 fix: Update skill unload logic (#170) 2025-12-09 15:44:21 -08:00
cthomas
e0c4ac8163 feat: add kill and yank commands (#165) 2025-12-09 15:12:44 -08:00
Christina Tong
e8bd2e6537 fix: optimistic cancellation [LET-6273] (#166) 2025-12-08 23:46:18 -08:00
Devansh Jain
38b532e8ba fix: Make --tools work (#167) 2025-12-08 18:34:00 -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
Kevin Lin
c104966d99 fix: Error message for tool upserts (#163) 2025-12-07 11:37:28 -08:00
Kevin Lin
e89525080c feat: Add gpt-5.1-codex-max (#162) 2025-12-06 23:16:02 -08:00
Kevin Lin
5dd96c9c8b fix: Increase max_output_tokens for gpt-5 and gpt-5.1 (#161) 2025-12-06 14:01:28 -08:00
Kevin Lin
cf5c738eb9 fix: Handle response with only tool call or reasoning (#160) 2025-12-05 22:19:31 -08:00
Kevin Lin
82ea8bf345 fix: Pass context window in agent update (#159) 2025-12-05 21:38:38 -08:00
jnjpng
0f55a3da52 fix: increase tool upsert timeout (#158) 2025-12-05 16:07:24 -08:00