From 7dfbeb143974c0e52ed4026bfe95fa0568251b17 Mon Sep 17 00:00:00 2001 From: Nayana Bannur Date: Thu, 14 May 2026 15:26:21 -0700 Subject: [PATCH] Fix: questions are about the task, not codebase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719d000..7b4c59e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [Sweep](https://sweep.dev/) — AI coding plugin for JetBrains IDEs with autocomplete, codebase indexing, and context-aware suggestions. Uses proprietary LLMs with zero data retention. - [Antigravity Link](https://github.com/cafeTechne/antigravity-link-extension) — VS Code extension that bridges mobile devices to Google's Antigravity IDE. Mirror active AI chat sessions on your phone, send messages, upload files, stop AI generation, and automate workflows via a local HTTP API or 9 MCP tools. Listed in the official MCP Registry. - [Shadcn Space MCP](https://shadcnspace.com/mcp) — Connect Cursor, Claude Code, Antigravity, VS Code, and other AI tools to the Shadcn Space component registry. -- [Blueprint](https://marketplace.visualstudio.com/items?itemName=Imbue.imbue-blueprint) — Open-source planning copilot for coding agents. Asks multiple-choice questions about your codebase, then generates a markdown plan any coding agent can execute. Extensions for VS Code, Cursor, and Windsurf. +- [Blueprint](https://marketplace.visualstudio.com/items?itemName=Imbue.imbue-blueprint) — Open-source planning copilot for coding agents. Asks multiple-choice questions about your task, then generates a markdown plan any coding agent can execute. Extensions for VS Code, Cursor, and Windsurf. ---