Charles Packer
388cbd6e25
fix: handle ENOTEMPTY errors in auto-update with cleanup and retry ( #632 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-21 21:57:56 -08:00
Charles Packer
ce89e962c7
fix: update isolated blocks in conversation context for Skill tool ( #622 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-21 17:45:41 -08:00
Charles Packer
03a2cfc2ed
fix: make --new-agent use default conversation ( #595 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-19 13:33:00 -08:00
Charles Packer
a526614e28
feat: revert default startup to use "default" conversation ( #594 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-19 13:02:12 -08:00
Charles Packer
f30dbf40da
feat: deploy existing agents as subagents via Task tool ( #591 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-18 19:12:23 -08:00
Charles Packer
d96ba6dd2e
feat: add truncation to Task tool output and auto-cleanup overflow files ( #588 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-18 14:16:50 -08:00
Charles Packer
f2b242cdc5
feat: add support for default conversation via --conv default ( #580 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-17 20:06:36 -08:00
Charles Packer
5f5c0df18e
feat: reduce time-to-boot, remove default eager approval checks on inputs, auto-cancel stale approvals ( #579 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-17 16:19:30 -08:00
Charles Packer
2d6d3baa5e
feat: add release notes display system ( #573 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-16 20:30:47 -08:00
Charles Packer
cbc9f8dce9
feat: simplify startup flow with auto-select Memo for fresh users ( #568 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-16 14:17:35 -08:00
Charles Packer
414affedd0
fix: prevent subagents from polluting LRU settings ( #565 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-16 13:04:07 -08:00
Charles Packer
c6d43a1a25
fix: auto-create missing skills blocks when resuming older agents ( #559 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-15 19:18:37 -08:00
Charles Packer
72f172d9d9
fix: pin existing default agents and rename --new to --new-agent ( #556 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-15 18:08:31 -08:00
Charles Packer
1192e88849
feat: improve --resume and --continue CLI flags ( #555 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-15 16:37:26 -08:00
Charles Packer
f964b020d5
fix: /resume nonexistent conversation ( #548 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-14 20:31:13 -08:00
Charles Packer
db33f942b3
fix: isolate skills blocks per conversation ( #545 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-14 18:12:37 -08:00
Charles Packer
480a270f53
fix: task tool rendering issues ( #534 )
2026-01-13 19:21:42 -08:00
Charles Packer
ef7d8c98df
refactor: use conversations ( #475 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-13 16:40:59 -08:00
Charles Packer
447daea919
fix: "Create new agent" from selector was stuck in a loop ( #503 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-08 22:57:09 -08:00
Shubham Naik
3ed7a05370
feat: add LSP support (TypeScript and Python) ( #474 )
...
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com >
Co-authored-by: Charles Packer <cpacker@users.noreply.github.com >
Co-authored-by: Letta <noreply@letta.com >
Co-authored-by: cpacker <packercharles@gmail.com >
2026-01-07 11:41:09 -08:00
Charles Packer
ff62233fa3
fix: show selector instead of silently creating agent when LRU retrieval fails ( #471 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 17:49:06 -08:00
Charles Packer
34367de5d7
feat: implement client-side tools via client_tools spec ( #456 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 23:35:40 -08:00
Charles Packer
a956a15db4
feat: add system prompt and memory block configuration for headless mode ( #450 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 15:32:07 -08:00
Charles Packer
47e4734ba1
feat: Add --input-format stream-json for bidirectional SDK communication ( #444 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-01 01:00:45 -08:00
Charles Packer
725a2a7cad
fix: update stream-json output format for SDK compatibility ( #442 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 19:19:35 -08:00
Charles Packer
f5a1a5e400
fix: prevent infinite loop on ESC interrupt ( #425 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-29 20:12:03 -08:00
Kainoa Kanter
fab0ca676b
refactor: use system secrets when possible ( #248 )
2025-12-29 12:09:52 -08:00
Charles Packer
0104fe4b3b
feat: add --name/-n option to resume agent by name ( #411 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-28 23:17:42 -08:00
Charles Packer
aca3d88800
fix: fix keybindings ( #406 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-28 19:31:01 -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
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
cthomas
586a39ead8
feat: add optional telemetry ( #326 )
2025-12-19 18:41:43 -08:00
Devansh Jain
7d73219c50
chore: Add --system flag for existing agents + update system prompt variable names ( #328 )
2025-12-19 17:16:21 -08:00
Charles Packer
f38bd1b133
fix: auto-retry when tools missing on server + graceful error handling ( #315 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-18 20:52:07 -08:00
Charles Packer
fb6fecddf8
feat: add --info flag to show project and agent info ( #280 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-17 19:47:17 -08:00
Kian Jones
322ab19f11
feat: assorted small changes ( #244 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-16 17:20:31 -05:00
Kian Jones
d67b570569
refactor: remove link and unlink ( #233 )
2025-12-16 12:27:53 -05:00
Devansh Jain
ae54666a98
feat: Stateless subagents ( #127 )
2025-12-15 20:16:25 -08:00
Kevin Lin
f354e6aa41
fix: pass model and system prompt when resuming agent ( #227 )
2025-12-15 19:38:13 -08:00
Ari Webb
bcb1848b9a
feat: cache init tool upserts ( #217 )
2025-12-15 15:33:43 -08:00
Charles Packer
2f21893ef5
feat: profile-based persistence with startup selector ( #212 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-15 11:13:43 -08:00
Ari Webb
82518f135b
feat: add from af cli flag ( #195 )
2025-12-14 14:27:31 -08:00
Charles Packer
2936b57ffc
feat: remove uimode/parallel from settings ( #206 )
2025-12-14 14:25:25 -08:00
cpacker
0dda14103a
feat: restore /stream command with default OFF
...
Token streaming is now off by default. Users can toggle it with /stream.
🐾 Generated with [Letta Code](https://letta.com )
Co-Authored-By: Letta <noreply@letta.com >
2025-12-12 23:02:16 -08:00
Charles Packer
642692593c
chore: remove redundant commands /agent, /stream, /swap ( #202 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-12 22:52:41 -08:00
Charles Packer
a21336bd16
fix: patch auth flow ( #180 )
2025-12-11 15:14:07 -08:00
Christina Tong
6b8215aa87
add auto updates ( #172 )
2025-12-10 17:49:20 -08:00
Shelley Pham
6db2fcfc05
feat: add handling for when failed to refresh access token ( #168 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
2025-12-10 14:19:08 -08:00
cpacker
8c6ed19719
fix: show 'Resuming agent...' during loading when resuming
...
Set isResumingSession early in the init flow so the loading message
correctly shows 'Resuming agent...' instead of 'Creating agent...'
🤖 Generated with [Letta Code](https://letta.com )
Co-Authored-By: Letta <noreply@letta.com >
2025-12-03 16:52:29 -08:00
Charles Packer
5df327755f
feat: add startup status messages showing agent provenance ( #147 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-02 00:10:45 -08:00