@sellable/install 0.1.87 → 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.87",
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": {
@@ -162,11 +162,11 @@ copy.
162
162
  ## Codex Watch Browser Handoff
163
163
 
164
164
  When a campaign tool returns `watchUrl`, treat it as an active browser handoff,
165
- not only a URL to print. A valid handoff link must be a signed
166
- `/auth/continue?token=...&redirect=/campaign-builder/{campaignId}?mode=claude`
167
- URL. `create_campaign.watchUrl`, `create_campaign({ campaignId }).watchUrl`,
168
- and `get_campaign.watchUrl` are all acceptable only when they return that signed
169
- shape.
165
+ not only a URL to print. A valid handoff link must be a safe direct
166
+ `/campaign-builder/{campaignId}?mode=claude` URL. `create_campaign.watchUrl`,
167
+ `create_campaign({ campaignId }).watchUrl`, and `get_campaign.watchUrl` are all
168
+ acceptable only when they return that direct campaign-builder shape, with
169
+ `workspaceId` used only as a safe routing hint when needed.
170
170
 
171
171
  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:
172
172
 
@@ -175,8 +175,8 @@ I’ll open the campaign view and keep it in sync as I build.
175
175
  ```
176
176
 
177
177
  If browser control is unavailable, provide the watch link without discussing the
178
- runtime limitation. In off-desktop Codex runs, make the signed link easy to
179
- copy/open, then continue with explicit customer-facing campaign progress and
178
+ runtime limitation. In off-desktop Codex runs, make the direct watch link easy
179
+ to copy/open, then continue with explicit customer-facing campaign progress and
180
180
  `get_campaign_navigation_state` orientation checks.
181
181
  Use this fallback shape:
182
182
 
@@ -188,9 +188,9 @@ here as I build.
188
188
  ```
189
189
 
190
190
  If opening the watch link lands on an auth, 404, permission, blank, or visible
191
- error state, report only what is visible, recover a fresh signed watch link once
192
- with `create_campaign({ campaignId })` or `get_campaign`, and try that link. Do
193
- not claim the browser was opened, inspected, or synchronized unless the visible
191
+ error state, report only what is visible, recover a fresh watch link once with
192
+ `create_campaign({ campaignId })` or `get_campaign`, and try that link. Do not
193
+ claim the browser was opened, inspected, or synchronized unless the visible
194
194
  browser state was actually observed. Do not claim the browser was opened unless
195
195
  it was opened and observed.
196
196