Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>FixFleet — AI Bug Fixer for GitHub, GitLab, Jira, Linear, Bitbucket, Azure DevOpsNew to Visual Studio Code? Get it now.
FixFleet — AI Bug Fixer for GitHub, GitLab, Jira, Linear, Bitbucket, Azure DevOps

FixFleet — AI Bug Fixer for GitHub, GitLab, Jira, Linear, Bitbucket, Azure DevOps

Yash Koladiya

|
19 installs
| (1) | Free
Auto-fix bugs from GitHub, GitLab, Jira, Linear, Bitbucket, Azure DevOps — or any Excel/Word/PDF bug list, no tracker needed. Chat 'fix all': AI fixes real bugs, implements suggestions, keeps only solid fixes. Claude, Codex, Gemini, Cursor, Aider, Qwen, Groq.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 FixFleet — AI Bug Fixer for GitHub, GitLab, Jira, Linear, Bitbucket & Azure DevOps

Auto-fix bugs from any issue tracker — or straight from an Excel / Word / PDF bug list, no tracker or token needed — with AI agents, directly inside VSCode.

Chat with FixFleet, load a bug file, say "fix all" — it fixes every real bug, implements suggestions, keeps only solid fixes (anything uncertain is undone), and tells you when something isn't actually a bug or doesn't belong to your project.

Premium UI on top of the FixFleet Python CLI.


📸 Screenshots

Welcome — start with a tracker or just a bug file

Welcome screen

Chat — load a bug file, say "fix all", review the results

FixFleet Chat

Chat-driven mode — no token or tracker needed

Settings file mode

Tracker mode — 6 issue trackers, URL auto-detected

Settings tracker mode


🔌 Supported Issue Trackers

Tracker Bug filter Token format
🟧 GitLab label Bug glpat-...
⬛ GitHub label bug ghp_...
🟦 Jira Issue Type = Bug email:api-token
🟪 Linear label Bug lin_api_...
🟫 Bitbucket kind = bug username:app-password
🟦 Azure DevOps Type = Bug PAT alone

Paste any project URL — provider is auto-detected. Full step-by-step token guides in the repository README.


✨ Features

  • 💬 FixFleet Chat — animated chat panel that runs the whole flow: load bugs, fix, review. Persistent history, ↑/↓ prompt recall, quick-command chips
  • 📂 Bug files as a source — import bugs from Excel (.xlsx), Word (.docx), or PDF — any column layout, AI maps it. Embedded screenshots are extracted and shown to the AI while fixing. No tracker or token needed
  • 🛡️ Fix all, safely — say fix all: real bugs get fixed, suggestions get implemented, and only solid fixes are kept — anything uncertain is automatically undone for your review
  • 🔍 Built-in QA check — items that aren't actually bugs ("checked the code — it already handles this") or don't belong to your project are reported instead of blindly "fixed"
  • 📒 Bug ledger — every bug tracked across sources with status (Open / Fixing / Fixed / Needs review), duplicates detected, nothing fixed twice
  • 🔌 6 issue trackers — GitHub, GitLab, Jira, Linear, Bitbucket, Azure DevOps — URL auto-detected
  • 🐛 Sidebar bug list with priority badges, date range filter, multi-select batch fix with live progress
  • 🎨 Premium webview per bug — description, steps, expected/actual, logs parsed automatically
  • 🎯 Multi-backend AI — Claude Code, Codex, Gemini, Cursor, Aider, Qwen, or any OpenAI-compatible API (Groq / Ollama / OpenRouter)
  • 🔐 Structured error states — token rejected · project not found · network error · CLI missing — each with one-click recovery
  • 🚫 Never commits, never pushes — every change stays local for your review

📦 Install

From VSCode Marketplace

Search FixFleet in the Extensions panel.

Manual

code --install-extension fixfleet-<version>.vsix

🛠 Setup

  1. Install the FixFleet CLI (Python):
    pip3 install --user fixfleet
    
    Add user-bin to PATH (one-time):
    echo 'export PATH="$(python3 -m site --user-base)/bin:$PATH"' >> ~/.zshrc
    source ~/.zshrc
    
  2. Open VSCode → click the 🚀 FixFleet icon in the activity bar
  3. Pick your path:

Fastest — no tracker, no token:

  1. Click 💬 Start with a bug file — no token needed
  2. In Chat, click 📎 Load bug file → pick your Excel / Word / PDF bug list
  3. Say fix all → review the diffs when it's done

With your issue tracker:

  1. Click Configure FixFleet → Bug Source: Issue Tracker
  2. Pick your provider (GitHub / GitLab / Jira / Linear / Bitbucket / Azure DevOps)
  3. Paste your access token + project URL → save (token guides)
  4. Click any bug in the sidebar → Fix This Bug — or select several and batch-fix

🎨 Design

Premium natural palette extracted from the FixFleet icon:

  • Forest green + cream ivory + walnut brown + champagne gold
  • Glassmorphism cards adapting to light + dark themes
  • Confidence gradient bars
  • Per-card status badges with pulsing animation during fix

🔒 Privacy

  • No FixFleet servers — your token + code go directly from your machine to your tracker + AI provider
  • Never commits, never pushes — leaves changes for your review
  • Anonymous usage analytics only (event names + coarse metadata — never your code, tokens, URLs, or issue content). Disable via the fixfleet.telemetry setting; the global VS Code telemetry setting is respected too

📝 License

GNU General Public License v3.0 or later (GPL-3.0-or-later) — see LICENSE.

Derivative works must also be open-source under GPL-3. No closed-source forks.

Built by Yash Koladiya. © 2026.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft