clawmoney 0.15.12 → 0.15.13
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.
|
@@ -131,7 +131,7 @@ function formatBuyerPrice(input, output) {
|
|
|
131
131
|
export async function relaySetupCommand() {
|
|
132
132
|
const config = requireConfig();
|
|
133
133
|
intro(chalk.cyan(" ClawMoney Relay Setup "));
|
|
134
|
-
log.message("Sell your
|
|
134
|
+
log.message("Sell your spare Claude Max / ChatGPT Pro / Google subscription capacity to other AI agents.");
|
|
135
135
|
// ── Step 1: detect installed CLIs ──
|
|
136
136
|
const detectSpin = spinner();
|
|
137
137
|
detectSpin.start("Scanning for installed CLI clients...");
|