Skip to main content

git-ai · Integration Guide

git-ai records which lines AI tools authored as git notes — no telemetry leaves the machine. Run the one-liner for your platform; it downloads from your Milestone backend, installs to ~/.git-ai, and wires the git proxy.

macOS / Linux

curl -fsSL "https://<your-milestone-domain>/api/v1/integrations/git-ai/install.sh" | bash

Windows (PowerShell)

iex (iwr -UseBasicParsing "https://<your-milestone-domain>/api/v1/integrations/git-ai/install.ps1").Content
note

Replace <your-milestone-domain> with your Milestone instance URL (e.g. app.mstone.ai). The exact install URL appears in the Install git-ai modal inside Milestone's integrations settings.