@sellable/install 0.1.228 → 0.1.229

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.
@@ -37,7 +37,7 @@ function getInstallVersion() {
37
37
  }
38
38
  }
39
39
 
40
- const CODEX_PLUGIN_VERSION = "0.1.45";
40
+ const CODEX_PLUGIN_VERSION = "0.1.46";
41
41
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
42
42
  "0.1.8",
43
43
  "0.1.9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.228",
3
+ "version": "0.1.229",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -219,6 +219,15 @@ written by the current worker, stop with `blocked: stale_receipt_artifact`
219
219
  before parent verify or completion. A streaming worker or branch worker is
220
220
  acceptable only when it writes a fresh durable per-lane receipt artifact as it
221
221
  works.
222
+ When visible Codex app thread tools are unavailable but local Codex CLI is
223
+ available, the accepted durable streaming-worker command shape is:
224
+ `codex -a never -s danger-full-access exec -C <repo> -o <worker-final-file> -`.
225
+ The approval and sandbox flags must come before the `exec` subcommand for Codex
226
+ CLI builds that expose `-a`/`-s` only at top level. Do not use
227
+ `codex exec --ask-for-approval never ...` or `codex exec -a never ...`; those
228
+ forms fail on current customer CLI installs. Pipe the lane packet prompt on
229
+ stdin, require the worker to write `workerDispatch.receiptArtifactHint`, and
230
+ pass exactly one lane packet per worker.
222
231
  `multi_agent_v1.spawn_agent`, raw `spawn_agent`, or any opaque Task/subagent
223
232
  runtime that cannot expose a visible thread id or durable receipt artifact is
224
233
  not accepted as command-level UAT proof and must not be used for mutating