@letta-ai/letta-code 0.16.4 → 0.16.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 +3 -3
- package/package.json +1 -1
package/letta.js
CHANGED
|
@@ -3122,7 +3122,7 @@ var package_default;
|
|
|
3122
3122
|
var init_package = __esm(() => {
|
|
3123
3123
|
package_default = {
|
|
3124
3124
|
name: "@letta-ai/letta-code",
|
|
3125
|
-
version: "0.16.
|
|
3125
|
+
version: "0.16.5",
|
|
3126
3126
|
description: "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
|
|
3127
3127
|
type: "module",
|
|
3128
3128
|
bin: {
|
|
@@ -74112,7 +74112,7 @@ In headless mode, use:
|
|
|
74112
74112
|
blockValues[label] = value;
|
|
74113
74113
|
}
|
|
74114
74114
|
}
|
|
74115
|
-
if (specifiedConversationId) {
|
|
74115
|
+
if (specifiedConversationId && specifiedConversationId !== "default") {
|
|
74116
74116
|
try {
|
|
74117
74117
|
const conversation = await client.conversations.retrieve(specifiedConversationId);
|
|
74118
74118
|
agent = await client.agents.retrieve(conversation.agent_id);
|
|
@@ -118574,4 +118574,4 @@ Error during initialization: ${message}`);
|
|
|
118574
118574
|
}
|
|
118575
118575
|
main();
|
|
118576
118576
|
|
|
118577
|
-
//# debugId=
|
|
118577
|
+
//# debugId=2098C6D3E346ED8564756E2164756E21
|