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
|
|
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) {
|