Forge PilotClaude Code, docked in Visual Studio. Forge Pilot puts an agentic coding assistant in a tool window beside Solution Explorer. Ask a question about your codebase, hand over a refactor, or have it run and fix a failing test — it reads, edits and runs commands with your approval, and shows you every step. It drives the official Claude Code CLI, so the agent behaviour is Anthropic's, not a reimplementation. Forge Pilot is the host: the window, the transcript, the permission prompts and the session management. What it looks likeA conversation, not a log. Your turns sit in rounded bubbles on the right; Claude's replies are plain prose. Everything the agent does is folded into collapsible cards so a long task reads as a summary you can open, rather than a wall of output.
Controls where you're already lookingModel, thinking effort and permission mode are chips under the composer, not settings buried in a dialog.
Plan mode is the one to reach for on unfamiliar code: Claude explores and proposes an approach without touching anything, and you decide whether to let it proceed. Changing any of these restarts the CLI process but resumes the same conversation, so you can switch models mid-task without losing context. SessionsMultiple conversations per workspace, switchable from the header, persisted across restarts. Each one keeps its own history, model and mode. Delete one and the panel moves to the next rather than closing. Slash commandsType
Other Claude Code commands work when typed, including RequirementsForge Pilot is a front end for the Claude Code CLI. You need all four:
Then run A subscription is required and an API key will not substitute for it. Authentication is handled entirely by the CLI; Forge Pilot never asks for, stores or transmits a key. PrivacyYour code is sent to Anthropic through the Claude Code CLI in order to answer requests — read Anthropic's privacy policy before using it on proprietary or regulated codebases. Conversations are stored locally under Known limitationsWorth knowing before you install:
Credits and licenceForge Pilot is a fork of VsAgentic by Adolfo Marinucci (@adospace), used under the MIT Licence. The CLI transport, session persistence and permission plumbing are upstream's work; this fork contributes the interface, the session controls and the completion path. If you'd prefer the original, VsAgentic is on the Marketplace. Not affiliated with, endorsed by, or supported by Anthropic. Claude and Claude Code are products of Anthropic. MIT licensed · Source · Report an issue |