Skip to content
Draft
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
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,30 @@
"flowagent"
],
"license": "MIT"
},
{
"name": "vardoger",
"description": "Personalize GitHub Copilot from local conversation history and generate tailored instructions without a hosted backend or telemetry.",
"version": "0.3.2",
"author": {
"name": "David Strupl",
"url": "https://github.com/dstrupl"
},
"homepage": "https://github.com/dstrupl/vardoger/tree/main/plugins/copilot",
"repository": "https://github.com/dstrupl/vardoger",
"keywords": [
"personalization",
"productivity",
"skills",
"local-first",
"conversation-history"
],
"license": "Apache-2.0",
"source": {
"source": "github",
"repo": "dstrupl/vardoger",
"path": "plugins/copilot"
}
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This marketplace also references plugins hosted in other repositories:

- **[Advanced Security](https://github.com/github/copilot-advanced-security-plugin)** — Access to GitHub Advanced Security capabilities such as dependency scanning and secret scanning.

- **[Vardoger](https://github.com/dstrupl/vardoger)** — Personalize Copilot from local conversation history without a hosted backend or telemetry.

- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark).

- **[Microsoft C++ Language Server](https://github.com/microsoft/cpp-language-server)** — Navigate and interact with your C++ code.
Expand Down