From 6ecaabe3e6f7a9ea81d78ed3b8f0d220ba95bb2f Mon Sep 17 00:00:00 2001 From: adil Date: Thu, 9 Apr 2026 00:05:06 +0530 Subject: [PATCH] fix(cli): remove 'Next step' hint from ao start output (#947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the post-startup "Next step: ao spawn " hint per reviewer feedback — the dashboard already guides users. Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/cli/src/commands/start.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/cli/src/commands/start.ts b/packages/cli/src/commands/start.ts index 3aee41b5b..6d4677a7a 100644 --- a/packages/cli/src/commands/start.ts +++ b/packages/cli/src/commands/start.ts @@ -1120,16 +1120,6 @@ async function runStartup( console.log(chalk.dim(`Config: ${config.configPath}`)); - // Show next step hint (only if no existing orchestrators requiring selection) - if (!hasExistingOrchestrators) { - const projectIds = Object.keys(config.projects); - if (projectIds.length > 0) { - console.log(chalk.bold("\nNext step:\n")); - console.log(` Spawn an agent session:`); - console.log(chalk.cyan(` ao spawn \n`)); - } - } - // Auto-open browser once the server is ready. // With a single orchestrator (or a newly created one), navigate directly to the session page. // With multiple existing orchestrators, open the selection page so the user can choose or