@tryarcanist/cli 0.1.43 → 0.1.44
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1284,6 +1284,9 @@ ${event.answer ? `**Answer:** ${event.answer}
|
|
|
1284
1284
|
`;
|
|
1285
1285
|
case "session_resumed_cold":
|
|
1286
1286
|
return `*[sandbox cold-restarted; in-sandbox state was lost${event.lostSnapshotImageId ? ` (snapshot ${event.lostSnapshotImageId} no longer usable)` : ""}]*
|
|
1287
|
+
`;
|
|
1288
|
+
case "customer_activity":
|
|
1289
|
+
return `**${event.title}:** ${event.summary}
|
|
1287
1290
|
`;
|
|
1288
1291
|
case "raw_opencode":
|
|
1289
1292
|
return "";
|