clawmoney 0.15.49 → 0.15.51

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.
@@ -222,7 +222,7 @@ export async function relaySetupCommand() {
222
222
  // same pattern.
223
223
  if (selectedClis.includes("claude") && !hasClaudeFingerprint()) {
224
224
  const bootSpin = spinner();
225
- bootSpin.start("Capturing Claude fingerprint (runs `claude -p hi` once, ~5-15s)...");
225
+ bootSpin.start("Capturing Claude fingerprint (runs `claude -p hi` once, ~5-15s)");
226
226
  try {
227
227
  const fp = await bootstrapClaudeFingerprint({ timeoutMs: 45_000 });
228
228
  bootSpin.stop(`${chalk.green("✓")} Claude fingerprint captured ` +
@@ -230,9 +230,9 @@ export async function relaySetupCommand() {
230
230
  }
231
231
  catch (err) {
232
232
  bootSpin.stop(chalk.yellow(`⚠ Claude fingerprint capture failed: ${err.message}`));
233
- log.warn("Claude providers will be registered but the daemon won't be able " +
234
- "to serve them until you run `clawmoney relay setup` again or bootstrap " +
235
- "manually. Make sure `claude` is installed and logged in first.");
233
+ log.message(chalk.dim("Claude providers will be registered but the daemon won't be able " +
234
+ "to serve them until you bootstrap the fingerprint. " +
235
+ "Make sure `claude` is installed and logged in, then re-run setup."));
236
236
  }
237
237
  }
238
238
  const registrations = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.49",
3
+ "version": "0.15.51",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {