Commit Graph

230 Commits

Author SHA1 Message Date
Devansh Jain
9fb0b68a40 fix: Update skill unload logic (#170) 2025-12-09 15:44:21 -08:00
cthomas
e0c4ac8163 feat: add kill and yank commands (#165) 2025-12-09 15:12:44 -08:00
Christina Tong
e8bd2e6537 fix: optimistic cancellation [LET-6273] (#166) 2025-12-08 23:46:18 -08:00
Devansh Jain
38b532e8ba fix: Make --tools work (#167) 2025-12-08 18:34:00 -08:00
jnjpng
723dd17d47 feat: add word-based navigation and deletion shortcuts to input (#164)
Co-authored-by: Letta <noreply@letta.com>
2025-12-08 17:14:43 -08:00
Kevin Lin
c104966d99 fix: Error message for tool upserts (#163) 2025-12-07 11:37:28 -08:00
Kevin Lin
e89525080c feat: Add gpt-5.1-codex-max (#162) 2025-12-06 23:16:02 -08:00
Kevin Lin
5dd96c9c8b fix: Increase max_output_tokens for gpt-5 and gpt-5.1 (#161) 2025-12-06 14:01:28 -08:00
Kevin Lin
cf5c738eb9 fix: Handle response with only tool call or reasoning (#160) 2025-12-05 22:19:31 -08:00
Kevin Lin
82ea8bf345 fix: Pass context window in agent update (#159) 2025-12-05 21:38:38 -08:00
jnjpng
0f55a3da52 fix: increase tool upsert timeout (#158) 2025-12-05 16:07:24 -08:00
cpacker
736c85e2c1 fix: update opus alias to point to opus 4.5
- opus → claude-opus-4-5-20251101 (latest)
- opus-4.1 → claude-opus-4-1-20250805 (previous)

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-05 13:45:51 -08:00
Devansh Jain
7dd2d2c37a chore: loaded_skills as project block (#157) 2025-12-05 12:36:40 -08:00
Devansh Jain
78fdb23d00 fix: Fixed status line and updated welcome screen (#156) 2025-12-05 12:36:26 -08:00
Devansh Jain
fde6fc0ab1 chore: Sort slash commands (#154) 2025-12-05 12:36:17 -08:00
Kevin Lin
2236cdbc14 fix: Enable --system flag for headless mode (#153) 2025-12-04 11:04:55 -08:00
Charles Packer
09d120a578 fix: better logging on error (#152) 2025-12-03 22:15:44 -08:00
Kevin Lin
bb682b8635 feat: update non OAI models to use memory (#151) 2025-12-03 17:03:45 -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
cpacker
fa4f8abec5 feat: add backfill count status message at start of history
Shows "Showing N most recent messages" with ADE link at the top
of backfilled history so users know they are seeing partial history.

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

Co-Authored-By: Letta <noreply@letta.com>
2025-12-03 16:46:53 -08:00
mruderman
35e0282281 fix: refresh skills block when reusing existing block (#135) 2025-12-03 13:07:32 -08:00
Kevin Lin
baf3faf969 feat: Add memory_apply_patch for non-Anthropic models (#149) 2025-12-02 17:21:37 -08:00
Cameron
a33160e029 docs: add missing interactive commands to README (#148)
Co-authored-by: Letta <noreply@letta.com>
2025-12-02 13:10:01 -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
github-actions[bot]
709de8efec chore: bump version to 0.5.1 [skip ci] 2025-12-02 06:47:20 +00:00
Charles Packer
a30f170c30 fix: patch ci (#145) 2025-12-01 22:46:43 -08:00
Charles Packer
bc558e5c5b fix: add rg to path (#146) 2025-12-01 22:29:05 -08:00
Charles Packer
f1f507a45d feat: loosen read permissions on shell cmd (#144) 2025-12-01 22:10:35 -08:00
Kevin Lin
57169c63e1 feat: Add skill creation command (#141)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-12-01 21:02:49 -08:00
cpacker
8ce6d32087 fix: cleanup preview 2025-12-01 20:07:24 -08:00
cpacker
4505f6c07d fix: strip prefix on footer 2025-12-01 20:06:18 -08:00
cpacker
6260a96f03 feat: have model and version in bottom right 2025-12-01 20:00:59 -08:00
cpacker
2d4fb2cdb6 fix: prettify and alias 2025-12-01 19:47:26 -08:00
cpacker
b0e3be97d1 fix: patch autoapprovals for alt toolsets 2025-12-01 19:18:47 -08:00
cpacker
d9f24cee97 fix: update aliases and ui swap detection 2025-12-01 19:08:32 -08:00
cpacker
1cd68ef701 fix: patch aliases 2025-12-01 19:04:40 -08:00
Charles Packer
cbea00a163 feat: refactor parallel tool calling UIs (#142) 2025-12-01 18:56:16 -08:00
cthomas
edd173cf34 chore: add letta source header (#139) 2025-12-01 16:18:30 -08:00
Charles Packer
50c0564460 fix: properly set parallel tool calling on model swap (#140) 2025-12-01 16:18:23 -08:00
cpacker
b6eee49172 fix: patch newline inserts in input 2025-11-30 19:47:51 -08:00
cpacker
25cf92205d Merge branch 'main' of github.com:letta-ai/letta-code 2025-11-30 19:14:57 -08:00
cpacker
598f988708 fix: patch permissions matching 2025-11-30 19:14:47 -08:00
github-actions[bot]
5ef6bd7895 chore: bump version to 0.5.0 [skip ci] 2025-12-01 03:08:04 +00:00
Charles Packer
f50e608718 feat: init memory command (#138) 2025-11-30 18:31:01 -08:00
Charles Packer
6089ce1cdd feat: misc tool alignment (#137) 2025-11-30 15:38:04 -08:00
Charles Packer
b0291597f3 feat: change default naming to pascal (#136) 2025-11-29 18:30:17 -08:00
cpacker
7ee5634021 fix: patch model selector 2025-11-27 02:24:56 -08:00
Charles Packer
06ec8b9d3c feat: new flag to filter blocks on creation (#132) 2025-11-27 02:12:41 -08:00
Charles Packer
135c19c7d7 feat: system prompt swapping (#131) 2025-11-27 01:30:11 -08:00
Kevin Lin
8330534f00 feat: Suppress toolset change message (#130) 2025-11-27 00:57:49 -08:00