Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,31 @@
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.",
"version": "1.0.0"
},
{
"name": "whatidid",
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
"keywords": [
"copilot",
"productivity",
"impact",
"report",
"estimation",
"roi",
"session-logs"
],
"license": "MIT",
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
"source": {
"source": "github",
"repo": "microsoft/What-I-Did-Copilot"
}
},
{
"name": "winui3-development",
"source": "winui3-development",
Expand Down
17 changes: 17 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,22 @@
"source": "github",
"repo": "figma/mcp-server-guide"
}
},
{
"name": "whatidid",
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
"keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"],
"license": "MIT",
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
"source": {
"source": "github",
"repo": "microsoft/What-I-Did-Copilot"
}
}
]
Loading