@tryarcanist/cli 0.1.109 → 0.1.110

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
@@ -4010,7 +4010,7 @@ function addCreateOptions(cmd) {
4010
4010
  "--poll-interval <ms>",
4011
4011
  "Polling interval in milliseconds while waiting",
4012
4012
  String(DEFAULT_WATCH_POLL_INTERVAL_MS)
4013
- ).option("--idempotency-key <uuid>", "Request idempotency key for safe manual retries").option("--cold", "Force a fresh sandbox; skip the warm pool").option("--onboarding", "Create an onboarding session that authors the repo's Arcanist configuration").addHelpText(
4013
+ ).option("--idempotency-key <uuid>", "Request idempotency key for safe manual retries").option("--cold", "Deprecated no-op; sessions always start from a fresh sandbox").option("--onboarding", "Create an onboarding session that authors the repo's Arcanist configuration").addHelpText(
4014
4014
  "after",
4015
4015
  `
4016
4016
  Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.109",
3
+ "version": "0.1.110",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {