@sellable/install 0.1.5 → 0.1.6
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 +3 -3
- package/package.json +1 -1
package/bin/sellable-install.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import { createInterface } from "node:readline/promises";
|
|
|
9
9
|
const DEFAULT_API_URL = "https://app.sellable.dev";
|
|
10
10
|
const DEFAULT_SERVER_PACKAGE =
|
|
11
11
|
process.env.SELLABLE_MCP_PACKAGE || "@sellable/mcp";
|
|
12
|
-
const CODEX_PLUGIN_VERSION = "0.1.
|
|
12
|
+
const CODEX_PLUGIN_VERSION = "0.1.6";
|
|
13
13
|
const INSTALL_PACKAGE_SPEC = `@sellable/install@${CODEX_PLUGIN_VERSION}`;
|
|
14
14
|
|
|
15
15
|
function usage() {
|
|
@@ -400,7 +400,7 @@ function codexSkillOpenAiYaml(displayName, description) {
|
|
|
400
400
|
|
|
401
401
|
function createCampaignSkillMd() {
|
|
402
402
|
return `---
|
|
403
|
-
name:
|
|
403
|
+
name: create-campaign
|
|
404
404
|
description: Create a Sellable campaign through the approval-gated workflow.
|
|
405
405
|
allowed-tools:
|
|
406
406
|
${allowedToolsYaml(CREATE_CAMPAIGN_ALLOWED_TOOLS)}
|
|
@@ -460,7 +460,7 @@ then retry \`get_subskill_prompt\`.
|
|
|
460
460
|
|
|
461
461
|
function genericSellableSkillMd({ name, title, description }) {
|
|
462
462
|
return `---
|
|
463
|
-
name:
|
|
463
|
+
name: ${name}
|
|
464
464
|
description: ${description}
|
|
465
465
|
allowed-tools:
|
|
466
466
|
- mcp__sellable__get_auth_status
|