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
89d6ed2c87
feat: Recompile system prompt after memory subagents finish ( #1310 )
2026-03-09 16:50: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
Charles Packer
8a657ad87d
fix(listen): expose interrupted tool state for reconnect hydration ( #1295 )
2026-03-05 23:17:43 -08:00
Charles Packer
52f2cc9924
fix(listen): preserve interrupt error status through next-turn persistence ( #1294 )
2026-03-05 22:29:08 -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
Charles Packer
c0ecdb16d0
fix(listen): recover stale approval conflicts after stop-reason errors ( #1285 )
2026-03-05 17:33:46 -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
Charles Packer
95a628eaa0
fix(ws): remote interrupt recovery for listen-client [LET-7796] ( #1272 )
...
Co-authored-by: Letta Code <noreply@letta.com >
2026-03-04 22:35:17 -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
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