Kevin Lin
|
8f13d9a25e
|
fix: use client.conversations.recompile instead of client.agents.reco… (#1339)
Co-authored-by: Letta Code <noreply@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
|
2026-03-10 17:22:37 -07:00 |
|
cthomas
|
95c0d8aefa
|
feat: add minimum docker version (#1333)
|
2026-03-10 14:56:54 -07:00 |
|
Charles Packer
|
4c9f63c4e2
|
feat(remote): support per-conversation working directories in listener mode (#1323)
|
2026-03-10 13:42:42 -07:00 |
|
Sarah Wooders
|
e82a2d33f8
|
feat: add client side skills (#1320)
Co-authored-by: Letta Code <noreply@letta.com>
|
2026-03-10 13:18:14 -07:00 |
|
Devansh Jain
|
a1cdda9467
|
fix: create agents with correct memory mode upfront (#1318)
|
2026-03-09 19:38:47 -07:00 |
|
Charles Packer
|
4a261a2ae8
|
fix: always request pings for streamed sends (#1319)
|
2026-03-09 19:11:30 -07:00 |
|
Charles Packer
|
559dbe6d06
|
fix(subagent): use chat link format in subagent preview menu (#1317)
Co-authored-by: Letta Code <noreply@letta.com>
|
2026-03-09 18:59:25 -07:00 |
|
Devansh Jain
|
bdadd14410
|
feat: Show command hint for agents with non-default system prompts (#1314)
|
2026-03-09 18:31:15 -07:00 |
|
Devansh Jain
|
f148beee5d
|
feat: recipe-based system prompt management (#1293)
|
2026-03-09 17:20:11 -07:00 |
|
Devansh Jain
|
89d6ed2c87
|
feat: Recompile system prompt after memory subagents finish (#1310)
|
2026-03-09 16:50:40 -07:00 |
|
Christina Tong
|
f5d6f095a6
|
fix: callsites to list conversation messages (#1311)
|
2026-03-09 16:15:40 -07:00 |
|
jnjpng
|
a57cf84e03
|
fix(retry): increase Cloudflare transient backoff to 5/10/20 (#1307)
|
2026-03-09 15:51:41 -06:00 |
|
jnjpng
|
194edef4f3
|
fix: don't pass null max_output_tokens in model_settings (#1299)
|
2026-03-06 14:58:25 -08:00 |
|
jnjpng
|
82c4794616
|
feat(message): add OpenAI websocket responses mode header (#1297)
Co-authored-by: Letta Code <noreply@letta.com>
|
2026-03-06 14:36:44 -08:00 |
|
Charles Packer
|
52f2cc9924
|
fix(listen): preserve interrupt error status through next-turn persistence (#1294)
|
2026-03-05 22:29:08 -08:00 |
|
Devansh Jain
|
cc6f754ca3
|
fix: use SYSTEM_PROMPT for default preset instead of letta-claude (#1292)
|
2026-03-05 20:54:08 -08:00 |
|
Devansh Jain
|
638204ab3c
|
fix: restrict --system flag to known preset IDs (#1290)
|
2026-03-05 20:50:45 -08:00 |
|
Charles Packer
|
c95c4a4722
|
revert: "fix(listen): normalize interrupt tool returns for websocket parity" (#1291)
|
2026-03-05 20:42:56 -08:00 |
|
Charles Packer
|
1b16e8bc1f
|
fix(listen): normalize interrupt tool returns for websocket parity (#1289)
|
2026-03-05 20:37:42 -08:00 |
|
jnjpng
|
4e0751f069
|
fix: send max_tokens null to explicitly unset stale values on model switch (#1281)
Co-authored-by: Letta Code <noreply@letta.com>
|
2026-03-05 17:28:25 -08:00 |
|
paulbettner
|
5a6d804069
|
fix(tui): keep conversation model overrides sticky (#1238)
Co-authored-by: Letta Code <noreply@letta.com>
|
2026-03-05 16:38:36 -08:00 |
|
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 |
|