Commit Graph

  • 4859d3fca1 docs: remove letta-code-bin AUR package (#753) Kainoa Kanter 2026-01-30 10:09:00 -08:00
  • 2f1943f41d fix: remove extra vertical spacing between memory block tabs (#749) Charles Packer 2026-01-29 20:23:51 -08:00
  • 382a7d34f5 fix(ui): show full Task prompt in approval dialogs (#750) Cameron 2026-01-29 17:52:55 -08:00
  • fda676a2ab chore: bump version to 0.14.1 [skip ci] github-actions[bot] 2026-01-30 01:21:03 +00:00
  • b36bb8beef feat: enable memfs by default for newly created agents (#748) Charles Packer 2026-01-29 17:17:06 -08:00
  • 9fd87240f9 feat: add --memfs / --no-memfs CLI flags (#747) Charles Packer 2026-01-29 16:51:35 -08:00
  • 160e0123f5 fix: bun string encoding (#746) Kainoa Kanter 2026-01-29 16:51:21 -08:00
  • 841036c294 fix: don't extern sharp, even if unused (#745) Kainoa Kanter 2026-01-29 16:50:47 -08:00
  • 4bb680b027 chore: bump version to 0.14.0 [skip ci] github-actions[bot] 2026-01-30 00:18:48 +00:00
  • 2c985005d0 fix(memfs): auto-sync when new files or changes detected cpacker 2026-01-29 16:03:12 -08:00
  • 13b627e28a fix: USE_MAGICK build flag - use define instead of bun:bundle cpacker 2026-01-29 15:02:07 -08:00
  • ad95f79133 feat(memfs): add owner tags for block ownership tracking (#744) Charles Packer 2026-01-29 14:52:58 -08:00
  • 66eeac5b59 feat: USE_MAGICK build env var to use magick variant of imageResize (#742) Kainoa Kanter 2026-01-29 14:46:31 -08:00
  • fe1070fb21 feat(memfs): flatten directory structure - detached blocks at root (#743) Charles Packer 2026-01-29 14:36:21 -08:00
  • 77ba94c7da fix: backcompat for init/defrag (#741) Charles Packer 2026-01-29 11:54:21 -08:00
  • 44bfd79907 fix: headless create only flag (#740) Christina Tong 2026-01-28 23:47:00 -08:00
  • 4627548829 fix: use subtle gray background for user message highlight on dark terminals (#739) Charles Packer 2026-01-28 23:09:21 -08:00
  • fa5a7c3d74 fix: show model selector on self-hosted when default model unavailable (#737) Anthony W. Jung 2026-01-29 15:58:56 +09:00
  • 20d0be8f85 feat: add Kimi K2.5 model (#738) Charles Packer 2026-01-28 21:39:13 -08:00
  • 654e492479 feat: agent-driven memory filesystem sync conflict resolution (#724) Charles Packer 2026-01-28 19:30:26 -08:00
  • af1f2df260 feat: render summarization/compact user message (#736) jnjpng 2026-01-28 18:16:50 -08:00
  • bbfb56ab84 feat: openrouter byok support through /connect (#735) Ari Webb 2026-01-28 18:10:23 -08:00
  • 2f203b7e08 fix: skip UserPromptSubmit hooks for slash commands (#734) jnjpng 2026-01-28 17:51:56 -08:00
  • 0b8fe9661b fix: mark subagents as hidden on creation (#730) Charles Packer 2026-01-28 16:32:58 -08:00
  • 4794361b50 feat(hooks): capture reasoning and assistant messages in hooks (#719) Cameron 2026-01-28 16:28:23 -08:00
  • 4c702057e0 feat: inject LETTA_AGENT_ID into hook environment context (#731) github-actions[bot] 2026-01-28 16:24:17 -08:00
  • 79d02ffbdc feat: update defrag skill to use memfs instead of backup/restore scripts (#732) Kevin Lin 2026-01-28 16:06:24 -08:00
  • 5b75244476 feat: add disable all hook toggle (#726) jnjpng 2026-01-28 15:40:29 -08:00
  • 52c8d6f7b4 refactor: use constants for system-reminder tags (#728) jnjpng 2026-01-28 15:01:03 -08:00
  • 5f5252e5a2 fix: don't retry llm_error for 4xx client errors (#725) cthomas 2026-01-28 14:41:27 -08:00
  • 03db8545ad feat: add highlighting to user prompt messages (#714) jnjpng 2026-01-28 14:35:19 -08:00
  • 583ce7b395 feat: suggest Bedrock Opus 4.5 fallback for Anthropic llm_api_error (#722) cthomas 2026-01-28 13:58:00 -08:00
  • a0e0fa1bae fix: file content search test (#721) jnjpng 2026-01-28 12:45:00 -08:00
  • b3a2b91e74 fix: wired up updatedInput in headless (#720) Christina Tong 2026-01-28 12:28:37 -08:00
  • ebdf78302d feat: add profile auth method for bedrock (#695) Ari Webb 2026-01-28 11:33:43 -08:00
  • b304107a60 fix: use agent-level compact API for default conversation (#718) github-actions[bot] 2026-01-28 10:51:21 -08:00
  • e8826f99a6 feat: update memory init to support hierarchical filesystem organization (#700) Kevin Lin 2026-01-27 19:20:06 -08:00
  • 0df8e51dac feat: clean up keep-alive fallback handling (#663) cthomas 2026-01-27 17:50:37 -08:00
  • c2fd63f5b5 chore(deps): bump @letta-ai/letta-client from 1.7.4 to 1.7.6 (#713) dependabot[bot] 2026-01-27 17:30:23 -08:00
  • bebe000336 chore: add dependabot config for letta-client updates (#712) Charles Packer 2026-01-27 17:05:07 -08:00
  • bb4bda42c4 fix: enable paste support in hooks TUI inputs (#711) jnjpng 2026-01-27 16:17:33 -08:00
  • 1c6e8cf712 fix: use const for globalPinned (#710) jnjpng 2026-01-27 15:59:51 -08:00
  • 2461e99519 fix: improve hooks TUI - Enter to delete, better spacing (#709) jnjpng 2026-01-27 15:46:23 -08:00
  • edeb344ad9 fix: always populate user-agent (#708) cthomas 2026-01-27 15:02:01 -08:00
  • a426e4bae3 fix: use platform-independent paths in memory filesystem tests (#706) Charles Packer 2026-01-27 14:00:09 -08:00
  • f1a56c5e87 fix: Default agent creation on first bootup (#704) Devansh Jain 2026-01-27 13:56:26 -08:00
  • 2ce65ee99b feat: auto-generate changelog in GitHub releases (#705) Charles Packer 2026-01-27 13:07:30 -08:00
  • 51bff77e27 fix: memory sync improvements (#698) Charles Packer 2026-01-27 00:41:05 -08:00
  • fe53cac13c feat: add direct MiniMax M2.1 support (#697) Charles Packer 2026-01-26 22:10:58 -08:00
  • 7ab97e404d feat: sync memory with filesystem tree (#685) Kevin Lin 2026-01-26 21:48:57 -08:00
  • 57f99b906b fix: extend approval dialog horizontal lines to full terminal width (#696) Charles Packer 2026-01-26 21:00:15 -08:00
  • aa0f440657 feat: remove conversation_search from main agent default tools (#662) Sarah Wooders 2026-01-26 17:49:31 -08:00
  • 2edf2bd4b1 feat: add basic prompt submit hook (#694) jnjpng 2026-01-26 17:41:51 -08:00
  • 5776c55728 feat: add agent-scoped skills directory support (#692) Charles Packer 2026-01-26 17:33:59 -08:00
  • 4556bf371a fix: up/down arrow navigation with actual newlines in multi-line input (#690) Charles Packer 2026-01-26 16:15:47 -08:00
  • d99289a15e fix: correct help text for letta --new flag (#691) Kevin Lin 2026-01-26 16:13:15 -08:00
  • b884f84631 feat: add memory log hook (#688) jnjpng 2026-01-26 15:54:12 -08:00
  • b281396b18 fix: make cursor visible on newline characters in multi-line input (#689) Charles Packer 2026-01-26 15:33:10 -08:00
  • 83cdccd930 feat: add MiniMax coding plans support to /connect (#684) Charles Packer 2026-01-26 13:24:47 -08:00
  • aa8a58df3f fix: exclude venv and other dependency dirs from @file search (#682) Charles Packer 2026-01-26 13:19:09 -08:00
  • 2a1fde3f62 chore: fetch attached tools for hooks (#683) jnjpng 2026-01-26 12:18:06 -08:00
  • d950db3afd feat: add permissions status script (#681) jnjpng 2026-01-26 11:20:21 -08:00
  • abb98d7571 fix: improve /feedback command with more context and consistent styling (#679) Charles Packer 2026-01-25 22:14:09 -08:00
  • 74de09d887 chore: bump version to 0.13.11 [skip ci] github-actions[bot] 2026-01-26 04:48:14 +00:00
  • f7cf0e02cf fix: fix agents limit exceeded error + allow deletions in /agents (#678) Charles Packer 2026-01-25 20:47:34 -08:00
  • 55033e8580 Update README.md Charles Packer 2026-01-25 20:42:49 -08:00
  • 1305ab72e2 fix: -m flag now correctly applies model variants with same handle (#676) Charles Packer 2026-01-25 15:21:46 -08:00
  • 9cc29803e7 chore: bump version to 0.13.10 [skip ci] github-actions[bot] 2026-01-25 22:35:54 +00:00
  • 52dd38a28e feat: disable Incognito agent creation by default (#672) Charles Packer 2026-01-24 21:24:32 -08:00
  • 7f8a1f54bf feat: add AWS Bedrock to /connect (#671) Charles Packer 2026-01-24 20:51:18 -08:00
  • fd7ca18066 fix: patch default model (#670) Charles Packer 2026-01-24 20:10:40 -08:00
  • 07992a7746 feat: index settings by server URL for multi-server support (#668) Charles Packer 2026-01-24 20:10:04 -08:00
  • 89c9d0e601 ci: add Docker integration test (#669) Charles Packer 2026-01-24 19:15:44 -08:00
  • 417e1bafdd fix: localhost improvements (#667) Charles Packer 2026-01-24 18:39:17 -08:00
  • 49e02e438c fix: update login screen styling to match other menus (#666) Charles Packer 2026-01-24 16:52:47 -08:00
  • ece095e681 Update README.md Charles Packer 2026-01-24 14:59:00 -08:00
  • e4976369f1 Update README.md Charles Packer 2026-01-24 14:58:20 -08:00
  • 0323e5e423 fix: clean up error messages (#659) Charles Packer 2026-01-24 14:53:33 -08:00
  • 23c528a25b feat: improve /connect command and /model selector UX (#665) Charles Packer 2026-01-24 12:06:16 -08:00
  • 9659fa32e8 feat: add desktop notification hook script (#664) jnjpng 2026-01-23 17:53:53 -08:00
  • 55524061ab feat: add rm -rf block hook script and fix stderr (#661) jnjpng 2026-01-23 17:26:50 -08:00
  • 7af73fe53e feat: retry messages on pre-mature interrupt (#593) Kian Jones 2026-01-23 17:19:58 -08:00
  • 3e71a08156 feat: regex tool name matching for hooks (#660) jnjpng 2026-01-23 15:45:15 -08:00
  • ee8d3af099 chore: bump version to 0.13.9 [skip ci] github-actions[bot] 2026-01-23 23:43:24 +00:00
  • cc2b33bb6b feat: add stop hook continuation on blocking and example hooks (#657) jnjpng 2026-01-23 15:28:18 -08:00
  • 76f0e114ee feat: letta evals prompt memory defrag (#621) Kevin Lin 2026-01-23 14:21:03 -08:00
  • 5ebb320230 fix: gracefully handle backfill failures instead of crashing (#658) Charles Packer 2026-01-23 14:11:26 -08:00
  • 3c3838138c chore: upgrade letta sdk to 1.7.6 (#656) jnjpng 2026-01-23 12:49:29 -08:00
  • 277574c7fe feat: implement smoother message queueing (#655) cthomas 2026-01-23 12:35:43 -08:00
  • 4648ef1211 chore: clean up hook console log (#654) jnjpng 2026-01-23 11:53:07 -08:00
  • 178a53c80a chore: bump version to 0.13.8 [skip ci] github-actions[bot] 2026-01-23 07:17:02 +00:00
  • f8f75c50ba fix: use conversations.messages.compact instead of agents.messages.co… (#653) Charles Packer 2026-01-22 22:20:11 -08:00
  • 1cfc94e1dd fix: improve agent info bar layout to prevent overflow (#652) Charles Packer 2026-01-22 22:10:36 -08:00
  • c97591eaf2 feat: model selector search (#651) Charles Packer 2026-01-22 21:54:36 -08:00
  • 5298535165 chore: bump version to 0.13.7 [skip ci] github-actions[bot] 2026-01-23 02:13:40 +00:00
  • e782af748b feat: add search field to model selector on both tabs (#649) Charles Packer 2026-01-22 18:09:57 -08:00
  • e735bb7c66 feat: add codex image tool (#650) Kevin Lin 2026-01-22 18:05:49 -08:00
  • e32b10f931 fix: make toolset switching atomic to prevent tool desync race (#648) Charles Packer 2026-01-22 17:33:14 -08:00
  • ebe3a344f1 fix: spawn and kill process group for bash mode (#647) jnjpng 2026-01-22 17:19:54 -08:00
  • 51c2546696 fix: interrupt bash with ctrl c (#646) jnjpng 2026-01-22 17:07:04 -08:00