awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Reparadores automáticos de errores mediante stack traces

Clasificación actualizada el 30 jun 2026

For agente de IA para la corrección automática de errores, 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.

Herramientas impulsadas por IA que analizan trazas de pila (stack traces) para identificar y sugerir parches automáticamente ante errores de código.

Reparadores automáticos de errores mediante stack traces

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • benaadams/ben.demystifierAvatar de benaadams

    benaadams/Ben.Demystifier

    2,867Ver en 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
    Ver en GitHub↗2,867
  • zhukunpenglinyutong/idea-claude-code-guiAvatar de zhukunpenglinyutong

    zhukunpenglinyutong/idea-claude-code-gui

    4,032Ver en 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
    Ver en GitHub↗4,032
  • github/copilotforxcodeAvatar de github

    github/CopilotForXcode

    6,158Ver en 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
    Ver en GitHub↗6,158
  • filp/whoopsAvatar de filp

    filp/whoops

    13,236Ver en 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
    Ver en GitHub↗13,236
  • potpie-ai/potpieAvatar de potpie-ai

    potpie-ai/potpie

    5,161Ver en 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
    Ver en GitHub↗5,161
  • platformio/platformio-coreAvatar de platformio

    platformio/platformio-core

    9,299Ver en 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
    Ver en GitHub↗9,299
  • can1357/oh-my-piAvatar de can1357

    can1357/oh-my-pi

    12,763Ver en 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
    Ver en GitHub↗12,763
  • astral-sh/tyAvatar de astral-sh

    astral-sh/ty

    17,287Ver en 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
    Ver en GitHub↗17,287

Related searches

  • an autonomous coding agent for software development
  • bot de IA para revisión de código automatizada
  • un asistente de programación con IA para desarrollo de software
  • asistente de programación con IA para IDEs
  • asistente de programación con IA autohospedado
  • toolkit para crear agentes de IA que utilizan herramientas
  • toolkit para red-teaming de modelos de lenguaje
  • alternativa open-source a Copilot