@tryarcanist/cli 0.1.282 → 0.1.283

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
@@ -8077,7 +8077,7 @@ async function anubisCommand(prUrl, options = {}, command) {
8077
8077
  }
8078
8078
  });
8079
8079
  emit(command, options, result, (payload) => {
8080
- console.log(`Anubis: ${sanitizeTerminalText(payload.verdict ?? "could-not-verify")}.`);
8080
+ console.log(`Anubis: ${sanitizeTerminalText(payload.verdict ?? "no verdict")}.`);
8081
8081
  if (payload.summary) console.log(sanitizeTerminalText(payload.summary));
8082
8082
  });
8083
8083
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.282",
3
+ "version": "0.1.283",
4
4
  "description": "CLI for Arcanist - create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {