Inspecta IDE IntegrationConnects the Inspecta Chrome extension to Cursor, VS Code (GitHub Copilot), and compatible editors so visual CSS edits can be sent straight into your AI coding agent. What it does
From 1.0.3, the Chrome extension builds the full agent prompt (including instructions and discovered bridge port) and this extension opens it in your AI agent as-is. Requirements
InstallFrom a
|
| Command | Description |
|---|---|
| Inspecta: Start Server | Start the local bridge |
| Inspecta: Stop Server | Stop the bridge |
| Inspecta: Toggle Server | Toggle the bridge |
| Inspecta: Receive CSS Changes from Inspecta | Manual receive path |
| Inspecta: Notify Inspecta: Implementation Complete | Mark AI work done |
Settings
inspecta-ide.serverPort— bridge port (default8080)inspecta-ide.autoStart— start server when the IDE opens (defaultfalse)inspecta-ide.implementationIdleCompleteMs— idle fallback for “implementation complete”
Protocol note (1.0.3)
Send-to-IDE payloads use a browser-built prompt string (ordered JSON: static instructions first, completion_notify last). The extension renders that string verbatim.
More docs
Internal docs live in the monorepo under all-md/ide-extension/ (quick start, installation, release plans).