Back to projects
experimental v0.2.0

PatchPilot

Local-first coding-agent TUI with observable runs.

A provider-aware terminal interface for guided patching, visible telemetry, and local or cloud model workflows without losing the repo context.

PatchPilot TUI session
Problem

Agent runs can feel like a black box when context, model choice, token use, and cost are hidden from the developer.

What I built

I built an Ink-based TUI around guided patching, provider metadata, transcript panes, and local/cloud model switching.

Result

The run becomes easier to understand while the repository context stays close.

Audience

For developers who want coding-agent runs to stay visible, local-aware, and easier to control.

Source and releases

source without GitHub CLI git clone https://github.com/jx-grxf/PatchPilot.git && cd PatchPilot
source with GitHub CLI gh repo clone jx-grxf/PatchPilot && cd PatchPilot
latest release open https://github.com/jx-grxf/PatchPilot/releases/tag/v0.2.0
download stable archive with GitHub CLI gh release download v0.2.0 -R jx-grxf/PatchPilot -p 'jx-grxf-patchpilot-0.2.0.tgz'

Highlights

  • Shows provider, model, session, token, cache, and cost telemetry.
  • Keeps transcript and session context visible while working in the terminal.
  • Supports local-first workflows with ollama while still allowing cloud providers.