Display Squad version in agent name across Copilot hosts#19
Merged
bradygaster merged 5 commits intomainfrom Feb 12, 2026
Merged
Display Squad version in agent name across Copilot hosts#19bradygaster merged 5 commits intomainfrom
bradygaster merged 5 commits intomainfrom
Conversation
Co-authored-by: bradygaster <41929050+bradygaster@users.noreply.github.com>
Co-authored-by: bradygaster <41929050+bradygaster@users.noreply.github.com>
Co-authored-by: bradygaster <41929050+bradygaster@users.noreply.github.com>
Co-authored-by: bradygaster <41929050+bradygaster@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add squad version number to agent label in Copilot hosts
Display Squad version in agent name across Copilot hosts
Feb 12, 2026
bradygaster
approved these changes
Feb 12, 2026
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
Add two comprehensive guides to pa-squad documentation: - squad-template-patterns.md: charter structure, routing, ceremonies, role interactions, lessons learned, anti-patterns, implementation checklist - squad-template-role-mapping.md: generic role reference, customization process, worked examples (Feature/Marvel, Platform/Star Wars, Data/Greek), customization guidance Update documentation indexes: - INDEX.md: add both guides to Guides category (4/8 categories now populated) - TAGS.md: add 'patterns', 'roles', 'squad-infra', 'workflow' tag sections with both guides - RECENT.md: move both guides to entries 1–2 (highest recency) Update Bilbo's history with key learnings: charter structure patterns, role routing framework, ceremony rhythm, customization process. Resolves GitHub issues bradygaster#11 and bradygaster#19. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 tasks
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.
Squad version was invisible in agent picker UIs. Users couldn't determine installed version without checking files manually.
Changes
Agent template (
.github/agents/squad.agent.md)name: Squad→name: Squad (v0.0.0-source)in frontmatterVersion stamping (
index.js)stampVersion()to replace version in bothversion:andname:fields/^name:\s*Squad(?:\s*\([^)]*\))?$/mto handle:Documentation
docs/scenarios/upgrading.mddocs/guide.mdto clarify multi-host Copilot support (not CLI-only)README.mdexampleResult
Agent picker now shows
Squad (v0.3.0)across all Copilot hosts (VS Code, CLI, Visual Studio, Coding Agent). Thenamefield is the only frontmatter property consistently displayed in picker UIs.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.