microsoft/copilot-brag-sheet v1.0.2
microsoft/copilot-brag-sheet
Captured source
source ↗published May 1, 2026seen 6dcaptured 6dhttp 200method plain
v1.0.2
Repository: microsoft/copilot-brag-sheet
Tag: v1.0.2
Published: 2026-05-01T20:54:28Z
Prerelease: no
Release notes:
Fixed
- Windows install —
install.ps1failed on Windows PowerShell 5.1 (default on Windows 10/11) because theJoin-Path3-argument form requires PowerShell 6+. Replaced with nested 2-argument calls so the script works on both PS 5.1 and PS 7+ (#23 follow-up) - Setup wizard on Windows + Node 22+ —
bin/setup.mjsfailed withERR_UNSUPPORTED_ESM_URL_SCHEMEbecause dynamicimport()requiresfile://URLs on Windows. Now usespathToFileURL().
Added
- `npm install` install path — new
bin/install.mjsmakesnpm install -g copilot-brag-sheetfollowed bycopilot-brag-sheeta fully working install path. Copies extension files to~/.copilot/extensions/and runs the setup wizard. - `copilot-brag-sheet-setup` bin — re-run the setup wizard anytime without remembering the absolute path.
- README demo GIF — embedded terminal-only animation (
demo/demo.gif) showing the brag → save → review flow. - Awesome Copilot — listed on github/awesome-copilot (PR #1428).
- CI: Windows install smoke test — exercises
install.ps1on Windows runners so this category of bug can't regress. - README rewrite — clearer install ranking (npm vs script), Microsoft-engineer hop link, trust ribbon,
copilot plugin installwarning hoisted from FAQ to install section, internals collapsed under ``.
Changed
- Quick Start install section — now ranks options as Recommended (script), Alternative (npm), and For contributors (clone) rather than presenting all three equally.
Notability
notability 3.0/10Routine minor version release; low traction.