Commit Graph

289 Commits

Author SHA1 Message Date
Devansh Jain
6a65ff5008 chore: remove system-append flag (#1280) 2026-03-05 15:37:31 -08:00
Sarah Wooders
e942f7870b fix(model): align free-tier model dropdown behavior and default to GLM-5 (#1263)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-04 17:43:47 -08:00
Devansh Jain
fbade3aee7 feat: tag new subagents with their type on creation (#1260)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-04 11:36:34 -08:00
cthomas
4111c546d3 fix: migrate default conversation API usage to SDK 1.7.11 pattern (#1256)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-03 22:48:49 -08:00
Devansh Jain
a284a31f97 feat(cli): auto-init agent memory on first message [LET-7779] (#1231) 2026-03-03 20:08:30 -08:00
cthomas
28ba2e7e1f fix: add guard for default conversation id (#1245) 2026-03-03 14:42:35 -08:00
Charles Packer
269e381551 feat: ws sync (#1222) 2026-02-28 10:42:20 -08:00
Devansh Jain
35962f7bc7 feat: make /init a background subagent (#1208) 2026-02-27 19:35:19 -08:00
jnjpng
f42fcad3fa fix: recover run_id for stream resume after early disconnect (#1212)
Co-authored-by: Letta <noreply@letta.com>
2026-02-27 17:48:33 -08:00
Devansh Jain
ece8195b3c refactor: DRY up recall subagent by pre-loading searching-messages skill (#1202) 2026-02-27 16:11:40 -08:00
Sarah Wooders
1dd2281e2c chore(subagents): switch memory workers to sonnet (#1193) 2026-02-27 15:41:59 -08:00
cthomas
0d5dab198a feat: use conversations endpoint for default conversation (#1206) 2026-02-27 15:37:15 -08:00
Ari Webb
613acc0c3e fix: delete plan subagent (#1195) 2026-02-27 11:46:58 -08:00
cthomas
0a555f1a31 fix: correct invalid 'letta setup' command in missing API key error (#1196) 2026-02-27 11:32:15 -08:00
cthomas
bd164a40db fix: cache API key in-process to survive keychain failures mid-session (#1192) 2026-02-27 11:32:08 -08:00
cthomas
e4529e67e7 fix: redact credential helper value from memfs-git debug log (#1191)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 10:52:05 -08:00
Cameron
e09b58731a fix: rewrite memory subagent prompt and fix reflection path duplication bug (#1123)
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
2026-02-27 06:18:13 -08:00
Devansh Jain
2fcd9bc6ce refactor: make memory subagent self-contained, eliminate defrag skill (#1180) 2026-02-26 22:01:55 -08:00
jnjpng
986cb7dc79 fix: handle Cloudflare HTML 5xx errors gracefully (#1179)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 18:26:09 -08:00
Ari Webb
3f4c689d61 feat: persist session usage details (#1050) 2026-02-26 18:00:48 -08:00
Ari Webb
881a47f64d fix: add parallel tool calling minimax (#1181) 2026-02-26 18:00:05 -08:00
Sarah Wooders
0025c387ec fix(cli): keep /model and /reasoning conversation-scoped (#1178) 2026-02-26 17:58:42 -08:00
jnjpng
932147b642 fix: pretty-print ChatGPT usage_limit_reached errors with reset time (#1177)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 17:15:40 -08:00
jnjpng
6347538071 fix(stream): capture SDK parse diagnostics for fallback stream errors (#1148)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 14:26:52 -08:00
Ari Webb
b4a18ef463 fix: free default minimax (#1165) 2026-02-26 12:09:15 -08:00
cthomas
be5fbfca74 feat: retry on empty LLM response (LET-7679) (#1130)
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 11:17:55 -08:00
Sarah Wooders
d30d2992b9 chore: update subagent default models (#1120)
Co-authored-by: Letta <noreply@letta.com>
2026-02-24 12:00:01 -08:00
Kevin Lin
9526a74c99 fix: use file-centric language in memory subagent prompt (#1122) 2026-02-24 09:18:50 -08:00
Kevin Lin
c4739e51e1 fix: update memory defrag flow for git-backed memfs (#1121) 2026-02-24 06:34:46 -08:00
Charles Packer
75c7dd793b test(integration): reduce flaky startup/headless timeout failures (#1109)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 17:40:41 -08:00
jnjpng
caa109c10d fix: skip no-op preset refresh on resume to avoid slow agent recompile (#1110)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 13:38:17 -08:00
Kevin Lin
61b586174c fix: remove duplicate frontmatter blocks in memory subagent prompt (#1106) 2026-02-23 11:10:29 -08:00
Kevin Lin
faf9f424ac fix: remove LS from explore subagent (never attached to agents) (#1107) 2026-02-23 11:10:12 -08:00
Charles Packer
e93aa7b494 feat(headless): add bootstrap_session_state + memfs startup policy (#1104)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 10:35:08 -08:00
Charles Packer
7a88f922b9 fix(headless): scope default list_messages to default conversation (#1103) 2026-02-23 03:26:10 -08:00
Charles Packer
7c9e1b1623 feat: headless list messages (#1095)
Co-authored-by: Letta <noreply@letta.com>
2026-02-22 17:38:29 -08:00
jnjpng
7ad3a975b1 fix: refresh model preset settings on resume (#1052)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: jnjpng <jnjpng@users.noreply.github.com>
2026-02-21 14:38:13 -08:00
Charles Packer
e3f1ca84ed fix(resume): preserve recency when injecting assistant anchor (#1086) 2026-02-21 12:35:20 -08:00
Charles Packer
a3964ae61f fix: harden symlink skill discovery traversal (#1085) 2026-02-21 12:35:14 -08:00
paulbettner
313f3eaaea fix(resume): harden transcript backfill (#1082) 2026-02-21 12:27:20 -08:00
Zerubbabel
0f48788f13 fix: discover skills installed as symlinks in ~/.letta/skills/ (#1053) 2026-02-21 12:24:27 -08:00
Kian Jones
c5033666b4 perf: eliminate redundant API calls on startup (#1067)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-20 16:59:45 -08:00
Charles Packer
150ff0d998 fix: no retry on quota limit errors (#1072) 2026-02-20 16:30:20 -08:00
Charles Packer
eca8459df4 fix: resolve env vars in reflection/history-analyzer commit trailers (#1076)
Co-authored-by: Letta <noreply@letta.com>
2026-02-20 16:29:57 -08:00
Charles Packer
a13fb37d87 feat: auto-enable memfs from server-side tag on new machines (#1063)
Co-authored-by: Letta <noreply@letta.com>
2026-02-20 12:57:40 -08:00
Ari Webb
d9b35895ff fix: zai error handling (#1047) 2026-02-20 12:01:43 -08:00
Charles Packer
b622eca198 feat(web): add Memory Palace static viewer (#1061)
Co-authored-by: Letta <noreply@letta.com>
2026-02-20 12:00:55 -08:00
Kian Jones
49c96c3e46 chore: modify explore agent description for clarity (#1046) 2026-02-19 16:49:44 -08:00
Charles Packer
aae7da834e revert: "revert: "fix: disable hidden SDK retries for streaming POSTs"" (#1041) 2026-02-19 12:59:54 -08:00
Charles Packer
277ce3cd41 fix: recover default agent creation when base tools are missing (#1039) 2026-02-19 12:47:03 -08:00