@tryarcanist/cli 0.1.147 → 0.1.148

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
@@ -897,6 +897,7 @@ function isRepoSession(sessionKind) {
897
897
  }
898
898
  var TERMINAL_PHASES_ARRAY = [
899
899
  "completed",
900
+ "superseded",
900
901
  "blocked",
901
902
  "failed",
902
903
  "stopped",
@@ -2045,7 +2046,9 @@ var VALID_PHASES = /* @__PURE__ */ new Set([
2045
2046
  "running",
2046
2047
  "waiting_for_input",
2047
2048
  "finalizing",
2049
+ "review_listening",
2048
2050
  "completed",
2051
+ "superseded",
2049
2052
  "blocked",
2050
2053
  "failed",
2051
2054
  "stopped",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.147",
3
+ "version": "0.1.148",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {