Skip to content

Installation

Requirements

  • VS Code 1.104 or later for the extension
  • Node.js 22.17.0 or later for local development and CLI usage
  • At least one supported harness installed and authenticated

Install the extension

Install FlightPath from the VS Code Marketplace or clone the repository and run the extension locally during development.

After install, open the panel:

text
Command Palette → FlightPath: Open FlightPath Panel

Install a harness

FlightPath does not bundle AI assistants. It orchestrates harnesses that you already have installed.

HarnessWhat you need
copilot-cliGitHub Copilot CLI installed and signed in
claude-cliClaude Code CLI installed and signed in
codex-cliCodex CLI installed and signed in
opencode-cliOpenCode CLI configured with a provider
qwen-cliQwen Code CLI installed and configured
gemini-cliGemini CLI installed and configured
copilot-chatGitHub Copilot Chat extension inside VS Code

Start with copilot-cli or claude-cli unless you already know you need another harness.

Initialize a workspace

FlightPath expects a workspace-level .flightpath folder for drafts, templates, scripts, runtime files, and logs.

text
Command Palette → FlightPath: Initialize Workspace

That creates the standard directory structure and makes it easier to keep workflows, scripts, and supporting files organized.

Optional: install the standalone CLI

The repository also builds a standalone flightpath binary entry point. Once installed, it can execute the same workflow files outside VS Code.

See CLI overview for usage.

Source-available under the FlightPath Commercial License.