@sellable/install 0.1.185 → 0.1.187

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.
@@ -31,7 +31,7 @@ function getInstallVersion() {
31
31
  }
32
32
  }
33
33
 
34
- const CODEX_PLUGIN_VERSION = "0.1.37";
34
+ const CODEX_PLUGIN_VERSION = "0.1.39";
35
35
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
36
36
  "0.1.8",
37
37
  "0.1.9",
@@ -62,6 +62,8 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
62
62
  "0.1.34",
63
63
  "0.1.35",
64
64
  "0.1.36",
65
+ "0.1.37",
66
+ "0.1.38",
65
67
  ];
66
68
  const INSTALL_PACKAGE_SPEC =
67
69
  process.env.SELLABLE_INSTALL_PACKAGE_SPEC || "@sellable/install@latest";
@@ -847,7 +849,11 @@ automation just because a watch link exists. If \`create_campaign\` returns
847
849
  approval question. It will use the URL mode to say Codex or Claude Code:
848
850
 
849
851
  \`\`\`\`markdown
850
- **Watch Codex build the campaign live**
852
+ \`\`\`
853
+ +------------------------------------------------------+
854
+ | WATCH CODEX BUILD THE CAMPAIGN LIVE |
855
+ +------------------------------------------------------+
856
+ \`\`\`
851
857
 
852
858
  [Open live campaign builder]({watchUrl})
853
859
 
@@ -855,11 +861,11 @@ Keep this chat open. I'll ask approval questions here before making decisions
855
861
  that need your judgment.
856
862
  \`\`\`\`
857
863
 
858
- The normal rendered Markdown is intentional: rendered chat clients show the
859
- headline, link, and note inline with the surrounding message, and plain terminals
860
- still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
861
- in a fenced code block, replace it with a shell command, or add a
862
- browser-opening instruction.
864
+ The ASCII banner is intentional because it is unmissable in both Codex and plain
865
+ terminals. Only the banner should be fenced/preformatted; keep the Markdown link
866
+ and chat note outside the fence so rendered chat clients still expose a normal
867
+ click target. Do not add a code-fence language label, replace the link with a
868
+ shell command, or add a browser-opening instruction.
863
869
 
864
870
  The watch link should auto-login through the token in the URL. If the user says
865
871
  the link lands on auth, 404, permission, blank, or a visible error state, recover
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.185",
3
+ "version": "0.1.187",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -409,7 +409,11 @@ 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
- **Watch Codex build the campaign live**
412
+ ```
413
+ +------------------------------------------------------+
414
+ | WATCH CODEX BUILD THE CAMPAIGN LIVE |
415
+ +------------------------------------------------------+
416
+ ```
413
417
 
414
418
  [Open live campaign builder]({watchUrl})
415
419
 
@@ -417,11 +421,11 @@ Keep this chat open. I'll ask approval questions here before making decisions
417
421
  that need your judgment.
418
422
  ````
419
423
 
420
- The normal rendered Markdown is intentional: rendered chat clients show the
421
- headline, link, and note inline with the surrounding message, and plain terminals
422
- still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
423
- in a fenced code block, replace it with a shell command, or add a
424
- browser-opening instruction.
424
+ The ASCII banner is intentional because it is unmissable in both Codex and plain
425
+ terminals. Only the banner should be fenced/preformatted; keep the Markdown link
426
+ and chat note outside the fence so rendered chat clients still expose a normal
427
+ click target. Do not add a code-fence language label, replace the link with a
428
+ shell command, or add a browser-opening instruction.
425
429
 
426
430
  The watch link should auto-login through the token in the URL. If the user says
427
431
  the link lands on auth, 404, permission, blank, or a visible error state, recover