@trading-boy/cli 1.6.0 → 1.6.1

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.
@@ -57037,13 +57037,13 @@ async function runOnboarding() {
57037
57037
  });
57038
57038
  if (wantsTelegram) {
57039
57039
  console.log("");
57040
- console.log(source_default.white(" Open Telegram and message ") + source_default.cyan.bold("@TradingBoy1_Bot"));
57041
- console.log(source_default.white(" Send ") + source_default.cyan("/start") + source_default.white(" to connect your account."));
57040
+ console.log(source_default.white(" Click to open the bot: ") + source_default.cyan.underline("https://t.me/TradingBoy1_Bot"));
57041
+ console.log(source_default.white(" Send ") + source_default.cyan("/start") + source_default.white(" and paste your API key to connect."));
57042
57042
  console.log("");
57043
57043
  console.log(source_default.dim(" The bot will send you a daily trading summary at 08:00 UTC."));
57044
- console.log(source_default.dim(" You can also use /summary, /entry, /exit, /context, and /stats."));
57044
+ console.log(source_default.dim(" You can also use /summary, /agents, /positions, /pause, and /soul."));
57045
57045
  } else {
57046
- console.log(source_default.dim(" Skipped. Message @TradingBoy1_Bot on Telegram anytime to connect."));
57046
+ console.log(source_default.dim(" Skipped. Connect anytime: ") + source_default.dim.underline("https://t.me/TradingBoy1_Bot"));
57047
57047
  }
57048
57048
  } catch (error49) {
57049
57049
  if (isUserAbort(error49))
@@ -57234,8 +57234,8 @@ function formatSubscribeSuccess(result) {
57234
57234
  lines.push(` ${source_default.bold("API Key:")} ${source_default.yellow(result.apiKey)}`);
57235
57235
  lines.push("");
57236
57236
  lines.push(source_default.dim(" \u26A0\uFE0F Copy this key now \u2014 it will not be shown again."));
57237
- lines.push(source_default.dim(" Use it to connect Telegram: send /start to @TradingBoy1_Bot"));
57238
- lines.push(source_default.dim(" and paste the key when prompted."));
57237
+ lines.push(source_default.dim(" Connect Telegram: ") + source_default.dim.underline("https://t.me/TradingBoy1_Bot"));
57238
+ lines.push(source_default.dim(" Send /start and paste this key when prompted."));
57239
57239
  } else if (result.keyPrefix) {
57240
57240
  lines.push(` ${source_default.bold("Key ID:")} ${result.keyPrefix}`);
57241
57241
  }
@@ -128,14 +128,14 @@ export async function runOnboarding() {
128
128
  });
129
129
  if (wantsTelegram) {
130
130
  console.log('');
131
- console.log(chalk.white(' Open Telegram and message ') + chalk.cyan.bold('@TradingBoy1_Bot'));
132
- console.log(chalk.white(' Send ') + chalk.cyan('/start') + chalk.white(' to connect your account.'));
131
+ console.log(chalk.white(' Click to open the bot: ') + chalk.cyan.underline('https://t.me/TradingBoy1_Bot'));
132
+ console.log(chalk.white(' Send ') + chalk.cyan('/start') + chalk.white(' and paste your API key to connect.'));
133
133
  console.log('');
134
134
  console.log(chalk.dim(' The bot will send you a daily trading summary at 08:00 UTC.'));
135
- console.log(chalk.dim(' You can also use /summary, /entry, /exit, /context, and /stats.'));
135
+ console.log(chalk.dim(' You can also use /summary, /agents, /positions, /pause, and /soul.'));
136
136
  }
137
137
  else {
138
- console.log(chalk.dim(' Skipped. Message @TradingBoy1_Bot on Telegram anytime to connect.'));
138
+ console.log(chalk.dim(' Skipped. Connect anytime: ') + chalk.dim.underline('https://t.me/TradingBoy1_Bot'));
139
139
  }
140
140
  }
141
141
  catch (error) {
@@ -217,8 +217,8 @@ export function formatSubscribeSuccess(result) {
217
217
  lines.push(` ${chalk.bold('API Key:')} ${chalk.yellow(result.apiKey)}`);
218
218
  lines.push('');
219
219
  lines.push(chalk.dim(' ⚠️ Copy this key now — it will not be shown again.'));
220
- lines.push(chalk.dim(' Use it to connect Telegram: send /start to @TradingBoy1_Bot'));
221
- lines.push(chalk.dim(' and paste the key when prompted.'));
220
+ lines.push(chalk.dim(' Connect Telegram: ') + chalk.dim.underline('https://t.me/TradingBoy1_Bot'));
221
+ lines.push(chalk.dim(' Send /start and paste this key when prompted.'));
222
222
  }
223
223
  else if (result.keyPrefix) {
224
224
  lines.push(` ${chalk.bold('Key ID:')} ${result.keyPrefix}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trading-boy/cli",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Trading Boy CLI — crypto context intelligence for traders and AI agents. Query real-time prices, funding rates, whale activity, and DeFi risk for 100+ Solana tokens and 229 Hyperliquid perpetuals.",
5
5
  "homepage": "https://cabal.ventures",
6
6
  "repository": {