No cloud AI APIs
Code context is prepared inside VS Code and sent only to the configured Ollama REST API host. The default is http://localhost:11434.
Privacy and security
LocalPilot is designed to avoid cloud AI APIs and telemetry while still giving useful editor assistance.
Code context is prepared inside VS Code and sent only to the configured Ollama REST API host. The default is http://localhost:11434.
LocalPilot does not collect usage, prompts, completions, files, errors, or workspace metadata.
If localpilot.ollamaHost is changed, requests go to that configured host. Users are responsible for their Ollama server and installed models.
LocalPilot writes to the clipboard only when the user chooses a copy action.
Safety filters
The context builder blocks sensitive or noisy paths before prompt construction and skips oversized files based on configuration.
Secret redaction
Secret-like strings are replaced with a redaction marker before they are sent to the configured model.