Cameron
4c59ca45ba
feat: add refresh command to Task tool ( #487 )
2026-01-07 13:54:38 -08:00
Shubham Naik
3ed7a05370
feat: add LSP support (TypeScript and Python) ( #474 )
...
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com >
Co-authored-by: Charles Packer <cpacker@users.noreply.github.com >
Co-authored-by: Letta <noreply@letta.com >
Co-authored-by: cpacker <packercharles@gmail.com >
2026-01-07 11:41:09 -08:00
Charles Packer
d7b0cf42bf
fix: increase bash timeout test margin for ARM64 CI ( #485 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 22:51:45 -08:00
Charles Packer
c96a5204eb
feat: add Ralph Wiggum mode ( #484 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 21:13:50 -08:00
Charles Packer
807bd362f2
fix: add shell fallback for Windows PowerShell ENOENT errors ( #482 )
2026-01-06 21:13:40 -08:00
Charles Packer
2533df1df9
fix: allow read-only subagents (explore, plan, recall) in plan mode ( #481 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 17:34:36 -08:00
Charles Packer
57875dedd1
fix: prevent stale processConversation calls from affecting UI state ( #480 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 16:14:24 -08:00
Charles Packer
90018b6fd9
fix: cache pending approval denials on ESC interrupt ( #479 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 15:05:16 -08:00
Charles Packer
f6bbac4f63
fix: disable SDK retries on streaming requests to prevent race conditions ( #478 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 13:53:16 -08:00
Charles Packer
f3e27984cf
fix: resolve approval desync issues for slash commands and queued messages ( #477 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 13:18:08 -08:00
Charles Packer
844e80711f
fix: remove extra newline above SubagentGroupDisplay during execution ( #473 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 22:57:10 -08:00
Charles Packer
0834a4e1c1
feat: add recall subagent for searching conversation history ( #472 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 18:52:52 -08:00
Charles Packer
ff62233fa3
fix: show selector instead of silently creating agent when LRU retrieval fails ( #471 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 17:49:06 -08:00
Charles Packer
8457e8c67e
fix: include all approval results when auto-handling remaining approvals ( #470 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 09:39:37 -08:00
Charles Packer
dce4cccfc2
fix: reset interrupted flag before retry to prevent silent stream drops ( #469 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 09:28:49 -08:00
Charles Packer
0e37f742e3
feat: improve interrupt message ( #468 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 23:37:54 -08:00
Charles Packer
67b71ab38f
fix: exit bash mode after submitting command ( #467 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 22:24:28 -08:00
Charles Packer
86b4e5a9a8
feat: add acquiring-skills ( #466 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 22:15:59 -08:00
Charles Packer
633d52ead9
fix: repair Task tool (subagent) rendering ( #465 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 21:46:52 -08:00
Charles Packer
e424c6ce0c
fix: patch flicker ( #459 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 21:41:03 -08:00
Charles Packer
e21bfb9b31
fix: remove overly aggressive binary file detection ( #464 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 21:40:49 -08:00
Charles Packer
36dcb891b0
fix: patch release event leaks ( #463 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 19:19:34 -08:00
Charles Packer
1894a290d4
feat: add --override flag and improve docs ( #462 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 19:12:15 -08:00
Charles Packer
d962356852
fix: update SKILL.md files to use npx tsx with <SKILL_DIR> ( #461 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 17:52:07 -08:00
Charles Packer
56b40465dd
fix: make skill scripts work when installed via npm ( #460 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 17:38:34 -08:00
Charles Packer
9b039b7249
feat: update skills (migrating-memory, agent-finder, message-search) ( #458 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 16:31:32 -08:00
cpacker
d0d45cba5a
feat: add migrating-memory skill for copying/sharing blocks between agents
...
- Add migrating-memory bundled skill with 4 scripts:
- list-agents.ts: List all accessible agents
- get-agent-blocks.ts: Get memory blocks from an agent
- copy-block.ts: Copy a block to create independent copy
- attach-block.ts: Attach existing block (shared)
- Scripts auto-target current agent for safety (no accidental modifications)
- Skill.ts now includes "# Skill Directory:" when loading skills with additional files
- Update initializing-memory to suggest migration option
- Add unit tests for all migration scripts
🐙 Generated with [Letta Code](https://letta.com )
Co-Authored-By: Letta <noreply@letta.com >
2026-01-04 11:28:22 -08:00
Charles Packer
3ab15cc3e3
fix: properly stop streams on ESC interrupt ( #457 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 23:35:52 -08:00
Charles Packer
34367de5d7
feat: implement client-side tools via client_tools spec ( #456 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 23:35:40 -08:00
Charles Packer
d7ad12f5f8
chore: move to .create w/ streaming instead of .create.stream ( #455 )
2026-01-02 18:39:24 -08:00
Charles Packer
8c3ffdc43a
fix: polish parallel tool call approval UI ( #454 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 17:57:15 -08:00
Charles Packer
d2e0fc3bc5
fix: patch approval rendering to reduce churn ( #453 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 17:22:28 -08:00
Charles Packer
cd28bab41a
fix: make headless tests event-driven to reduce CI flakiness ( #451 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 16:20:59 -08:00
Charles Packer
6587237fa6
fix: patch desync fallback ( #452 )
2026-01-02 16:20:40 -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
321519a1b7
fix: add retry on approval error from desync ( #449 )
2026-01-02 14:52:41 -08:00
Charles Packer
2c7e3aabe3
fix: patch headless permission mode ( #447 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-02 09:50:05 -08:00
Charles Packer
4d9fea64ee
fix: patch flakey interrupt ( #446 )
2026-01-01 21:33:49 -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
47e4734ba1
feat: Add --input-format stream-json for bidirectional SDK communication ( #444 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-01 01:00:45 -08:00
Charles Packer
4bf102fb27
fix: Fix linkToolsToAgent to use parallel API calls for tool lookup ( #443 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 19:44:38 -08:00
Charles Packer
725a2a7cad
fix: update stream-json output format for SDK compatibility ( #442 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 19:19:35 -08:00
Charles Packer
8f9eb5eec5
fix: patch server-side tools showing up as interrupted ( #441 )
2025-12-31 17:39:26 -08:00
Charles Packer
48089ef71f
feat: improve token counter display ( #439 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 16:17:07 -08:00
Charles Packer
f1fb38227d
feat: prefer bun runtime ( #435 )
2025-12-31 15:58:26 -08:00
Charles Packer
d63e1e01bb
fix: command analyzer uses first command in pipelines ( #438 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 15:56:31 -08:00
Charles Packer
19ecc2af1a
feat: inline dialogs ( #436 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 15:32:06 -08:00
Charles Packer
0d72e2bbe2
Fix CSI u double-firing for Ctrl+C, Ctrl+V, and Shift+Enter ( #431 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-30 19:51:51 -08:00
Charles Packer
aeadf27938
fix: add nested fallback retry ( #432 )
2025-12-30 18:27:23 -08:00
jnjpng
6a97519afa
fix: slash command menu scrolling on keypress ( #430 )
2025-12-30 16:35:03 -08:00