From b98995e9b6115dce120eaded22152901b604dd92 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Fri, 24 Oct 2025 14:17:42 +0200 Subject: [PATCH] docs: simplify TUI launch section in getting_started - Remove alternative launch methods for cleaner first steps - Remove 'Launch with Initial Prompt' section - Remove 'Launch with YAML Configuration' section - Focus on basic launch command for new users --- docs/tui/getting_started.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/tui/getting_started.md b/docs/tui/getting_started.md index 72a6a73f..c0658fd9 100644 --- a/docs/tui/getting_started.md +++ b/docs/tui/getting_started.md @@ -21,21 +21,6 @@ cai --tui If your `ALIAS_API_KEY` is not configured, you'll see an authentication error. Don't worry—we'll fix this in the next step. -### Alternative: Launch with Initial Prompt - -You can start the TUI with a prompt ready to go: - -```bash -cai --tui "scan 198.51.100.50 for vulnerabilities" -``` - -### Alternative: Launch with YAML Configuration - -For advanced setups: - -```bash -cai --tui --yaml my-config.yaml -``` ## Step 2: Configure Your API Key