Commit Graph

11 Commits

Author SHA1 Message Date
Charles Packer
b622eca198 feat(web): add Memory Palace static viewer (#1061)
Co-authored-by: Letta <noreply@letta.com>
2026-02-20 12:00:55 -08:00
Kainoa Kanter
841036c294 fix: don't extern sharp, even if unused (#745) 2026-01-29 16:50:47 -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
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
a956a15db4 feat: add system prompt and memory block configuration for headless mode (#450)
Co-authored-by: Letta <noreply@letta.com>
2026-01-02 15:32:07 -08:00
Charles Packer
397560ef00 feat: add typed wire format for stream-json protocol (#445)
Co-authored-by: Letta <noreply@letta.com>
2026-01-01 20:05:41 -08:00
Charles Packer
87fe33dddc fix: patch broken windows install (#434) 2025-12-30 22:29:32 -08:00
Kainoa Kanter
fab0ca676b refactor: use system secrets when possible (#248) 2025-12-29 12:09:52 -08:00
Charles Packer
a6f27c7971 feat: rewrite skill creator skill in ts and bundle (#333)
Co-authored-by: Letta <noreply@letta.com>
2025-12-21 17:25:23 -08:00
Devansh Jain
ae54666a98 feat: Stateless subagents (#127) 2025-12-15 20:16:25 -08:00
Charles Packer
e356bdce0a feat: rewrite of publish to go back to js from binaries (#3) 2025-10-24 22:28:29 -07:00