@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.
@@ -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
- // If no cloud providers have keys, prompt for setup
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 = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phi-code-admin/phi-code",
3
- "version": "0.63.4",
3
+ "version": "0.63.5",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {