@blockrun/clawrouter 0.9.36 → 0.9.37

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.
package/dist/index.js CHANGED
@@ -5768,15 +5768,6 @@ var plugin = {
5768
5768
  apiKey: "x402-proxy-handles-auth",
5769
5769
  models: OPENCLAW_MODELS
5770
5770
  };
5771
- if (!api.config.agents) api.config.agents = {};
5772
- const agents = api.config.agents;
5773
- if (!agents.defaults) agents.defaults = {};
5774
- const defaults = agents.defaults;
5775
- if (!defaults.model) defaults.model = {};
5776
- const model = defaults.model;
5777
- if (!model.primary) {
5778
- model.primary = "blockrun/auto";
5779
- }
5780
5771
  api.logger.info("BlockRun provider registered (30+ models via x402)");
5781
5772
  createWalletCommand().then((walletCommand) => {
5782
5773
  api.registerCommand(walletCommand);