aieo 0.1.17 → 0.1.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/index.cjs CHANGED
@@ -10360,6 +10360,9 @@ async function getModel(provider, apiKey, cwd) {
10360
10360
  cwd
10361
10361
  }
10362
10362
  });
10363
+ if (cwd) {
10364
+ console.log("creating claude code model at", cwd);
10365
+ }
10363
10366
  return customProvider(SOTA[provider]);
10364
10367
  default:
10365
10368
  throw new Error(`Unsupported provider: ${provider}`);