clawmoney 0.15.45 → 0.15.47

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.
@@ -423,6 +423,7 @@ export async function relaySetupCommand() {
423
423
  log.message(chalk.dim("Next:") +
424
424
  "\n" +
425
425
  ` ${chalk.cyan("clawmoney relay status")} daemon + provider list\n` +
426
+ ` ${chalk.cyan("clawmoney relay logs")} tail daemon log\n` +
426
427
  ` ${chalk.cyan("clawmoney wallet balance")} on-chain + relay earnings\n` +
427
428
  ` ${chalk.cyan("clawmoney relay stop")} stop daemon`);
428
429
  const cliLabel = uniqueClis.length === 1
@@ -6,7 +6,7 @@ import { loadConfig, saveConfig, getConfigPath } from '../utils/config.js';
6
6
  import { prompt } from '../utils/prompt.js';
7
7
  import { execSync } from 'node:child_process';
8
8
  export async function setupCommand() {
9
- console.log(chalk.bold('\n ClawMoney Agent Setup\n'));
9
+ console.log(chalk.bold('\n ClawMoney Setup\n'));
10
10
  // Non-interactive mode: if no TTY (e.g. AI agent running the command),
11
11
  // install the skill and instruct the AI to proceed with onboarding.
12
12
  if (!process.stdin.isTTY) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.45",
3
+ "version": "0.15.47",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {