Commit Graph

263 Commits

Author SHA1 Message Date
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
Charles Packer
603e5941d8 refactor: replace ADE /agents/ links with /chat/ and centralize URL building [LET-7798] (#1254)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-04 15:45:42 -08:00
cthomas
2edbe0566d feat: add letta/auto and letta/auto-fast model support (#1259)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-04 12:16:30 -08:00
Devansh Jain
52e7a5af3a feat: split init into shallow and deep tiers [LET-7770] (#1258) 2026-03-03 22:56:58 -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
a44c16edc7 feat: add max reasoning tier for Sonnet 4.6 (#1257) 2026-03-03 21:51:48 -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
Devansh Jain
0d741d389d fix: improve readability of command-io and toolset-change reminders (#1252) 2026-03-03 18:49:58 -08:00
jnjpng
5aea65975c feat: add reasoning effort tiers for Opus 4.5 and xhigh for Opus 4.6 (#1248)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-03 16:40:57 -08:00
Charles Packer
d038695244 feat(connect): unify provider connect flows across TUI and CLI (#1243)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-03 13:26:26 -08:00
Devansh Jain
be7606824b fix: make Shift+Tab enter plan mode before auto-approve (#1197) 2026-03-03 12:58:07 -08:00
Shubham Naik
68e4bc0b4a feat: pass version in letta remote (#1226) 2026-03-03 12:57:09 -08:00
Ari Webb
d6d39fe0cf fix: persist /model selection for default conversations (#1239)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 12:52:00 -08:00
Devansh Jain
200390ca33 fix(tui): show background subagent notifications immediately when idle (#1242) 2026-03-03 12:36:55 -08:00
Cameron
5bd09dd17d feat(permissions): generalize approve-always rules for gh CLI commands (#1240) 2026-03-03 11:45:18 -08:00
jnjpng
60aca976de fix(cli): preserve model across new conversations (#1228)
Co-authored-by: Letta Code <noreply@letta.com>
2026-03-02 13:24:59 -08:00
cpacker
59e9b6648f test(queue): assert listener and TUI batch progression parity 2026-03-01 11:56:55 -08:00
cpacker
393ab7bddf refactor(remote): extract shared registerWithCloud() helper
Registration HTTP logic was duplicated three times across listen.ts
(initial + re-register) and listen.tsx. Extracted into
listen-register.ts with proper error handling for non-JSON responses,
response shape validation, and 5 focused tests. Removes ~110 lines
of duplication.

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

Co-Authored-By: Letta <noreply@letta.com>
2026-03-01 11:53:45 -08:00
cpacker
b4910cd410 fix(listen): enforce strict queue/run correlation in recovery 2026-03-01 00:06:37 -08:00
Devansh Jain
35962f7bc7 feat: make /init a background subagent (#1208) 2026-02-27 19:35:19 -08:00
Devansh Jain
0c1f2182a0 feat: add silentCompletion + onComplete to spawnBackgroundSubagentTask (#1217) 2026-02-27 19:14:05 -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
Charles Packer
22c31b3d74 fix(tools): add git commit/PR instructions to Codex and Gemini shell tools (#1213)
Co-authored-by: Letta Code <noreply@letta.com>
2026-02-27 16:39:58 -08:00
Sarah Wooders
186483d750 fix: allow quoted pipes in read-only bash parsing (#1194) 2026-02-27 15:40:58 -08:00
cthomas
0d5dab198a feat: use conversations endpoint for default conversation (#1206) 2026-02-27 15:37:15 -08:00
Ari Webb
621ec335e2 fix: fix ci (#1199) 2026-02-27 12:19:52 -08:00
Ari Webb
613acc0c3e fix: delete plan subagent (#1195) 2026-02-27 11:46:58 -08:00
Charles Packer
5a3a76e333 fix: permissions shell rule normalization (#1189) 2026-02-26 23:55:07 -08:00
Charles Packer
34ec2aaa4e fix(plan): merge scoped path relaxation with quote-aware shell parsing (#1188) 2026-02-26 22:40:09 -08:00
Charles Packer
03de29f3d3 fix(plan): avoid first-try plan-file path misses in codex apply_patch (#1187) 2026-02-26 22:07:24 -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
Charles Packer
70fac1d1f3 fix(queue): harden TUI dequeue display trim and override submit guard (#1183) 2026-02-26 18:12:54 -08:00
Charles Packer
1ca8cf9433 test(cli): harden plan permission-mode sync wiring (#1182) 2026-02-26 18:09:11 -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
Charles Packer
462d14edce feat(queue): QueueRuntime TUI cutover — remove messageQueue array as source of truth (#1168)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 16:57:42 -08:00
Devansh Jain
6967f9dcc9 feat: make reasoning tab cycling opt-in (default off) (#1175) 2026-02-26 15:42:52 -08:00
Charles Packer
7a36d27e8f feat(protocol): add static transcript sync message types (LSS1) (#1169)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 14:52:51 -08:00
Charles Packer
18fa693c9b feat: queue tui integration (#1164)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 11:34:37 -08:00
Charles Packer
908820c44a feat: queue listen integration (#1163)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 11:02:01 -08:00
Charles Packer
d0dd53a472 feat: queue headless integration (#1162)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 11:01:48 -08:00
Charles Packer
b593460cec feat: shared queue runtime (#1161)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 23:40:32 -08:00
Charles Packer
b06de55102 feat(protocol): add queue lifecycle event types (#1160)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 22:17:51 -08:00
Charles Packer
6ddd54592b feat: ws emissions parity (#1158)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 21:52:44 -08:00
Charles Packer
cca57b1759 feat(listen): gated blocking-in-loop approval flow with control_response (#1155)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 20:11:51 -08:00
Devansh Jain
a0fffeae35 refactor: type parsed flag values and remove entrypoint casts (#1153) 2026-02-25 19:48:02 -08:00
Devansh Jain
573ac5721c fix: prevent stale settings writes from clobbering global pins (#1150) 2026-02-25 19:45:58 -08:00
Charles Packer
ce5ba0496f feat(listen): add ws control_response resolver plumbing (#1152) 2026-02-25 19:05:43 -08:00
Charles Packer
3b2b9ca776 feat(protocol): add DiffPreview type and wire into can_use_tool emission (#1151)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 18:44:54 -08:00
Devansh Jain
c8fb2cc3b1 refactor: unify CLI flag parsing across interactive and headless (#1137)
Co-authored-by: cpacker <packercharles@gmail.com>
2026-02-25 18:29:56 -08:00