@sellable/install 0.1.20 → 0.1.21

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.
@@ -15,7 +15,7 @@ import { createInterface } from "node:readline/promises";
15
15
  const DEFAULT_API_URL = "https://app.sellable.dev";
16
16
  const DEFAULT_SERVER_PACKAGE =
17
17
  process.env.SELLABLE_MCP_PACKAGE || "@sellable/mcp";
18
- const CODEX_PLUGIN_VERSION = "0.1.20";
18
+ const CODEX_PLUGIN_VERSION = "0.1.21";
19
19
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
20
20
  "0.1.8",
21
21
  "0.1.9",
@@ -29,6 +29,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
29
29
  "0.1.17",
30
30
  "0.1.18",
31
31
  "0.1.19",
32
+ "0.1.20",
32
33
  ];
33
34
  const INSTALL_PACKAGE_SPEC = `@sellable/install@${CODEX_PLUGIN_VERSION}`;
34
35
 
@@ -856,8 +857,10 @@ or plain paths to the files behind the decision. The artifact links are a backup
856
857
  for inspection, not a replacement for showing the content in chat.
857
858
 
858
859
  This applies especially to message approvals. Never ask someone to approve a
859
- message they cannot see. Show the subject, message body/template, filled example,
860
- omit example, token notes, your take, and suggested adjustment first.
860
+ message they cannot see. Show the subject, tokenized template, a filled sample
861
+ prospect version, omit example, token notes, your take, and suggested adjustment
862
+ first. The user should be able to compare "here is the template" against "here
863
+ is what one real prospect would receive" before approving.
861
864
 
862
865
  For lead-source decisions, confidence comes from concrete counts. Do not say
863
866
  "strong sample", "73% match", or "meaningful concentration" without showing the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {