@tryarcanist/cli 0.1.96 → 0.1.98
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1688,6 +1688,7 @@ var ERROR_CODES = [
|
|
|
1688
1688
|
"api_error",
|
|
1689
1689
|
"config_error",
|
|
1690
1690
|
"failed_edits",
|
|
1691
|
+
"failure_loop_suspected",
|
|
1691
1692
|
"empty_completion",
|
|
1692
1693
|
"followup_not_started",
|
|
1693
1694
|
"stale_prompt",
|
|
@@ -1722,6 +1723,7 @@ var ERROR_CODE_LABELS = {
|
|
|
1722
1723
|
api_error: "Provider API error",
|
|
1723
1724
|
config_error: "Configuration error",
|
|
1724
1725
|
failed_edits: "Edit failure",
|
|
1726
|
+
failure_loop_suspected: "Suspected failure loop",
|
|
1725
1727
|
empty_completion: "Empty completion",
|
|
1726
1728
|
followup_not_started: "Follow-up did not start",
|
|
1727
1729
|
stale_prompt: "Prompt became inactive",
|