Commit Graph

1188 Commits

Author SHA1 Message Date
Charles Packer
2c7d445766 fix(tui): remove s:/t: suffixes from footer status bar (#1145)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 17:04:06 -08:00
Kevin Lin
d665acf393 fix(models): unfeature ChatGPT GPT-5.3 Codex (#1146) 2026-02-25 17:01:13 -08:00
cthomas
8b088079df chore: log prestream error in debug mode (#1143) 2026-02-25 16:36:03 -08:00
Kevin Lin
3f7ed0cef0 fix: remove duplicate gpt-5.3-codex model entries (#1142)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 16:08:13 -08:00
jnjpng
57f6a07335 fix: include server error detail in post-stream trackError (#1138) 2026-02-25 14:46:37 -08:00
jnjpng
d220af7919 fix(telemetry): add trackError to approval and interrupt error paths (#1136) 2026-02-25 14:24:06 -08:00
cpacker
5d1a4c015e fix(tui): restore ADE link + keep streaming elapsed across resize 2026-02-25 11:20:54 -08:00
jnjpng
91f2456656 feat: add telemetry tracking for conversation-busy retries (#1135)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 11:19:05 -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
paulbettner
0023b9c7e5 fix(tui): prevent reflow glitches (footer + resize) (#1098) 2026-02-25 11:08:33 -08:00
Sarah Wooders
4e444429ba fix(models): recommend GPT-5.3 Codex over GPT-5.2 (#1132) 2026-02-25 11:07:10 -08:00
Shubham Naik
97ed54ad22 feat: listen -> remote (#1133) 2026-02-25 11:07:03 -08:00
jnjpng
9f91b1ab28 feat: include recent chunks in error telemetry (#1134) 2026-02-25 10:56:24 -08:00
jnjpng
423215fd56 feat: add telemetry tracking for retry-inducing errors (#1131)
Co-authored-by: Letta <noreply@letta.com>
2026-02-24 22:20:46 -08:00
cthomas
35920fbc91 fix: preserve approval data across stream resume boundary (#1128)
Co-authored-by: Letta <noreply@letta.com>
2026-02-24 20:24:14 -08:00
Devansh Jain
aa16b68f6c fix: pass --conv alias to headless mode (#1129) 2026-02-24 19:41:56 -08:00
Devansh Jain
bec120bf90 fix: remove redundant --default flag and allow --conv default with --new-agent (#1127) 2026-02-24 18:54:50 -08:00
Ari Webb
a8efb9776f fix: cosmetic fix for new agents (#1126) 2026-02-24 16:37:16 -08:00
Kevin Lin
9531874100 feat: add openai/gpt-5.3-codex model tiers (#1124)
Co-authored-by: Letta <noreply@letta.com>
2026-02-24 15:36:19 -08:00
Shubham Naik
eb210f22b4 feat: simplify listen command - remove binding flags, add auto-genera… (#1111)
Co-authored-by: Letta <noreply@letta.com>
2026-02-24 14:11:10 -08:00
Sarah Wooders
a086957407 fix(cli): detect API key from env instead of checking repo secrets (#1116)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Charles Packer <cpacker@users.noreply.github.com>
2026-02-24 12:19:31 -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
Sarah Wooders
5f993ca09b chore: trim featured models to latest frontier per provider (#1115)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 18:37:51 -08:00
jnjpng
9af69dee6b fix(settings): handle home-directory project/global settings collision (#1117)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 18:25:01 -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
Jason Carreira
c58d5f1e07 fix(hooks): don't log full error stack when project settings not loaded (#1114)
Co-authored-by: Jason Carreira <jason@visotrust.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 17:13:36 -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
jnjpng
32b1a9e0c8 refactor: hoist resume model-refresh imports (#1093)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 11:01:59 -08:00
Sarah Wooders
6813167a2a feat(cli): add /install-github-app setup wizard (#1097)
Co-authored-by: Letta <noreply@letta.com>
2026-02-23 10:38:21 -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
f6f971e456 fix: use ~/.letta for user permission settings (#1102) 2026-02-22 23:55:37 -08:00
Charles Packer
6253a93c82 fix: handle default conversation sentinel in headless startup (#1100) 2026-02-22 23:31:14 -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
Charles Packer
35812d5b39 fix: temporarily disable xhigh reasoning for Anthropic models (#1092)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 16:20:43 -08:00
Charles Packer
bbd4bd00e8 fix: omit reasoning tag when set to none (#1091)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 16:11:14 -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
f5cc69c9d1 fix(sleeptime): trigger compaction reflection for legacy summary format (#1090) 2026-02-21 14:30:27 -08:00
Charles Packer
5d8a832c00 feat: add plan viewer with browser preview (LET-7645) (#1089)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 13:39:22 -08:00
Charles Packer
5ad7094a26 feat: add /palace alias for Memory Palace (#1088)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 13:34:02 -08:00
Charles Packer
7efef92dfd fix: use default conversation for freshly created subagents (LET-7643) (#1087)
Co-authored-by: Letta <noreply@letta.com>
2026-02-21 13:07:10 -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
Charles Packer
ef65dbe46f test(cli): cover permission mode pinning across pre-stream retries (#1084) 2026-02-21 12:27:10 -08:00
Zerubbabel
0f48788f13 fix: discover skills installed as symlinks in ~/.letta/skills/ (#1053) 2026-02-21 12:24:27 -08:00