@letta-ai/letta-code 0.16.13 → 0.16.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-code",
3
- "version": "0.16.13",
3
+ "version": "0.16.15",
4
4
  "description": "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -7,6 +7,15 @@ description: Comprehensive guide for initializing or reorganizing agent memory.
7
7
 
8
8
  The user has requested that you initialize or reorganize your memory. Your memory is a filesystem — files under `system/` are rendered in-context every turn, while all file metadata is always visible in the filesystem tree. Files outside `system/` (e.g. `reference/`, `history/`) are accessible via tools when needed.
9
9
 
10
+ ## Autonomous Mode
11
+
12
+ If you are running as a background subagent (you cannot use AskUserQuestion):
13
+ - Default to standard research depth (~5-20 tool calls)
14
+ - Detect user identity from git logs (`git shortlog -sn`, `git log --format="%an <%ae>"`)
15
+ - Skip historical session analysis
16
+ - Use reasonable defaults for all preferences
17
+ - Any specific overrides will be provided in your initial prompt
18
+
10
19
  ## Your Goal: Explode Into 15-25 Hierarchical Files
11
20
 
12
21
  Your goal is to **explode** memory into a **deeply hierarchical structure of 15-25 small, focused files**.