@sellable/install 0.1.185 → 0.1.186
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/bin/sellable-install.mjs
CHANGED
|
@@ -31,7 +31,7 @@ function getInstallVersion() {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
const CODEX_PLUGIN_VERSION = "0.1.
|
|
34
|
+
const CODEX_PLUGIN_VERSION = "0.1.38";
|
|
35
35
|
const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
36
36
|
"0.1.8",
|
|
37
37
|
"0.1.9",
|
|
@@ -62,6 +62,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
|
62
62
|
"0.1.34",
|
|
63
63
|
"0.1.35",
|
|
64
64
|
"0.1.36",
|
|
65
|
+
"0.1.37",
|
|
65
66
|
];
|
|
66
67
|
const INSTALL_PACKAGE_SPEC =
|
|
67
68
|
process.env.SELLABLE_INSTALL_PACKAGE_SPEC || "@sellable/install@latest";
|
|
@@ -847,16 +848,16 @@ automation just because a watch link exists. If \`create_campaign\` returns
|
|
|
847
848
|
approval question. It will use the URL mode to say Codex or Claude Code:
|
|
848
849
|
|
|
849
850
|
\`\`\`\`markdown
|
|
850
|
-
**
|
|
851
|
-
|
|
852
|
-
[Open live campaign builder]({watchUrl})
|
|
853
|
-
|
|
854
|
-
Keep this chat open. I'll ask approval questions here before making decisions
|
|
855
|
-
that need your judgment.
|
|
851
|
+
> **WATCH CODEX BUILD THE CAMPAIGN LIVE**
|
|
852
|
+
>
|
|
853
|
+
> [Open live campaign builder]({watchUrl})
|
|
854
|
+
>
|
|
855
|
+
> Keep this chat open. I'll ask approval questions here before making decisions
|
|
856
|
+
> that need your judgment.
|
|
856
857
|
\`\`\`\`
|
|
857
858
|
|
|
858
|
-
The
|
|
859
|
-
headline, link, and note
|
|
859
|
+
The rendered callout is intentional: rendered chat clients highlight the
|
|
860
|
+
headline, link, and note without treating it as a code block, and plain terminals
|
|
860
861
|
still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
|
|
861
862
|
in a fenced code block, replace it with a shell command, or add a
|
|
862
863
|
browser-opening instruction.
|
package/package.json
CHANGED
|
@@ -409,16 +409,16 @@ automation just because a watch link exists. If `create_campaign` returns
|
|
|
409
409
|
approval question. It will use the URL mode to say Codex or Claude Code:
|
|
410
410
|
|
|
411
411
|
````markdown
|
|
412
|
-
**
|
|
413
|
-
|
|
414
|
-
[Open live campaign builder]({watchUrl})
|
|
415
|
-
|
|
416
|
-
Keep this chat open. I'll ask approval questions here before making decisions
|
|
417
|
-
that need your judgment.
|
|
412
|
+
> **WATCH CODEX BUILD THE CAMPAIGN LIVE**
|
|
413
|
+
>
|
|
414
|
+
> [Open live campaign builder]({watchUrl})
|
|
415
|
+
>
|
|
416
|
+
> Keep this chat open. I'll ask approval questions here before making decisions
|
|
417
|
+
> that need your judgment.
|
|
418
418
|
````
|
|
419
419
|
|
|
420
|
-
The
|
|
421
|
-
headline, link, and note
|
|
420
|
+
The rendered callout is intentional: rendered chat clients highlight the
|
|
421
|
+
headline, link, and note without treating it as a code block, and plain terminals
|
|
422
422
|
still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
|
|
423
423
|
in a fenced code block, replace it with a shell command, or add a
|
|
424
424
|
browser-opening instruction.
|