@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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. 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 "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {