Commit Graph

235 Commits

Author SHA1 Message Date
Kian Jones
d67b570569 refactor: remove link and unlink (#233) 2025-12-16 12:27:53 -05:00
Kian Jones
0630ac4508 chore: rename /bashes to /bg (#232) 2025-12-16 11:44:44 -05:00
Devansh Jain
81e91823cb chore: Improve subagents UI (#205) 2025-12-15 21:23:49 -08:00
Kevin Lin
b970bd3e3e fix: add temperature and max tokens for kimi-k2-thinking (#231)
Co-authored-by: Letta <noreply@letta.com>
2025-12-15 20:52:15 -08:00
Devansh Jain
ae54666a98 feat: Stateless subagents (#127) 2025-12-15 20:16:25 -08:00
Kevin Lin
560f3591ad feat: add Kimi K2 Thinking model (#230)
Co-authored-by: Letta <noreply@letta.com>
2025-12-15 19:54:48 -08:00
Charles Packer
4cc4928bb0 feat: add session context system reminder on first message (#229)
Co-authored-by: Letta <noreply@letta.com>
2025-12-15 19:44:34 -08:00
Kevin Lin
f354e6aa41 fix: pass model and system prompt when resuming agent (#227) 2025-12-15 19:38:13 -08:00
cpacker
e23e27c519 fix: hid stream cmd 2025-12-15 19:00:52 -08:00
Devansh Jain
e0ed5fe411 chore: Improve markdown render for lists and tables (#228) 2025-12-15 18:56:17 -08:00
cpacker
a125a9005a fix: typo 2025-12-15 18:48:40 -08:00
Charles Packer
4d5287520a feat: update Skill tool to support load/unload commands (#219)
Co-authored-by: Letta <noreply@letta.com>
2025-12-15 18:36:27 -08:00
cpacker
693ae8b4e0 fix: prevent escape character from being inserted into input
Strip escape characters in PasteAwareTextInput handleChange to prevent
them from being inserted by ink-text-input. This was causing the
'Press Esc again to clear' hint to flicker and disappear immediately
because the value change triggered the useEffect that resets escapePressed.

Also extracted the double-escape window duration to a constant (2.5s).

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-15 18:10:23 -08:00
Devansh Jain
cbfc7d4eee fix: Tab completion for slash commands (#224) 2025-12-15 18:02:50 -08:00
cthomas
6809d04576 feat: alias quit input to /exit (#223) 2025-12-15 17:30:44 -08:00
Devansh Jain
155fa92a3c fix: /pinned bugs (#222) 2025-12-15 17:19:41 -08:00
cthomas
71bf8cf50d feat: alias exit input to /exit (#221) 2025-12-15 17:07:58 -08:00
Devansh Jain
2a5d8dacb1 fix: Fix auto complete bugs (#220) 2025-12-15 16:45:52 -08:00
Sarah Wooders
b14a472941 add agent_id to search results (#214)
Co-authored-by: christinatong01 <christina@letta.com>
2025-12-15 16:20:47 -08:00
Ari Webb
bcb1848b9a feat: cache init tool upserts (#217) 2025-12-15 15:33:43 -08:00
Devansh Jain
7ce41e52f4 feat: Autocomplete for slash commands (#216) 2025-12-15 12:54:52 -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
Charles Packer
cd270a938d fix: patch plan mode (#211)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 21:11:42 -08:00
Charles Packer
078fcf5476 feat: simplify welcome screen design (#210)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 20:27:44 -08:00
Charles Packer
cac76adb31 feat: add interactive ProfileSelector UI for /profile command (#208)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 18:05:23 -08:00
Ari Webb
82518f135b feat: add from af cli flag (#195) 2025-12-14 14:27:31 -08:00
Devansh Jain
d77e92be48 chore: Update Anthropic token configs (#204) 2025-12-14 14:25:35 -08:00
Charles Packer
2936b57ffc feat: remove uimode/parallel from settings (#206) 2025-12-14 14:25:25 -08:00
Devansh Jain
13b4100311 fix: Markdown render spacing (#207) 2025-12-14 11:33:53 -08:00
Devansh Jain
d592fde824 feat: /profile command (#203) 2025-12-13 12:42:30 -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
7a46cde1da fix: patch queueing (#201)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 22:24:14 -08:00
Charles Packer
28094b6cac feat: add double Ctrl+C to exit from approval screen (#200)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 20:14:38 -08:00
Charles Packer
8bb588e5af feat: search endpoint (#198)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 17:16:09 -08:00
Kevin Lin
f61ecd6849 fix: Remove duplicate current model in model selector (#197) 2025-12-12 16:31:54 -08:00
Charles Packer
a1763d29de feat: paginated resume (#194)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 15:35:53 -08:00
Charles Packer
226d20fbae feat: add /description command to update agent description (#193)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 15:06:08 -08:00
Charles Packer
ba7cda4bee feat: add agent description and show in /resume (#192)
Co-authored-by: Letta <noreply@letta.com>
2025-12-12 14:54:16 -08:00
Kevin Lin
a58dddaf3d feat: Add retries for stop_reason error with metadata (#191) 2025-12-12 09:51:49 -08:00
Charles Packer
97e6b7e2a7 feat: add LETTA_DEBUG env var for debug logging (#190)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 22:59:34 -08:00
Charles Packer
c39bda9a01 fix: improve error handling for headless (#187) 2025-12-11 22:30:26 -08:00
Kevin Lin
2bed9b071b fix: Vertex handle (#188) 2025-12-11 21:23:12 -08:00
Christina Tong
c3e82a4c89 feat: update message queueing silent cancel and clean up eager cancellation state (#184) 2025-12-11 20:06:20 -08:00
Charles Packer
7c0d65c920 fix: add gpt-5.2 support (#186) 2025-12-11 19:31:14 -08:00
Charles Packer
068c5b1773 feat: add /resume command with improved agent selector UI (#183)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 19:27:05 -08:00
Kevin Lin
113dbcad9d feat: add Gemini 3 (vertex) (#182) 2025-12-11 18:44:40 -08:00
Kevin Lin
d5b02158d5 feat: Exponential backoff for llm_api_error (#181) 2025-12-11 15:54:34 -08:00
Charles Packer
a21336bd16 fix: patch auth flow (#180) 2025-12-11 15:14:07 -08:00
Charles Packer
23b335fee7 feat: add /remember command for quick memory updates (#179)
Co-authored-by: Letta <noreply@letta.com>
2025-12-11 15:13:48 -08:00