@letta-ai/letta-code 0.26.4 → 0.26.5
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/letta.js +1118 -489
- package/package.json +1 -1
- package/skills/creating-extensions/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -44,7 +44,7 @@ Default to a **tool** when the model should decide when to use the capability. D
|
|
|
44
44
|
5. Write a single-file extension unless the user asks for something larger.
|
|
45
45
|
6. Return disposers for registered commands/tools/events, timers, subscriptions, and panels that should close on reload.
|
|
46
46
|
7. Do a basic review: valid names, descriptions present, schemas are object schemas, optional capabilities guarded, scoped APIs used, cleanup returned.
|
|
47
|
-
8. Tell the user the absolute file path changed and to run `/reload`.
|
|
47
|
+
8. Tell the user the absolute file path changed and to run `/reload`. If an extension breaks startup or command handling, recover with `letta --no-extensions` or `LETTA_DISABLE_EXTENSIONS=1 letta`.
|
|
48
48
|
|
|
49
49
|
## Core extension shape
|
|
50
50
|
|