@sellable/install 0.1.87 → 0.1.88

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.87",
3
+ "version": "0.1.88",
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