Commit Graph

328 Commits

Author SHA1 Message Date
Christina Tong
06b393b2b2 patch msg id for msg search (#250) 2025-12-17 10:47:41 -08:00
cthomas
d9ad5cbc07 chore: populate user-agent (#257) 2025-12-17 09:44:48 -08:00
github-actions[bot]
d801088110 chore: bump version to 0.6.3 [skip ci] 2025-12-17 06:17:54 +00:00
Kevin Lin
faf5539e3d feat: Allow relative paths for all tools (#253) 2025-12-16 22:00:34 -08:00
Kevin Lin
07a41f923a Revert "relative file paths" (#252) 2025-12-16 21:39:29 -08:00
Kevin Lin
ca8d9a7264 relative file paths 2025-12-16 21:06:19 -08:00
Devansh Jain
e9d6b16e86 chore: Tab for slash command autocomplete (#249) 2025-12-16 16:46:13 -08:00
Kevin Lin
0f6ec5e21b feat: Allow relative paths in read file tool. (#247) 2025-12-16 16:34:10 -08:00
Kainoa Kanter
71e98bf24f docs: add AUR packages (#243) 2025-12-16 16:15:34 -08:00
Devansh Jain
c064d99883 fix: slash command queue race conditions and overlay state management (#246) 2025-12-16 15:10:35 -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
Cameron
562246d022 feat: Personalize thinking prompts with agent name (#234) 2025-12-16 14:11:17 -08:00
cthomas
c0e5abaff1 feat: add goodbye message (#242) 2025-12-16 12:23:26 -08:00
Sarah Wooders
f0018fe327 Update README.md 2025-12-16 12:21:08 -08:00
Sarah Wooders
8320ed7939 Update README.md 2025-12-16 12:20:33 -08:00
Kian Jones
45f02dc96e fix: max listners (#241) 2025-12-16 15:16:44 -05:00
Kian Jones
34eb87b014 chore: soft deprecate unlink and link (#239) 2025-12-16 14:52:28 -05:00
Devansh Jain
f5110dd21e fix: maxListeners warning (#240) 2025-12-16 11:40:52 -08:00
Kevin Lin
ea175e1dbb feat: Only show available models in selector (#238) 2025-12-16 11:31:54 -08:00
Kian Jones
90a66ee94b feat: hide pin and unpin based on existing pinning configuration (#236) 2025-12-16 14:29:39 -05:00
Christina Tong
902c7c7110 update message search link to point to message (#225) 2025-12-16 11:07:17 -08:00
Devansh Jain
a0b3e2b098 fix: increase EventEmitter limit (#237) 2025-12-16 10:47:57 -08:00
Kian Jones
c446113067 chore: increase max listners from 10 -> 20 (#235) 2025-12-16 13:15:32 -05:00
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
github-actions[bot]
0062090df3 chore: bump version to 0.6.2 [skip ci] 2025-12-16 15:29:08 +00: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
github-actions[bot]
3aca7f4af6 chore: bump version to 0.6.1 [skip ci] 2025-12-16 00:11:20 +00:00
cthomas
f7ca61d5d7 chore: bump letta client version (#218) 2025-12-15 16:02:57 -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
Sarah Wooders
3c0b60f82d update README (#215) 2025-12-15 11:46:41 -08:00
github-actions[bot]
6393cb995b chore: bump version to 0.6.0 [skip ci] 2025-12-15 19:14:16 +00: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