@letta-ai/letta-code 0.23.5 → 0.23.7

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.23.5",
3
+ "version": "0.23.7",
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": {
@@ -141,7 +141,7 @@ Include context about what the user originally asked for, so you can give a help
141
141
  ## Important Notes
142
142
 
143
143
  - **Minimum granularity**: 1 minute. Intervals under 60 seconds are rounded up.
144
- - **Recurring TTL**: Recurring tasks auto-expire after 3 days. The user would need to re-create them or you can note this limitation.
144
+ - **Recurring tasks**: No longer auto-expire. They remain active until explicitly cancelled.
145
145
  - **One-shot cleanup**: One-shot tasks are garbage-collected 24 hours after firing.
146
146
  - **Timezone**: Tasks use the user's local timezone by default.
147
147
  - **Scheduler requirement**: Tasks only fire while a Letta session is running (a WS listener must be active). If no session is running, tasks will be marked as missed.