feat: add ASCII art banner and related tests - #7214
Merged
Rajesh Kamal (rajeshkamal5050) merged 4 commits intoMar 20, 2026
Merged
Conversation
John Miller (therealjohn)
marked this pull request as ready for review
March 20, 2026 01:07
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Foundry-branded ASCII banner output to the azure.ai.agents extension CLI, along with tests to validate banner width and content, and updates the extension tagline.
Changes:
- Update root command short description/tagline to the new Foundry-aligned phrasing.
- Add a banner renderer (ASCII art + version + docs link) and show it in root help and during
init. - Add tests to ensure banner content renders and stays within 100 columns.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.agents/internal/cmd/root.go | Updates tagline and wraps root help to print the banner above default help text. |
| cli/azd/extensions/azure.ai.agents/internal/cmd/init.go | Prints banner at start of init execution and removes the previous “Initializing…” message. |
| cli/azd/extensions/azure.ai.agents/internal/cmd/banner.go | Introduces bannerArt and printBanner (includes version + docs link). |
| cli/azd/extensions/azure.ai.agents/internal/cmd/banner_test.go | Adds tests for banner output presence and max width constraints. |
Victor Vazquez (vhvb1989)
approved these changes
Mar 20, 2026
Rajesh Kamal (rajeshkamal5050)
requested review from
Kristen Womack (kristenwomack) and
Shayne Boyer (spboyer)
March 20, 2026 05:17
JeffreyCA
reviewed
Mar 20, 2026
Shayne Boyer (spboyer)
approved these changes
Mar 20, 2026
Rajesh Kamal (rajeshkamal5050)
approved these changes
Mar 20, 2026
JeffreyCA
approved these changes
Mar 20, 2026
This was referenced Mar 20, 2026
Jon Gallant (jongio)
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
Jon Gallant (jongio)
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
Jon Gallant (jongio)
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
Jon Gallant (jongio)
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
Jon Gallant (jongio)
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
Amit Chauhan (achauhan-scc)
pushed a commit
to achauhan-scc/azure-dev
that referenced
this pull request
Apr 2, 2026
* feat: add ASCII art banner and related tests for agent initialization * refactor: update printBanner call to use command output stream * update extension manifest description to match. * fix lint errors, banner errors are non critical
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prototype implementation of adding banner art to the agent extension to align with Foundry branding.
Also adds the version and a note about docs.
Rephrase the tagline for the extension to "Ship agents with Microsoft Foundry from your terminal."