From da6aada463881fe0f9071799748900866ddbb126 Mon Sep 17 00:00:00 2001 From: "Cristian \"SkyH34D\" Franco" <58003229+SkyH34D@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:56:12 +0100 Subject: [PATCH] Update banner title from Alias0 to Alias1 (#367) * Fix typo in README.md for 'Agents' Correcting typo and adjusting diagram * Update banner title from Alias0 to Alias1 * Fix formatting issues in README diagram This was a formating missmatch that now is fixed --------- Co-authored-by: UnaiAlias <52742669+UnaiAlias@users.noreply.github.com> --- README.md | 6 +++--- src/cai/repl/ui/banner.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21658c7b..832c3376 100644 --- a/README.md +++ b/README.md @@ -549,17 +549,17 @@ CAI focuses on making cybersecurity agent **coordination** and **execution** lig ``` ┌───────────────┐ ┌───────────┐ - │ HITL │◀────────▶│ Turns │ + │ HITL │◀─────-───▶│ Turns │ └───────┬───────┘ └───────────┘ │ ▼ ┌───────────┐ ┌───────────┐ ┌───────────┐ ┌───────────┐ -│ Patterns │◀────▶│ Handoffs │◀───▶ │ Agents │◀───▶│ LLMs │ +│ Patterns │◀──-──▶│ Handoffs │◀──-─▶ │ Agents │◀──-─▶│ LLMs │ └───────────┘ └─────┬─────┘ └─────┬─────┘ └───────────┘ │ │ │ ▼ ┌────────────┐ ┌────┴──────┐ ┌───────────┐ ┌────────────┐ -│ Extensions │◀────▶│ Tracing │ │ Tools │◀──▶│ Guardrails │ +│ Extensions │◀────▶ │ Tracing │ │ Tools │◀──▶ │ Guardrails │ └────────────┘ └───────────┘ └───────────┘ └────────────┘ │ ┌─────────────┬─────┴────┬─────────────┐ diff --git a/src/cai/repl/ui/banner.py b/src/cai/repl/ui/banner.py index a5e40140..f509cb1b 100644 --- a/src/cai/repl/ui/banner.py +++ b/src/cai/repl/ui/banner.py @@ -434,7 +434,7 @@ def display_quick_guide(console: Console): " and its privacy-first approach:\n", ("https://news.aliasrobotics.com/alias1-a-privacy-first-cybersecurity-ai/", "blue underline") ), - title="[bold yellow]🛡️ Alias0 - best model for cybersecurity [/bold yellow]", + title="[bold yellow]🛡️ Alias1 - best model for cybersecurity [/bold yellow]", border_style="yellow", padding=(1, 2), title_align="center"