From 45e06ace5c6ade7c7fc4d98b056c8d36206d6f2f Mon Sep 17 00:00:00 2001 From: Gldywn <14254051+Gldywn@users.noreply.github.com> Date: Sat, 29 Aug 2026 21:59:21 +0200 Subject: [PATCH] feat: add Gatekeeper plugin to community-plugins.json Gatekeeper is a third-party plugin that gates agent-proposed SQL behind a human approval inside Beekeeper Studio, on the app's existing connection. Repo: Gldywn/gatekeeper --- community-plugins.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index fe51488..e9de83c 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -1 +1,9 @@ -[] +[ + { + "id": "gatekeeper", + "name": "Gatekeeper", + "author": "Gldywn", + "description": "Human-approved SQL for AI agents: an agent proposes a query, you approve it in Beekeeper Studio before it runs, read-only by default.", + "repo": "Gldywn/gatekeeper" + } +]