Commit Graph

1377 Commits

Author SHA1 Message Date
cthomas
d9eaa74ad6 feat: add strict to update args (#1358) 2026-03-11 16:46:18 -07:00
cthomas
2cf6de9813 fix: update args fallback (#1357) 2026-03-11 16:08:29 -07:00
Shelley Pham
0a5e3d6132 feat: file indexing (#1352) 2026-03-11 14:58:30 -07:00
Cameron
0a07bf7343 fix: preserve context window during resume preset refresh (#1353)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-11 14:51:13 -07:00
Shubham Naik
e1b9c6701c feat: allow env to be shared by current directory (#1355) 2026-03-11 13:47:38 -07:00
github-actions[bot]
8ef228a114 chore: bump version to 0.18.2 [skip ci] 2026-03-11 19:56:12 +00:00
Charles Packer
8906ab48df fix: guard against undefined input in vendored Ink handleData on Bun/Linux (#1351)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-11 12:21:55 -07:00
github-actions[bot]
1d724cfc2e chore: bump version to 0.18.1 [skip ci] 2026-03-11 17:55:06 +00:00
Charles Packer
4c613d4238 feat(tui): improved diff rendering with syntax highlighting (#1349)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 23:06:11 -07:00
Charles Packer
bf53c6e364 feat: syntax-highlighted bash commands + fix backfill missing tool calls (#1347)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 21:29:54 -07:00
Charles Packer
bfc9d4b25a fix(tui): trim leading space on word-wrapped continuation lines (#1346)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 21:08:24 -07:00
jnjpng
13d86fbd7c fix(tui): auto-approve plan mode in YOLO (#1345) 2026-03-10 20:56:48 -07:00
Charles Packer
a387724b05 fix(tui): clean up token counting in subagent display (#1344)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 18:36:37 -07:00
jnjpng
ffe204aafc fix(tui): cache plan path before ExitPlanMode arrives (#1337)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 18:17:47 -07:00
github-actions[bot]
d07f914e67 chore: bump version to 0.18.0 [skip ci] 2026-03-11 00:38:47 +00:00
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
Charles Packer
2a97f90a93 fix(listen): recover queue pump on non-user errors (#1340) 2026-03-10 17:02:44 -07:00
Charles Packer
382acacc7e fix: listener queue parity pump (#1338) 2026-03-10 16:33:56 -07:00
Christina Tong
a69fbfe877 feat(listen): plan mode system reminder (#1331)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 16:05:51 -07:00
github-actions[bot]
05a3aec87c fix: exempt $MEMORY_DIR/system/ files from read-before-edit gate (#1335)
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Charles Packer <cpacker@users.noreply.github.com>
2026-03-10 15:34:45 -07:00
Shubham Naik
b12744a408 feat: propagate conversation_id on all WebSocket events (#1328)
Co-authored-by: Letta Code <noreply@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2026-03-10 15:28:05 -07:00
cthomas
95c0d8aefa feat: add minimum docker version (#1333) 2026-03-10 14:56:54 -07:00
Sarah Wooders
4451e50281 fix: show custom BYOK models in selector (#1321)
Co-authored-by: Letta Code <noreply@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2026-03-10 14:17:51 -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
jnjpng
87312720d5 fix: use shadowed frame for static logo (#1332) 2026-03-10 12:45:44 -07:00
jnjpng
162e654ba8 fix: disable animated logo on setup/login page (#1330) 2026-03-10 12:28:53 -07:00
jnjpng
58633e9557 fix(tui): preserve ExitPlanMode plan path after mode cycling (#1329)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 12:26:29 -07:00
jnjpng
4fda294a99 fix(tui): gracefully continue ExitPlanMode after mode cycling (#1308)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 11:17:49 -07:00
Sarah Wooders
d9eae7b0e3 feat: add chatgpt-plus-pro gpt-5.4-fast tiers (#1322)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 11:17:19 -07:00
Ari Webb
e00afcb241 fix: add gpt-5.4-fast byok (#1327) 2026-03-10 11:12:40 -07:00
Kevin Lin
49dc155cdf fix: use Gemini 3.1 Pro preview handles (#1326)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-10 10:14:54 -07:00
Devansh Jain
a1cdda9467 fix: create agents with correct memory mode upfront (#1318) 2026-03-09 19:38:47 -07:00
cthomas
4222664a55 fix: cloudflare edge case (#1309) 2026-03-09 19:33:26 -07:00
cthomas
b9c4b3068f fix: reasoning ui for auto models (#1316) 2026-03-09 19:32:15 -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
Charles Packer
963274bb75 feat: expose cwd in listener state snapshots (#1315) 2026-03-09 18:14:59 -07:00
Devansh Jain
f148beee5d feat: recipe-based system prompt management (#1293) 2026-03-09 17:20:11 -07:00
Devansh Jain
c55a1fbd22 fix: always right-align status bar footer content [LET-7888] (#1312) 2026-03-09 16:56:50 -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
Charles Packer
28039dcb43 refactor: remove dual approval paths from listen mode (#1305) 2026-03-09 12:36:42 -07:00
Devansh Jain
cbcce1d4f5 chore: bump @letta-ai/letta-client to 1.7.12 (#1306) 2026-03-09 12:21:18 -07:00
github-actions[bot]
866c801e5f chore: bump version to 0.17.2 [skip ci] 2026-03-09 05:25:28 +00:00
Charles Packer
1dccab8dec chore: resync version to 0.17.1 to match npm registry (#1303)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-08 22:23:37 -07:00
Charles Packer
c012a5f346 fix(tui): gate debug footer stub behind LETTA_DEBUG_FOOTER env var (#1302)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-08 18:30:14 -07:00
cthomas
c69c132331 feat: send image version in telemetry (#1298) 2026-03-08 16:36:25 -07:00