awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Automated Stack Trace Bug Fixers

Ranking updated Jun 30, 2026

For an AI agent for automated bug fixing, the strongest matches are benaadams/ben.demystifier (Ben), zhukunpenglinyutong/idea-claude-code-gui (This JetBrains IDE plugin integrates an LLM coding assistant) and github/copilotforxcode (CopilotForXcode is an AI coding assistant deeply integrated into). filp/whoops and potpie-ai/potpie round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

AI-powered tools that analyze stack traces to automatically identify and suggest patches for code errors.

Automated Stack Trace Bug Fixers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • benaadams/ben.demystifierbenaadams avatar

    benaadams/Ben.Demystifier

    2,867View on GitHub↗

    Ben.Demystifier is a .NET library that transforms raw stack traces into modern C# 7+ syntax. It reads compiler-generated frames produced by async methods, iterators, lambdas, local functions, and generic types, then rewrites them to match the original source code, making exception call stacks and debug output immediately readable. The library resolves common compiler artifacts such as MoveNext frames back into their original async method or iterator names, shows declaring method names and ordinals for lambdas and local functions instead of generated identifiers, and displays resolved generi

    Ben.Demystifier is a .NET library that reformats compiler-generated stack traces into readable C# syntax, but it does not perform AI-driven analysis, fault localization, or patch generation — it improves readability rather than automating bug fixing.

    C#Stack Trace Demystifiers
    View on GitHub↗2,867
  • zhukunpenglinyutong/idea-claude-code-guizhukunpenglinyutong avatar

    zhukunpenglinyutong/idea-claude-code-gui

    4,032View on GitHub↗

    This project is a JetBrains IDE plugin that integrates large language model coding assistants directly into the development environment. It provides a visual interface for generating, refining, and refactoring source code through an integrated coding assistance system. The plugin features an agent workflow orchestrator that executes multi-step programming tasks using external tool servers and specialized command shortcuts. It includes a visual code diff tool for analyzing and navigating changes between different versions of AI-generated code across multiple files. The system manages AI conve

    This JetBrains IDE plugin integrates an LLM coding assistant for code generation and refactoring, but it is not specialized in parsing stack traces, localizing faults, or automatically generating bug fixes — making it a neighbouring tool rather than a dedicated AI stack trace debugger.

    TypeScriptJetBrains Plugins
    View on GitHub↗4,032
  • github/copilotforxcodegithub avatar

    github/CopilotForXcode

    6,158View on GitHub↗

    CopilotForXcode is an AI-powered coding assistant integrated directly into Xcode as a source editor extension. It functions as an agent that can automate multi-step project tasks, such as editing files, running terminal commands, and searching across the entire codebase, all while understanding the full context of the current Xcode project. The assistant provides a context-aware chat interface that answers coding questions based on open files, symbols, and recent edits. It also offers diff-based code review, analyzing changes to provide feedback on code quality and potential issues before mer

    CopilotForXcode is an AI coding assistant deeply integrated into Xcode for editing, code review, and project automation, but it is not specifically designed to parse stack traces, localize faults, or generate fixes from crash logs — it lacks the focused stack-trace debugging workflow you are looking for.

    SwiftIDE-Integrated Agents
    View on GitHub↗6,158
  • filp/whoopsfilp avatar

    filp/whoops

    13,236View on GitHub↗

    Whoops is a PHP debugging tool and error handler designed to intercept and visualize exceptions and stack traces during application development. It functions as an exception renderer that converts errors into human-readable web pages or machine-readable responses. The project differentiates itself by providing a visual debugging interface with line-highlighted code views and a stack trace visualizer that links directly to source files in a local text editor or IDE. It employs environment-aware response resolution to automatically select between HTML, JSON, XML, or plain text output based on t

    filp/whoops is a PHP exception renderer that visually presents stack traces in the browser with IDE links, but it lacks any AI-driven analysis or automatic patch generation, and it only supports PHP.

    PHPIDE Integrations
    View on GitHub↗13,236
  • potpie-ai/potpiepotpie-ai avatar

    potpie-ai/potpie

    5,161View on GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Potpie is a general-purpose LLM-powered codebase analysis and multi-agent orchestration platform for automated code changes, not a dedicated tool focused on parsing stack traces, localizing faults, or generating bug patches.

    PythonSystem Bug TracingAutomated Root Cause Analysis
    View on GitHub↗5,161
  • platformio/platformio-coreplatformio avatar

    platformio/platformio-core

    9,299View on GitHub↗

    PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging of firmware for various microcontroller targets. It provides a cross-platform build system that automates the process of transforming source code into binaries and transferring them to hardware via serial protocols. The system uses a plugin-based architecture to extend hardware platform support and incorporates a manifest-driven approach to resolve and install the specific toolchains, frameworks, and libraries required for different board definitions. Capabilities cover the fu

    PlatformIO Core is a toolset for embedded firmware development with debugging features, but it does not include AI-powered stack trace analysis or automated bug fixing, which are the core capabilities the visitor is looking for.

    PythonIDE Integrations
    View on GitHub↗9,299
  • can1357/oh-my-pican1357 avatar

    can1357/oh-my-pi

    12,763View on GitHub↗

    oh-my-pi is an agentic workflow automation platform and AI coding agent orchestrator designed for autonomous software engineering. It functions as a multi-model LLM router and an LSP-integrated development environment, coordinating specialized AI agents to perform codebase analysis, automated refactoring, and complex task execution. The system distinguishes itself through the use of subagent coordination to execute parallel tasks within isolated environments and an auto-research framework for iterative experiments. It employs AST-driven structural search for code discovery and content-hash an

    oh-my-pi is an AI coding agent orchestrator that can automate code tasks and refactoring, but it is not specifically designed for stack trace parsing, fault localization, or automated patch generation — it is a general-purpose autonomous engineering tool rather than a focused stack-trace debugger.

    TypeScriptIDE Integrations
    View on GitHub↗12,763
  • astral-sh/tyastral-sh avatar

    astral-sh/ty

    17,287View on GitHub↗

    This project is a high-performance static type checker and comprehensive development toolkit for Python. It functions as a core analysis engine that identifies type inconsistencies and enforces code correctness, while simultaneously providing a language server implementation to deliver real-time diagnostics and intelligence directly within development environments. The tool distinguishes itself through a parallelized execution engine that maximizes performance across large-scale codebases and monorepo structures. It supports gradual type adoption, allowing developers to integrate type checkin

    This is a high-performance Python static type checker and language server, not an AI tool that analyzes stack traces and generates bug fixes—it validates type consistency rather than diagnosing runtime crashes.

    PythonIDE Integrations
    View on GitHub↗17,287

Related searches

  • an autonomous coding agent for software development
  • an AI bot for automated code review
  • an AI coding assistant for software development
  • an ai coding assistant for IDEs
  • a self-hosted AI coding assistant
  • a toolkit for building tool-using AI agents
  • a toolkit for red-teaming language models
  • an open-source Copilot alternative