diff --git a/cmd/root.go b/cmd/root.go index a8412ecb..535d0ca8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -54,7 +54,7 @@ Docs: %s Community: %s Dashboard: %s`, tui.Bold("⨺ Agentuity"), - titleStyle.Render("Build, manage and deploy AI agents"), + titleStyle.Render("The full-stack platform for AI agents"), Version, tui.Link("https://agentuity.dev"), tui.Link("https://discord.gg/agentuity"), @@ -156,7 +156,7 @@ Docs: %s Community: %s Dashboard: %s`, tui.Bold("⨺ Agentuity"), - tui.Muted("Build, manage and deploy AI agents"), + tui.Muted("The full-stack platform for AI agents"), Version, tui.Link("https://agentuity.dev"), tui.Link("https://discord.gg/agentuity"),