@tryarcanist/cli 0.1.229 → 0.1.230

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
@@ -1145,7 +1145,7 @@ async function anubisCommand(prUrl, options = {}, command) {
1145
1145
  config,
1146
1146
  `/api/anubis-runs/status?prUrl=${encodeURIComponent(prUrl)}`
1147
1147
  );
1148
- if (status.sessionStatus === "active") return null;
1148
+ if (status.sessionStatus === "in_flight") return null;
1149
1149
  assertSameAttempt(trigger.sessionId, status.sessionId, "Anubis");
1150
1150
  return status;
1151
1151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.229",
3
+ "version": "0.1.230",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {