Update the external plugin version and tag, pin the merged upstream release commit, and regenerate the marketplace.
Co-authored-by: haozhang <haozhan@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4a60a8cc-9b50-40c7-b29a-bdbf60144f6f
* Update Anarlog to local-first version 1.3.0
Pin the existing listing to the tested source revision and regenerate its marketplace entry.
* Pin the final reviewed Anarlog package
Include corrected Flatpak setup and paid-Team eligibility in the 1.3.0 source.
* keep-the-why: bump to 0.16.0
* keep-the-why: bump to 0.16.1
* keep-the-why: bump to 0.16.2
* keep-the-why: bump to 0.16.3
* keep-the-why: bump to 0.17.0 (version and source.ref)
* Simplify agent definitions and bump plugin version to 1.129.0
* Fix spelling of reusable in gem-planner agent
* Simplify agent definitions and bump gem-team to 1.130.0
* Simplify agent definitions and bump gem-team to 1.131.0
* fix: revise proof rule to aovid redundant echoing
* fix: Simplify orchstrator rules
- Bump version 0.3.0 -> 0.6.0 to match the released win-dev-skills package.
- Point source.path at the canonical Agent Plugins 1.0 package (plugins/winui/agent-plugin) instead of the legacy compatibility root, so the Copilot Customize tab installs the portable package.
- Pin source.ref/source.sha to the immutable v0.6.0 tag (commit 68ae65d) for reproducible installs.
- Regenerate .github/plugin/marketplace.json via npm run build.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Learn More section linked to a non-existent local LICENSE file in
plugins/gem-team/, causing a 404 error on GitHub. Point the link to the
upstream mubaidr/gem-team repository LICENSE file, matching the adjacent
documentation links.
Signed-off-by: 1fanwang <1fannnw@gmail.com>
Bug-bash fixes for the sentry-triage canvas extension:
- Model list: auto-refresh via session.rpc.model.list() with a static
fallback, instead of a hardcoded list that went stale.
- Plain-English toggle: gate the toggle until enrichPlainEnglish()
completes, fixing a race where it was interactive before enrichment
finished. Add a preparing hint while it runs.
- Copy: 'Plain-English titles' -> 'Plain-English messages'; simplify the
loading hint.
- Work status labels: distinguish 'starting Copilot fix session' vs
'filing tracking issue' instead of a generic 'working', and mark the
Fix-with-Copilot toast as non-blocking.
- Org project pagination: page the traversal as discrete queued tasks
bounded by page count, driven by the SDK envelope hasMore flag, so a
mega-org no longer starves interactive lookups and an incomplete
traversal is never cached as complete. No Promise.race timeout is used
because sentry@0.42.2 exposes no per-call cancellation and an abandoned
call would corrupt module-global cursor state.
Bump plugin to 1.2.0 and regenerate marketplace.json.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
trigger_live_flow now runs scheduled (Recurrence) flows on demand;
list_live_connections requires environmentName and applies top after search;
the ChatGPT/claude.ai connector path is documented in the mcp skill; the
brand reads FlowStudio (one word) across the skills and plugin README; the
build skill is back under the 500-line lint limit.
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* chore: bump keep-the-why to 0.10.0
* chore: bump keep-the-why to 0.10.1
0.10.1 released after this PR was opened for 0.10.0 - updates
version/source.ref to v0.10.1 and regenerates
.github/plugin/marketplace.json to match.
Points the listed rayfin entry at plugin-v0.4.0. That release sources the
getting-started template from the microsoft/awesome-rayfin gallery rather
than a personal repository, and puts the documented scaffold command back
on one line so it parses under PowerShell.
marketplace.json is regenerated via npm run build.
Co-authored-by: Chris Caruso <chcaruso@microsoft.com>
Points the figma external plugin entry at tag v2.2.96-figquery.1 in
figma/mcp-server-guide instead of tracking the default branch, and updates
the listed version to match the plugin manifests on that tag.
Regenerates .github/plugin/marketplace.json.