@orchagent/cli 0.3.43 → 0.3.44

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.
@@ -13,7 +13,7 @@ function registerPricingCommand(program) {
13
13
  .command('pricing <agent> <mode>')
14
14
  .description('Set pricing for your agent (free or per-call in USD)')
15
15
  .option('--local-download', 'Allow users to download and run locally')
16
- .option('--no-local-download', 'Restrict to server-only (orch call)')
16
+ .option('--no-local-download', 'Restrict to server-only (cloud execution)')
17
17
  .action(async (agentRef, mode, options) => {
18
18
  const resolved = await (0, config_1.getResolvedConfig)();
19
19
  // Parse agent reference