@sellable/install 0.1.88 → 0.1.89

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.
@@ -614,11 +614,12 @@ copy.
614
614
  ## Codex Watch Browser Handoff
615
615
 
616
616
  When a campaign tool returns \`watchUrl\`, treat it as an active browser handoff,
617
- not only a URL to print. A valid handoff link must be a signed
618
- \`/auth/continue?token=...&redirect=/campaign-builder/{campaignId}?mode=claude\`
617
+ not only a URL to print. A valid handoff link must be a safe direct
618
+ \`/campaign-builder/{campaignId}?mode=claude\`
619
619
  URL. \`create_campaign.watchUrl\`, \`create_campaign({ campaignId }).watchUrl\`,
620
- and \`get_campaign.watchUrl\` are all acceptable only when they return that signed
621
- shape.
620
+ and \`get_campaign.watchUrl\` are all acceptable only when they return that direct
621
+ campaign-builder shape, with \`workspaceId\` used only as a safe routing hint when
622
+ needed.
622
623
 
623
624
  In Codex Desktop, when in-app browser control is available, open the returned watch link on the user's behalf. After opening it, inspect the browser-visible campaign state, then explain what the user is seeing before continuing with more campaign tools. Use customer language such as:
624
625
 
@@ -627,7 +628,7 @@ I’ll open the campaign view and keep it in sync as I build.
627
628
  \`\`\`
628
629
 
629
630
  If browser control is unavailable, provide the watch link without discussing the
630
- runtime limitation. In off-desktop Codex runs, make the signed link easy to
631
+ runtime limitation. In off-desktop Codex runs, make the direct watch link easy to
631
632
  copy/open, then continue with explicit customer-facing campaign progress and
632
633
  \`get_campaign_navigation_state\` orientation checks.
633
634
  Use this fallback shape:
@@ -640,7 +641,7 @@ here as I build.
640
641
  \`\`\`
641
642
 
642
643
  If opening the watch link lands on an auth, 404, permission, blank, or visible
643
- error state, report only what is visible, recover a fresh signed watch link once
644
+ error state, report only what is visible, recover a fresh watch link once
644
645
  with \`create_campaign({ campaignId })\` or \`get_campaign\`, and try that link.
645
646
  Do not claim the browser was opened, inspected, or synchronized unless the
646
647
  visible browser state was actually observed. Do not claim the browser was opened
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {