Skip to content

Commit 0026ea5

Browse files
committed
fix: update references to Azure Copilot to Azure Copilot CLI for consistency
1 parent 7f9e6ba commit 0026ea5

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

cli/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
id: jongio.azd.copilot
44
namespace: copilot
5-
displayName: Azure Copilot
5+
displayName: Azure Copilot CLI
66
description: |
77
AI-powered Azure development assistant. Describe what you want to build,
88
and Copilot builds and deploys it to Azure. Includes 16 specialized agents

cli/src/cmd/copilot/commands/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This command helps identify and fix:
223223

224224
// runQuickAction executes a quick action by launching Copilot with a specific prompt
225225
func runQuickAction(cmd *cobra.Command, action string, prompt string) error {
226-
cliout.Section("🤖", fmt.Sprintf("Azure Copilot: %s", action))
226+
cliout.Section("🤖", fmt.Sprintf("Azure Copilot CLI: %s", action))
227227
cliout.Newline()
228228

229229
// Check if Copilot CLI is installed

cli/src/cmd/copilot/commands/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Project Modes:
7474
}
7575

7676
func runBuild(cmd *cobra.Command, description string) error {
77-
cliout.Section("🏗️", "Azure Copilot: Building your application")
77+
cliout.Section("🏗️", "Azure Copilot CLI: Building your application")
7878
cliout.Newline()
7979

8080
// Check if Copilot CLI is installed

cli/src/cmd/copilot/commands/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func NewVersionCommand() *cobra.Command {
4545
return encoder.Encode(info)
4646
}
4747

48-
cliout.Section("🤖", "Azure Copilot Extension")
48+
cliout.Section("🤖", "Azure Copilot CLI Extension")
4949
cliout.Newline()
5050
cliout.Label("Version", Version)
5151
cliout.Label("Built", BuildTime)

cli/src/cmd/copilot/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ func main() {
4040

4141
rootCmd := &cobra.Command{
4242
Use: "copilot",
43-
Short: "Azure Copilot - AI-powered Azure development assistant",
44-
Long: fmt.Sprintf(`Azure Copilot is an Azure Developer CLI extension that integrates GitHub Copilot CLI
43+
Short: "Azure Copilot CLI - AI-powered Azure development assistant",
44+
Long: fmt.Sprintf(`Azure Copilot CLI is an Azure Developer CLI extension that integrates GitHub Copilot CLI
4545
with %d specialized Azure agents and %d focused skills for Azure development.
4646
4747
When run without subcommands, starts an interactive Copilot session with Azure context.`, assets.AgentCount(), assets.SkillCount()),
@@ -195,7 +195,7 @@ func runCopilotSession(cmd *cobra.Command) error {
195195
}
196196

197197
func printBanner() {
198-
banner := figure.NewFigure("Azure Copilot", "small", true)
198+
banner := figure.NewFigure("Azure Copilot CLI", "small", true)
199199
fmt.Printf("%s%s%s", cliout.Cyan, banner.String(), cliout.Reset)
200200
cliout.Newline()
201201
fmt.Printf("%sAI-powered Azure development assistant%s\n", cliout.Bold, cliout.Reset)

cli/src/internal/assets/agents/azure-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Then create `docs/spec.md`:
177177
```markdown
178178
# [App Name]
179179

180-
> Generated by Azure Copilot on [date]
180+
> Generated by Azure Copilot CLI on [date]
181181
182182
## Overview
183183
- **Description**: [what it does]

cli/src/internal/spec/spec.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func GenerateMarkdown(s *Spec) string {
152152

153153
// Header
154154
sb.WriteString("# Application Specification\n\n")
155-
sb.WriteString(fmt.Sprintf("> Generated by Azure Copilot on %s\n\n", s.CreatedAt.Format("2006-01-02 15:04")))
155+
sb.WriteString(fmt.Sprintf("> Generated by Azure Copilot CLI on %s\n\n", s.CreatedAt.Format("2006-01-02 15:04")))
156156

157157
// Overview
158158
sb.WriteString("## Overview\n\n")
@@ -254,7 +254,7 @@ func GeneratePrompt(description string, mode string) string {
254254

255255
sb.WriteString("```markdown\n")
256256
sb.WriteString("# Application Specification\n\n")
257-
sb.WriteString("> Generated by Azure Copilot on [date]\n\n")
257+
sb.WriteString("> Generated by Azure Copilot CLI on [date]\n\n")
258258
sb.WriteString("## Overview\n")
259259
sb.WriteString("**Name:** [project name]\n")
260260
sb.WriteString("**Description:** [one paragraph]\n")

web/src/components/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const { title, description = 'GitHub Copilot integration for Azure Developer CLI
4545
</svg>
4646
</a>
4747
<span class="logo-text">
48-
<span class="logo-full">Azure Copilot</span>
48+
<span class="logo-full">Azure Copilot CLI</span>
4949
<span class="logo-short">azd copilot</span>
5050
<span class="logo-by"> by </span>
5151
<a href="https://github.com/jongio" target="_blank" rel="noopener noreferrer" class="logo-author text-gradient">Jon Gallant</a>

web/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ const stats = [
107107

108108
<!-- Main heading -->
109109
<h1 id="hero-heading" class="hero-title animate-fade-up" style="animation-delay: 0.1s">
110-
<span class="text-gradient-animated">Azure Copilot</span>
110+
<span class="text-gradient-animated">Azure Copilot CLI</span>
111111
</h1>
112112

113113
<p class="hero-description animate-fade-up" style="animation-delay: 0.2s">
114-
Start an immersive Azure Copilot experience. Just describe your scenario
114+
Start an immersive Azure Copilot CLI experience. Just describe your scenario
115115
and Copilot — with deep knowledge of all things Azure — will help you
116116
build an amazing solution.
117117
</p>

0 commit comments

Comments
 (0)