Commit Graph

827 Commits

Author SHA1 Message Date
jnjpng
37a237ad0f feat: include compaction messages and handle new summary message types (#756) 2026-01-30 18:19:51 -08:00
Charles Packer
bb6ce1f2c8 fix(skill): patch up skill diffing code (#758)
Co-authored-by: Letta <noreply@letta.com>
2026-01-30 18:08:56 -08:00
Charles Packer
33681a62b1 fix: patch memfs skill scripts (#757)
Co-authored-by: Letta <noreply@letta.com>
2026-01-30 16:26:19 -08:00
github-actions[bot]
071ad8cdc1 chore: bump version to 0.14.3 [skip ci] 2026-01-30 22:32:27 +00:00
Charles Packer
5e64033505 fix(memfs): add frontmatter round-trip to preserve block metadata (#754)
Co-authored-by: Letta <noreply@letta.com>
2026-01-30 14:18:54 -08:00
github-actions[bot]
c7a645c0d6 chore: bump version to 0.14.2 [skip ci] 2026-01-30 18:10:03 +00:00
Charles Packer
8c3a6e7da0 refactor: sync simplification (#752)
Co-authored-by: Letta <noreply@letta.com>
2026-01-30 10:09:29 -08:00
Kainoa Kanter
4859d3fca1 docs: remove letta-code-bin AUR package (#753) 2026-01-30 10:09:00 -08:00
Charles Packer
2f1943f41d fix: remove extra vertical spacing between memory block tabs (#749)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 20:23:51 -08:00
Cameron
382a7d34f5 fix(ui): show full Task prompt in approval dialogs (#750) 2026-01-29 17:52:55 -08:00
github-actions[bot]
fda676a2ab chore: bump version to 0.14.1 [skip ci] 2026-01-30 01:21:03 +00:00
Charles Packer
b36bb8beef feat: enable memfs by default for newly created agents (#748)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 17:17:06 -08:00
Charles Packer
9fd87240f9 feat: add --memfs / --no-memfs CLI flags (#747)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 16:51:35 -08:00
Kainoa Kanter
160e0123f5 fix: bun string encoding (#746) 2026-01-29 16:51:21 -08:00
Kainoa Kanter
841036c294 fix: don't extern sharp, even if unused (#745) 2026-01-29 16:50:47 -08:00
github-actions[bot]
4bb680b027 chore: bump version to 0.14.0 [skip ci] 2026-01-30 00:18:48 +00:00
cpacker
2c985005d0 fix(memfs): auto-sync when new files or changes detected
Previously, file watching only triggered a conflict check, not a full sync.
New files created in the memory directory were detected but not synced until
the user ran /memory-sync manually.

Now when the conflict check detects:
- New files (status.newFiles.length > 0)
- Pending file changes (status.pendingFromFile.length > 0)

It automatically triggers a sync to create/update the corresponding blocks.

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

Co-Authored-By: Letta <noreply@letta.com>
2026-01-29 16:03:12 -08:00
cpacker
13b627e28a fix: USE_MAGICK build flag - use define instead of bun:bundle
The bun:bundle module only exists at bundle time, not when running source
directly (dev/tests). This caused CI failures with:
  error: Cannot find package 'bundle'

Fix: Use Bun.build's define option to set __USE_MAGICK__ as a compile-time
constant. At dev/test time it's undefined (defaults to false/sharp).
At build time it's set based on USE_MAGICK env var.

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

Co-Authored-By: Letta <noreply@letta.com>
2026-01-29 15:02:07 -08:00
Charles Packer
ad95f79133 feat(memfs): add owner tags for block ownership tracking (#744)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 14:52:58 -08:00
Kainoa Kanter
66eeac5b59 feat: USE_MAGICK build env var to use magick variant of imageResize (#742) 2026-01-29 14:46:31 -08:00
Charles Packer
fe1070fb21 feat(memfs): flatten directory structure - detached blocks at root (#743)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 14:36:21 -08:00
Charles Packer
77ba94c7da fix: backcompat for init/defrag (#741)
Co-authored-by: Letta <noreply@letta.com>
2026-01-29 11:54:21 -08:00
Christina Tong
44bfd79907 fix: headless create only flag (#740) 2026-01-28 23:47:00 -08:00
Charles Packer
4627548829 fix: use subtle gray background for user message highlight on dark terminals (#739)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 23:09:21 -08:00
Anthony W. Jung
fa5a7c3d74 fix: show model selector on self-hosted when default model unavailable (#737) 2026-01-28 22:58:56 -08:00
Charles Packer
20d0be8f85 feat: add Kimi K2.5 model (#738)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 21:39:13 -08:00
Charles Packer
654e492479 feat: agent-driven memory filesystem sync conflict resolution (#724)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
2026-01-28 19:30:26 -08:00
jnjpng
af1f2df260 feat: render summarization/compact user message (#736) 2026-01-28 18:16:50 -08:00
Ari Webb
bbfb56ab84 feat: openrouter byok support through /connect (#735) 2026-01-28 18:10:23 -08:00
jnjpng
2f203b7e08 fix: skip UserPromptSubmit hooks for slash commands (#734) 2026-01-28 17:51:56 -08:00
Charles Packer
0b8fe9661b fix: mark subagents as hidden on creation (#730)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 16:32:58 -08:00
Cameron
4794361b50 feat(hooks): capture reasoning and assistant messages in hooks (#719) 2026-01-28 16:28:23 -08:00
github-actions[bot]
4c702057e0 feat: inject LETTA_AGENT_ID into hook environment context (#731)
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Cameron <cpfiffer@users.noreply.github.com>
2026-01-28 16:24:17 -08:00
Kevin Lin
79d02ffbdc feat: update defrag skill to use memfs instead of backup/restore scripts (#732)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 16:06:24 -08:00
jnjpng
5b75244476 feat: add disable all hook toggle (#726) 2026-01-28 15:40:29 -08:00
jnjpng
52c8d6f7b4 refactor: use constants for system-reminder tags (#728) 2026-01-28 15:01:03 -08:00
cthomas
5f5252e5a2 fix: don't retry llm_error for 4xx client errors (#725)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 14:41:27 -08:00
jnjpng
03db8545ad feat: add highlighting to user prompt messages (#714) 2026-01-28 14:35:19 -08:00
cthomas
583ce7b395 feat: suggest Bedrock Opus 4.5 fallback for Anthropic llm_api_error (#722)
Co-authored-by: Letta <noreply@letta.com>
2026-01-28 13:58:00 -08:00
jnjpng
a0e0fa1bae fix: file content search test (#721) 2026-01-28 12:45:00 -08:00
Christina Tong
b3a2b91e74 fix: wired up updatedInput in headless (#720) 2026-01-28 12:28:37 -08:00
Ari Webb
ebdf78302d feat: add profile auth method for bedrock (#695) 2026-01-28 11:33:43 -08:00
github-actions[bot]
b304107a60 fix: use agent-level compact API for default conversation (#718)
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Cameron <cpfiffer@users.noreply.github.com>
2026-01-28 10:51:21 -08:00
Kevin Lin
e8826f99a6 feat: update memory init to support hierarchical filesystem organization (#700)
Co-authored-by: Letta <noreply@letta.com>
2026-01-27 19:20:06 -08:00
cthomas
0df8e51dac feat: clean up keep-alive fallback handling (#663) 2026-01-27 17:50:37 -08:00
dependabot[bot]
c2fd63f5b5 chore(deps): bump @letta-ai/letta-client from 1.7.4 to 1.7.6 (#713)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 17:30:23 -08:00
Charles Packer
bebe000336 chore: add dependabot config for letta-client updates (#712)
Co-authored-by: Letta <noreply@letta.com>
2026-01-27 17:05:07 -08:00
jnjpng
bb4bda42c4 fix: enable paste support in hooks TUI inputs (#711)
Co-authored-by: Letta <noreply@letta.com>
2026-01-27 16:17:33 -08:00
jnjpng
1c6e8cf712 fix: use const for globalPinned (#710)
Co-authored-by: Letta <noreply@letta.com>
2026-01-27 15:59:51 -08:00
jnjpng
2461e99519 fix: improve hooks TUI - Enter to delete, better spacing (#709)
Co-authored-by: Letta <noreply@letta.com>
2026-01-27 15:46:23 -08:00