FAI VS Code Extension
Browse, search, and build — right from your editor
Install from VS Code Marketplace
Open VS Code → Extensions (Ctrl+Shift+X) → Search "FrootAI" → Install
Or from terminal: code --install-extension frootai.frootai-vscode
The extension also drives the MCP federation router
Manage 21 federated MCP servers right from the IDE — attach / detach / invoke / trust-override without leaving VS Code.
Sidebar panel of attached MCP areas with namespaced tools (azure.subscription_list, github.list_repos, …). Click any tool to invoke.
Federation indicator shows currently-attached areas + idle-disconnect countdown. Click to attach / detach without commands.
Settings UI surfaces the 4 trust tiers + per-tenant overrides. No silent attach — community/untrusted publishers always prompt.
What You Get
Commands (Ctrl+Shift+P)
FrootAI: Initialize DevKitFull .github Agentic OS (19 files) + agent.md + MCP + plugin.jsonFrootAI: Initialize TuneKitconfig/*.json + infra/main.bicep + evaluation/ — AI tuning for productionFrootAI: Install MCP ServerInstall globally, run via npx, or add .vscode/mcp.json configFrootAI: Start MCP ServerLaunch frootai-mcp in terminal (tools: engine, scaffold, marketplace + classic)FrootAI: Initialize HooksCopy guardrails.json (preToolUse policy gates) to your projectFrootAI: Initialize PromptsCopy 4 slash commands (/deploy, /test, /review, /evaluate)FrootAI: Look Up AI TermComprehensive glossary — inline popup with rich definitionFrootAI: Search Knowledge BaseFull-text search across bundled knowledge modulesFrootAI: Open Solution PlayView play in rich webview panel (standalone)FrootAI: Show Architecture Pattern7 decision guides: RAG, agents, hosting, costFrootAI: Open Setup GuideOpens the setup guide on the websiteFrootAI: Browse Solution PlaysOpens the solution plays pageHow DevKit Init Works (v2)
1. Run Ctrl+Shift+P → FrootAI: Initialize DevKit
2. Select a solution play (e.g., Enterprise RAG)
3. FrootAI copies the full .github Agentic OS to your workspace:
4. Start coding — Copilot generates solution-aware code with full agentic OS context.
- Layer 1:
instructions/*.instructions.md — coding standards, patterns, security - Layer 2:
prompts/*.prompt.md — /deploy, /test, /review, /evaluate - Layer 2:
agents/*.agent.md — builder → reviewer → tuner (chained) - Layer 2:
skills/*/SKILL.md — deploy-azure, evaluate, tune - Layer 3:
hooks/guardrails.json — preToolUse policy gates - Layer 3:
workflows/*.md — AI-driven CI/CD - Layer 4:
plugin.json — distribution manifest - +
agent.md+.vscode/mcp.json— co-coder + MCP