From 1e4690bde139075b7e394eea32b0b2bc15b1c3eb Mon Sep 17 00:00:00 2001 From: Sebastien Tardif Date: Fri, 5 Jun 2026 13:14:03 -0700 Subject: [PATCH] docs: add Release and Installs badges to README Add GitHub Release badge (Closes #59) and VS Code Marketplace install count badge. The VS Code Marketplace version badge was already present (Closes #58). Signed-off-by: Sebastien Tardif --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67382af..f6b9902 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/patchloom/patchloom-vscode/badge)](https://securityscorecards.dev/viewer/?uri=github.com/patchloom/patchloom-vscode) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13100/badge)](https://www.bestpractices.dev/projects/13100) [![FOSSA Status](https://img.shields.io/badge/license%20scan-FOSSA-blue)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpatchloom%2Fpatchloom-vscode) +[![Release](https://img.shields.io/github/v/release/patchloom/patchloom-vscode?logo=github&sort=semver)](https://github.com/patchloom/patchloom-vscode/releases/latest) [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/patchloom.patchloom)](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom) +[![Installs](https://img.shields.io/visual-studio-marketplace/i/patchloom.patchloom)](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom) [![Open VSX](https://img.shields.io/open-vsx/v/patchloom/patchloom)](https://open-vsx.org/extension/patchloom/patchloom) The official VS Code extension for [Patchloom](https://github.com/patchloom/patchloom). Set up your workspace for AI agent workflows in seconds: detect the CLI, generate agent rules, configure MCP servers, and run structured file operations from the command palette.