Commit Graph

458 Commits

Author SHA1 Message Date
Charles Packer
95743ba504 fix: add Ctrl+V support for clipboard image paste in all terminals (#407)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 20:31:47 -08:00
Charles Packer
aca3d88800 fix: fix keybindings (#406)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 19:31:01 -08:00
cpacker
c576392db0 chore: Improve /terminal command description
👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2025-12-28 01:00:00 -08:00
Charles Packer
2d61f335af feat: shift+enter multi-line input support (#405)
Co-authored-by: Letta <noreply@letta.com>
2025-12-28 00:55:31 -08:00
github-actions[bot]
1f2b91b043 chore: bump version to 0.10.1 [skip ci] 2025-12-27 09:55:56 +00:00
Charles Packer
424e4980ac fix: improve UI (#403)
Co-authored-by: Letta <noreply@letta.com>
2025-12-27 01:55:13 -08:00
Charles Packer
aa4071c721 fix: use ripgrep for Glob tool to prevent stack overflow (#402)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 23:50:28 -08:00
cpacker
0722729021 fix: remove extra spacing below AgentInfoBar
🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2025-12-26 23:18:20 -08:00
github-actions[bot]
985081a28d chore: bump version to 0.10.0 [skip ci] 2025-12-27 06:10:02 +00:00
Charles Packer
4f94ae20e8 fix: clean up UI (#401) 2025-12-26 21:57:02 -08:00
Charles Packer
931bc8ad1e fix: improve diff text visibility on wrapped lines (#400)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 18:02:29 -08:00
Charles Packer
63388074a7 fix: fix plan mode on non-default toolsets (#398)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 12:29:07 -08:00
Charles Packer
f51deb1229 fix: improve word-level diff highlighting (#397)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 09:37:20 -08:00
Charles Packer
a2e3ee3648 feat: show advanced diffs in tool returns (#396)
Co-authored-by: Letta <noreply@letta.com>
2025-12-26 09:09:04 -08:00
Charles Packer
e8a9d656e8 fix: normalize spacing throughout UI (#395)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 20:03:07 -08:00
Charles Packer
184836e523 fix: replace low-contrast blue with primaryAccent color (#394)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 19:12:30 -08:00
Charles Packer
4db6c6f93c feat: show visual diffs for Edit/Write tool returns (#392)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 18:52:51 -08:00
Charles Packer
0fe7872aa0 fix: ensure tool return text wrapping respects left column padding (#391)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 12:21:46 -08:00
Charles Packer
6f6800b4be fix: prevent CLI crash when browser auto-open fails in WSL (#390)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 11:24:32 -08:00
github-actions[bot]
60f2718f76 chore: bump version to 0.9.0-next.1 [skip ci] 2025-12-25 17:52:01 +00:00
Charles Packer
f4c71adab6 feat: add automatic retry for transient LLM API errors (#389)
Co-authored-by: Letta <noreply@letta.com>
2025-12-25 09:49:19 -08:00
Charles Packer
6410bdece7 fix: eagerly cancel stream when user presses ESC (#388)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 18:12:31 -08:00
Charles Packer
afbe253de2 fix: patch bug in approve plan mode (handle empty toolArgs for tools with no parameters) (#387)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 15:41:50 -08:00
Charles Packer
a4fa3023c1 fix: always show detailed plan mode denial message (#386)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 14:59:29 -08:00
Charles Packer
552a006e97 feat: add custom slash commands support (#384)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 14:56:42 -08:00
Charles Packer
1f35f403c0 fix: always fetch detailed error info from server when run_id exists (#385)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 14:42:01 -08:00
Charles Packer
50598233f0 feat: prompt to resume global pinned agent in fresh directories (#358) (#383)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 10:44:44 -08:00
Charles Packer
25950133b8 fix: handle JSON parse errors in stream gracefully (#382)
Co-authored-by: Letta <noreply@letta.com>
2025-12-24 01:00:35 -08:00
Charles Packer
c1268076e7 feat: add scrolling and manual ordering to command autocomplete (#381)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 21:13:46 -08:00
Charles Packer
c72fbd64d0 feat: add toggle to show all agents in /agents view (#380)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 20:04:57 -08:00
Charles Packer
ede124144e fix: include plan file path in plan mode denial messages (#378)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 20:00:46 -08:00
Devansh Jain
648cadf8cd feat: Per-resource queues for parallel tool execution (#379) 2025-12-23 18:31:19 -08:00
cthomas
b5ce59d059 chore: make error logging more robust (#373) 2025-12-23 16:15:09 -08:00
Devansh Jain
366766e467 fix: Parallel tool execution race condition (#377) 2025-12-23 16:00:24 -08:00
Charles Packer
a660a3b5ac feat: rename /resume to /agents with backwards-compatible alias (#376)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 15:45:49 -08:00
Charles Packer
588d99265c feat: add /new command (#374)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 15:39:24 -08:00
cthomas
e4c7f9dc62 feat: update feedback copy (#375) 2025-12-23 15:37:19 -08:00
jnjpng
3572d83436 chore: claude pro max indicator (#372) 2025-12-23 14:36:41 -08:00
cthomas
2e63013eeb feat: /feedback improvements (#371) 2025-12-23 13:23:59 -08:00
jnjpng
4ef232ff58 fix: current model switcher for pro max (#370) 2025-12-23 13:04:57 -08:00
jnjpng
a9ab40bd6e fix: update default model settings for claude max pro anthropic models (#369) 2025-12-23 12:40:46 -08:00
Devansh Jain
f73ef1d552 chore: Update default memory reminders (#368) 2025-12-23 12:05:22 -08:00
jnjpng
6eff0309ca fix: pro enterprise plan messaging (#355) 2025-12-23 12:01:31 -08:00
Charles Packer
7006ae063d fix: defensive fallback for EnterPlanMode state setup (#367)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 12:01:17 -08:00
Devansh Jain
54f0f233b3 feat: Add memory reminders to improve memory use (#366) 2025-12-23 12:00:34 -08:00
Charles Packer
ef09af92f2 fix: fix plan mode path resolution on Windows (#365)
Co-authored-by: Letta <noreply@letta.com>
2025-12-23 11:35:14 -08:00
Ari Webb
db517cff0e fix: cache context window from models.list, use for byok (#364) 2025-12-23 11:35:05 -08:00
cthomas
ca5ff004e5 feat: send debug info with feedback (#354) 2025-12-23 11:20:16 -08:00
github-actions[bot]
f0c357003e chore: bump version to 0.8.0 [skip ci] 2025-12-23 06:12:24 +00:00
Charles Packer
226d76f318 feat: add GLM-4.7 model (#360)
Co-authored-by: Letta <noreply@letta.com>
2025-12-22 22:11:50 -08:00