clawmoney 0.13.2 → 0.13.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -395,8 +395,8 @@ relay
395
395
  .option('--mode <mode>', 'Safety mode: chat, search, code, full', 'chat')
396
396
  .option('--concurrency <n>', 'Max concurrent requests', '5')
397
397
  .option('--daily-limit <usd>', 'Max daily spend in USD', '20')
398
- .option('--price-input <usd>', 'Price per 1M input tokens', '5')
399
- .option('--price-output <usd>', 'Price per 1M output tokens', '25')
398
+ .option('--price-input <usd>', 'Override input price per 1M (auto-populated from pricing.ts)')
399
+ .option('--price-output <usd>', 'Override output price per 1M (auto-populated from pricing.ts)')
400
400
  .action(async (options) => {
401
401
  try {
402
402
  await relayRegisterCommand(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {