From d0818d56b64c4f3d0e77299ce551a9e0c6dca4a2 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 30 Apr 2026 11:35:55 -0700 Subject: [PATCH 1/2] Add Kasava to Codebase Intelligence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e8216..944d1d6 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [shadcn/studio MCP](https://shadcnstudio.com/mcp) — Integrate shadcn/studio MCP Server directly into your favorite IDE and craft stunning shadcn/ui Components, Blocks and Pages inspired by shadcn/studio. - [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. --- @@ -214,6 +213,7 @@ Tools for understanding, navigating, and getting answers about existing codebase - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Gru.ai](https://www.gru.ai/) — An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debugging issues, testing solutions, answering programming questions, etc. - [sudocode](https://sudocode.ai/) — Context management system for AI coding agents that creates organizational structures to track context over long-horizon tasks. +- [Kasava](https://kasava.dev) - Parses codebases and reads every commit so progress reports cite real changes and feature plans are made with real architecture context. #### Database & SQL From 375b2d8fb9fac0056d053afae21e0a863baa6695 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Nasir Tobaria <116266103+abdulrehmann231@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:48:37 +0500 Subject: [PATCH 2/2] Update README with Shadcn Space MCP details Removed duplicate entry for shadcn/studio MCP and added Shadcn Space MCP. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 944d1d6..2abf348 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Plugins that add AI-powered completion, chat, and refactoring to existing code e - [shadcn/studio MCP](https://shadcnstudio.com/mcp) — Integrate shadcn/studio MCP Server directly into your favorite IDE and craft stunning shadcn/ui Components, Blocks and Pages inspired by shadcn/studio. - [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. ---