agent.libx.js 0.94.16 → 0.94.18

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/cli.js CHANGED
@@ -9834,6 +9834,7 @@ async function repl(args, ai, cfg, cwd) {
9834
9834
  };
9835
9835
  const setModel = (m) => {
9836
9836
  work.model = m;
9837
+ work.providerOptions = cursorProviderOptions(m, cwd, cfg.mcpServers);
9837
9838
  if (dx) dx.options.actModel = m;
9838
9839
  persistModel(cwd, m);
9839
9840
  err(dim(" model \u2192 " + m + "\n"));