mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-06 17:18:47 +00:00
4af329f943
* feat: add cost-aware Workshop desk profiles Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 83dd4f49-a03d-44a0-bdd1-8c4f54da8ec2 * fix: address Copilot review feedback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 83dd4f49-a03d-44a0-bdd1-8c4f54da8ec2 * fix: isolate Agency MCP discovery Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 83dd4f49-a03d-44a0-bdd1-8c4f54da8ec2 * fix: label desk launch profile controls Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 83dd4f49-a03d-44a0-bdd1-8c4f54da8ec2 --------- Co-authored-by: Jenny Ferries <jenny.ferries@microsoft.com> Copilot-Session: 83dd4f49-a03d-44a0-bdd1-8c4f54da8ec2
21 lines
490 B
JSON
21 lines
490 B
JSON
{
|
|
"name": "signals-dashboard",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"scripts": {
|
|
"test": "node --test launch-profile.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Real-time Workshop dashboard with agent signals, honesty calibration, and cost-aware repo or connected desk launch profiles.",
|
|
"keywords": [
|
|
"agent-signals",
|
|
"dashboard",
|
|
"multi-agent",
|
|
"coordination",
|
|
"canvas"
|
|
]
|
|
}
|