From 853988859bd99adb68f982c58e6b9e0b29e2850e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:08:50 +0000 Subject: [PATCH 1/2] Update tagline from 'build, manage, deploy' to 'The full-stack platform for AI agents' Co-Authored-By: mcongrove@agentuity.com --- README.md | 4 ++-- cmd/root.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a0dae4e..025d1764 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Agentuity CLI -The command line tools for the Agentuity Agent Cloud Platform. These tools are used to build, manage, and deploy Agents to the Agentuity platform. +The full-stack platform for AI agents. ## Installation @@ -77,7 +77,7 @@ agentuity --help ## Usage -The Agentuity CLI provides a comprehensive set of commands to help you build, manage, and deploy Agents. Here's an overview of the available commands: +The Agentuity CLI provides a comprehensive set of commands to help you manage your AI agents. Here's an overview of the available commands: ### Basic Commands diff --git a/cmd/root.go b/cmd/root.go index a8412ecb..82c7c666 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"), @@ -146,7 +146,7 @@ Dashboard: %s`, // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "agentuity", - Short: "Agentuity CLI is a command-line tool for building, managing, and deploying AI agents.", + Short: "The full-stack platform for AI agents", PreRun: func(cmd *cobra.Command, args []string) { // do this after load so we can get the dynamic version cmd.Long = logoBox.Render(fmt.Sprintf(`%s %s @@ -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"), From ae9c3d33c6ed9c1edd4d0dac63af497a6a0b2aec Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:13:48 +0000 Subject: [PATCH 2/2] Revert descriptive text changes, keep only display tagline updates Per PR feedback, reverted: - README.md line 14: Keep original descriptive intro - README.md line 80: Keep original usage description - cmd/root.go line 149: Keep original Short description Keeping only the display tagline changes: - cmd/root.go line 57: titleStyle.Render display - cmd/root.go line 159: tui.Muted display Co-Authored-By: mcongrove@agentuity.com --- README.md | 4 ++-- cmd/root.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 025d1764..7a0dae4e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Agentuity CLI -The full-stack platform for AI agents. +The command line tools for the Agentuity Agent Cloud Platform. These tools are used to build, manage, and deploy Agents to the Agentuity platform. ## Installation @@ -77,7 +77,7 @@ agentuity --help ## Usage -The Agentuity CLI provides a comprehensive set of commands to help you manage your AI agents. Here's an overview of the available commands: +The Agentuity CLI provides a comprehensive set of commands to help you build, manage, and deploy Agents. Here's an overview of the available commands: ### Basic Commands diff --git a/cmd/root.go b/cmd/root.go index 82c7c666..535d0ca8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -146,7 +146,7 @@ Dashboard: %s`, // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "agentuity", - Short: "The full-stack platform for AI agents", + Short: "Agentuity CLI is a command-line tool for building, managing, and deploying AI agents.", PreRun: func(cmd *cobra.Command, args []string) { // do this after load so we can get the dynamic version cmd.Long = logoBox.Render(fmt.Sprintf(`%s %s