clawmoney 0.15.27 → 0.15.29

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.
@@ -167,7 +167,7 @@ export async function relaySetupCommand() {
167
167
  if (available.length > 0) {
168
168
  log.success(`Found: ${chalk.bold(available.map((d) => d.cli).join(", "))}`);
169
169
  if (hasMissing) {
170
- log.message(chalk.dim("(ClawMoney supports more platforms — only these were detected on this machine)"));
170
+ log.message(chalk.dim("(ClawMoney supports claude, codex, gemini, and antigravity — only these were detected on this machine)"));
171
171
  }
172
172
  }
173
173
  if (available.length === 0) {
@@ -201,10 +201,7 @@ export async function relaySetupCommand() {
201
201
  log.warn(`${cli}: no recommended models found — skipping`);
202
202
  continue;
203
203
  }
204
- log.step(`${chalk.bold(cli)}: auto-registering ${recommended.length} recommended models`);
205
- for (const m of recommended) {
206
- log.message(chalk.dim(` · ${m}`));
207
- }
204
+ log.step(`${chalk.bold(cli)}: ${recommended.length} models ${chalk.dim("— " + recommended.join(", "))}`);
208
205
  for (const model of recommended) {
209
206
  const p = API_PRICES[model];
210
207
  registrations.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.27",
3
+ "version": "0.15.29",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {