Commit Graph

1520 Commits

Author SHA1 Message Date
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
jnjpng
d184bd8aef fix: update tab-cycle mode glyphs (#1174)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 15:32:22 -08:00
cpacker
872630ad65 fix: ui cleanup 2026-02-26 15:25:50 -08:00
Charles Packer
7974ea64da fix(tui): restore clickable ADE/usage links in agent info bar (#1173) 2026-02-26 15:01:40 -08:00
Shubham Naik
1a630cedc9 improve streaming resilience for remote mode (#1171) 2026-02-26 15:01:13 -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
jnjpng
728555480a fix: normalize animated logo frame width (#1172)
Co-authored-by: Letta <noreply@letta.com>
2026-02-26 14:39:51 -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
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
Devansh Jain
2c243151c6 refactor: remove parseArgs value casts in subcommands (#1157) 2026-02-25 20:15:15 -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
jnjpng
17a70d6586 fix: update agentState.model on model switch for immediate status bar refresh (#1149)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 18:10:59 -08:00
jnjpng
bf324ded90 feat: add telemetry tracking for stream resume attempts (#1144)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 17:16:01 -08:00
Charles Packer
bb778d65a2 fix(tui): deduplicate model list by handle in /model selector (#1139)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 17:04:59 -08:00
Charles Packer
7a48ac4f25 fix(tui): use canonical agent.model handle for status bar display name (#1140)
Co-authored-by: Letta <noreply@letta.com>
2026-02-25 17:04:51 -08:00
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
github-actions[bot]
461f9597c4 chore: bump version to 0.16.12 [skip ci] 2026-02-25 20:13:54 +00:00
cpacker
17ce8f3ba4 fix(ci): use valid gemini model id in headless matrix 2026-02-25 11:28:00 -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
Kevin Lin
33509d9358 chore: update CI matrix to sonnet-4.6 and gemini-3.1-pro (#1108) 2026-02-25 11:08:20 -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
github-actions[bot]
f12d091668 chore: bump version to 0.16.11 [skip ci] 2026-02-25 02:07:38 +00:00
Ari Webb
a8efb9776f fix: cosmetic fix for new agents (#1126) 2026-02-24 16:37:16 -08:00