@tryarcanist/cli 0.1.185 → 0.1.186

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -194,7 +194,7 @@ arcanist sessions qa https://github.com/your-org/your-repo/pull/123 --idempotenc
194
194
  ```
195
195
 
196
196
  The PR URL must be `https://github.com/<owner>/<repo>/pull/<number>`.
197
- The CLI derives the repo from that URL, creates a QA session with `qa: true` and `targetPrUrl`, then enqueues the verifier prompt.
197
+ The CLI derives the repo from that URL, creates a QA session with `qa: true` and `targetPrUrl`, then enqueues the verifier prompt (skipped when the server signals `promptAlreadyEnqueued`).
198
198
  Inspect progress with the session URL or the session events stream.
199
199
 
200
200
  `--backend` picks the agent runtime backend: `codex` (default), `claude_code`, or `opencode`.
@@ -210,7 +210,7 @@ The CLI derives separate session and prompt idempotency keys from the provided v
210
210
  If session creation succeeds but prompt enqueue fails, retry the same command with the same `--idempotency-key`.
211
211
 
212
212
  JSON mode returns `{sessionId, sessionUrl?, repoUrl, targetPrUrl, model?, agentRuntimeBackend?, reasoningEffort?, promptId?}`.
213
- Active-verifier and per-PR run-limit conflicts both use exit code `4`; active-verifier errors include the existing session handle when the server returns it.
213
+ `promptId` is absent when the coordinator already enqueued the verifier prompt (no duplicate send). Active-verifier and per-PR run-limit conflicts both use exit code `4`; active-verifier errors include the existing session handle when the server returns it.
214
214
 
215
215
  ### `arcanist sessions send <session-id> [prompt]`
216
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.185",
3
+ "version": "0.1.186",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {