From 68ac0c099e728de18871770291546873c3a153f8 Mon Sep 17 00:00:00 2001 From: Yegor Korobeynikov Date: Thu, 27 Aug 2026 00:50:36 +0200 Subject: [PATCH] Add plugin entry: md-comments --- entries/md-comments.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 entries/md-comments.json diff --git a/entries/md-comments.json b/entries/md-comments.json new file mode 100644 index 0000000..123edee --- /dev/null +++ b/entries/md-comments.json @@ -0,0 +1,17 @@ +{ + "id": "md-comments", + "displayName": "Md Comments", + "description": "Inline comments on markdown files opened in the side panel, anchored to quoted text instead of line numbers, sent to the agent as one batch message.", + "icon": "MessageSquare", + "tags": ["markdown", "comments", "review", "agent-tools", "productivity"], + "author": { + "name": "Yegor Korobeynikov", + "github": "yegor-korobeynikov" + }, + "source": { + "git": { + "url": "https://github.com/yegor-korobeynikov/bb-plugin-md-comments.git", + "range": "^1.0.0" + } + } +}