@sellable/install 0.1.84 → 0.1.85
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
|
@@ -155,7 +155,8 @@ for them. The link is for deeper inspection; never use it as a substitute for
|
|
|
155
155
|
showing the content in chat.
|
|
156
156
|
|
|
157
157
|
Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
|
|
158
|
-
linked skill versions, runbooks,
|
|
158
|
+
linked skill versions, runbooks, npm/package details, repo-local files, VPS or
|
|
159
|
+
browser automation limitations, or local skill files in normal customer-facing
|
|
159
160
|
copy.
|
|
160
161
|
|
|
161
162
|
## Codex Watch Browser Handoff
|
|
@@ -173,16 +174,17 @@ In Codex Desktop, when in-app browser control is available, open the returned wa
|
|
|
173
174
|
I’ll open the campaign view and keep it in sync as I build.
|
|
174
175
|
```
|
|
175
176
|
|
|
176
|
-
If browser control is unavailable,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
orientation checks.
|
|
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
|
|
180
|
+
`get_campaign_navigation_state` orientation checks.
|
|
181
181
|
Use this fallback shape:
|
|
182
182
|
|
|
183
183
|
```text
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
Watch link: {watchUrl}
|
|
185
|
+
|
|
186
|
+
I’ll keep the campaign brief, lead source, and message-review steps explicit
|
|
187
|
+
here as I build.
|
|
186
188
|
```
|
|
187
189
|
|
|
188
190
|
If opening the watch link lands on an auth, 404, permission, blank, or visible
|