@tryarcanist/cli 0.1.203 → 0.1.204

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2916,7 +2916,7 @@ function renderSessionTranscript(exportData) {
2916
2916
  lines.push(`## Turn ${i + 1}
2917
2917
  `);
2918
2918
  lines.push(`**Prompt ID:** ${prompt.id} `);
2919
- lines.push(`**Prompt Status:** ${prompt.status}${prompt.error ? ` | ${prompt.error}` : ""}`);
2919
+ lines.push(`**Prompt status:** ${prompt.status}${prompt.error ? ` | ${prompt.error}` : ""}`);
2920
2920
  lines.push("");
2921
2921
  lines.push("**User:**\n");
2922
2922
  lines.push(derivePromptDisplayText({ prompt: prompt.prompt, replyToText: prompt.replyToText }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.203",
3
+ "version": "0.1.204",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {