@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.
- package/dist/index.js +1 -1
- 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
|
|
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 }));
|