clawmoney 0.15.43 → 0.15.44
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
|
-
|
|
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) {
|