@phi-code-admin/phi-code 0.63.4 → 0.63.5
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/extensions/phi/init.ts +1 -4
- package/package.json +1 -1
package/extensions/phi/init.ts
CHANGED
|
@@ -462,10 +462,7 @@ _Edit this file to customize Phi Code's behavior for your project._
|
|
|
462
462
|
ctx.ui.notify(` ${status} ${p.name}${tag}${modelCount}`, "info");
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
//
|
|
466
|
-
if (cloudConfigured.length === 0) {
|
|
467
|
-
ctx.ui.notify("\n⚠️ No cloud API keys configured.\n", "warning");
|
|
468
|
-
}
|
|
465
|
+
// No warning needed — the wizard itself handles configuration
|
|
469
466
|
|
|
470
467
|
// Always offer to add a provider via select menu
|
|
471
468
|
const providerOptions = [
|