gitfix
install →
[×] features

what v0.99 of the extension shipped.

eight things the built-in merge editor doesn’t do. the v0.99 artifact has these; the extension is currently deferred. the gfix cli (gfix.space) covers most of the same surface from the terminal.

  • Workspace-wide conflict treeAn activity-bar panel lists every <<<<<< marker across every folder in your workspace. Multi-repo monorepos get one unified view.
  • Five one-click strategiesTake ours · take theirs · run mergiraf · ai suggestion · take target. Each conflict, each hunk, your choice. Bulk apply across files when patterns repeat.
  • CodeLens above every markerInline buttons appear directly above each <<<<<< line. Resolve without leaving the diff.
  • AI suggestions, your providerRoutes through vscode.lm (copilot, etc.) when available. Bring your own key for anthropic, openai, or ollama — keys live in vs code secret storage.
  • Multi-folder workspacesOpen three repos in one window? gitfix tracks merges independently per folder and applies your per-repo strategy from .gitfix/config.toml.
  • Rerere replay badgesWhen git rerere has seen this conflict before, gitfix shows a badge and previews the replay so you can confirm before accepting.
  • Tamper-evident audit trailEvery resolution is recorded under refs/gitfix/audit/* — a separate ref namespace you can push, review, or prove in CI. Manage it from the audit webview.
  • Opt-in telemetryOff by default. Honors vs code's telemetry switch. Schema is published; transport is stubbed in v0.99 (logs to output channel only). See /privacy for the event list.
[×] install

three ways to install the deferred v0.99 artifact.

[ * ] v0.99 is published to the pre-release channel and remains installable, but the extension is deferred — no new releases are planned right now. active development is on the gfix cli at gfix.space.

if you have the choice, install the cli instead: gfix.space →

  1. 01VS Code Marketplace

    the v0.99 pre-release artifact is still installable. note: the extension is deferred — no new versions are queued.

  2. 02Open VSX (vscodium / cursor / windsurf)

    drop-in for non-microsoft distributions of vs code. same v0.99 artifact, same deferred status.

  3. 03
    Command line
    $ code --install-extension ameyypawar.gitfix --pre-release

    the --pre-release flag is what unlocks v0.99. the v1.0 tag is not on the roadmap while the extension is deferred.

[×] open source

free, mit-licensed, source on github.

gitfix the vs code extension is mit-licensed and developed in the open at github.com/ameyypawar/gitfix. it is currently deferred — the active product is the gfix cli + mcp server, also mit-licensed, at gfix.space.

GitHub stars