@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.
- package/bin/sellable-install.mjs +6 -3
- package/package.json +1 -1
package/bin/sellable-install.mjs
CHANGED
|
@@ -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.
|
|
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,
|
|
860
|
-
omit example, token notes, your take, and suggested adjustment
|
|
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
|