clawmoney 0.15.23 → 0.15.24

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.
@@ -172,9 +172,9 @@ export async function relaySetupCommand() {
172
172
  cancel("Setup aborted");
173
173
  process.exit(1);
174
174
  }
175
- // ── Step 2: pick which families to register ──
175
+ // ── Step 2: pick which subscriptions to register ──
176
176
  const familyChoice = await multiselect({
177
- message: "Which CLI families do you want to provide? (space to toggle, enter to confirm)",
177
+ message: "Which subscriptions do you want to provide? (space to toggle, enter to confirm)",
178
178
  options: available.map((d) => ({
179
179
  value: d.cli,
180
180
  label: d.cli,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.23",
3
+ "version": "0.15.24",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {