clawmoney 0.15.43 → 0.15.45

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.
@@ -148,7 +148,8 @@ export async function relaySetupCommand() {
148
148
  // the first-time-user path.
149
149
  let existing = loadConfig();
150
150
  if (!existing) {
151
- console.log(chalk.yellow("\n You're not logged in yet running `clawmoney setup` first.\n"));
151
+ // setup prints its own "ClawMoney Agent Setup" header so the
152
+ // handoff is self-explanatory — no extra narration needed.
152
153
  await setupCommand();
153
154
  existing = loadConfig();
154
155
  if (!existing) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.43",
3
+ "version": "0.15.45",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {