@sellable/install 0.1.14 → 0.1.15
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 +14 -1
- 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.15";
|
|
19
19
|
const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
20
20
|
"0.1.8",
|
|
21
21
|
"0.1.9",
|
|
@@ -23,6 +23,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
|
23
23
|
"0.1.11",
|
|
24
24
|
"0.1.12",
|
|
25
25
|
"0.1.13",
|
|
26
|
+
"0.1.14",
|
|
26
27
|
];
|
|
27
28
|
const INSTALL_PACKAGE_SPEC = `@sellable/install@${CODEX_PLUGIN_VERSION}`;
|
|
28
29
|
|
|
@@ -573,6 +574,18 @@ ask for the company website/domain, call \`mcp__sellable__fetch_company\` when
|
|
|
573
574
|
possible, otherwise one web lookup, then ask who the LinkedIn messages should
|
|
574
575
|
send from.
|
|
575
576
|
|
|
577
|
+
If \`mcp__sellable__list_senders\` returns zero connected senders, avoid the
|
|
578
|
+
sender-confirmation branch entirely. Ask for the user's LinkedIn URL or the
|
|
579
|
+
company they want to send on behalf of so you can research context:
|
|
580
|
+
|
|
581
|
+
\`\`\`text
|
|
582
|
+
I’m ready to build this in {workspace}.
|
|
583
|
+
|
|
584
|
+
First, paste your LinkedIn URL or the company website you want to send on
|
|
585
|
+
behalf of. I’ll use that to understand the company before we pick the target,
|
|
586
|
+
offer, proof, and lead source.
|
|
587
|
+
\`\`\`
|
|
588
|
+
|
|
576
589
|
If there is no strong sender match, make the first quick question panel ask for
|
|
577
590
|
the user's LinkedIn URL or company website. The point of this gate is not "pick
|
|
578
591
|
a sender"; it is to learn who the user is, infer the current or most recent
|