@tryarcanist/cli 0.1.226 → 0.1.228

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3403,6 +3403,7 @@ var ERROR_CODES = [
3403
3403
  "auth",
3404
3404
  "policy_block",
3405
3405
  "handled_automatically",
3406
+ "review_publish_blocked",
3406
3407
  "output_length",
3407
3408
  "context_overflow",
3408
3409
  "aborted",
@@ -3444,6 +3445,7 @@ var ERROR_CODE_LABELS = {
3444
3445
  auth: "Authentication failed",
3445
3446
  policy_block: "Policy block",
3446
3447
  handled_automatically: "Handled automatically",
3448
+ review_publish_blocked: "Review publication blocked",
3447
3449
  output_length: "Output was too long",
3448
3450
  context_overflow: "Context window exceeded",
3449
3451
  aborted: "Stopped by user",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.226",
3
+ "version": "0.1.228",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {