clawmoney 0.15.27 → 0.15.28

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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.27",
3
+ "version": "0.15.28",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {