Skip to content

debugg-ai/debugg-ai-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebuggAI logo

DebuggAI

DebuggAI super‑charges engineers with an AI‑powered application‑monitoring platform that finds and fixes bugs while your app runs locally, in production, or in CI. Get deep contextual insights about how your app is performing, how it's being used, and where the problems are.


✨ Why DebuggAI?

Most AI coding tools focus on writing code.
DebuggAI focuses on the other 50 % of an engineer’s life: getting it to run.

  • 1‑line monitoring SDK — drop‑in client (Node, Python, Go) that captures rich runtime context remotely similar to Sentry or Datadog
  • AI Debug Chat — ask “Why is this KeyError happening?” and get a pinpointed answer with links to the offending lines
  • Instant Fix Suggestions — one‑click patches and PRs generated from stack‑trace + context
  • Source‑map de‑minification — readable traces even for bundled / minified front‑end code
  • Branch‑aware log search — slice errors by branch, release, or feature flag to zero in fast
  • Works anywhere you code — VS Code, JetBrains IDEs, or CLI

📺 Demo - Get Instant Insight Into Runtime Issues

🔍 Typical workflows:

  1. You use your favorite AI agent to write code
  2. You run your app and it crashes (ah whyyyyy!)
  3. DebuggAI sees the error, grabs the full stack trace + context, and uses it to generate a solution & show you EXACTLY where to look
  4. You review the solution, edit it locally if needed, and apply it

🔍 How it works

DebuggAI Demo


🖥️ Core IDE Features

Feature Description Demo
AI Debug Chat Conversational agent with full stack context chat
Inline Fix Suggestions Autocomplete patches directly in diff‑view autocomplete
Code Edit Commands Select > “Improve error handling” to refactor edit
Debug Actions One‑click shortcuts: Explain Trace, Add Test, Generate Fix PR actions

(GIFs borrowed from Continue until we finish recording DebuggAI‑specific demos.)


🚀 Getting Started

  1. Install the extension

  2. Create a project

  3. Add the SDK (npm, pip, etc.)

    # Node
    npm i debugg-ai-sdk
    
    # Python
    pip install debugg-ai-sdk
  4. Initialize (one line):

    • Get the initizalization code from the DebuggAI app

      Get the initialization code

    • Initialize the SDK

      // index.ts
      import { DebuggAiLogger } from "debugg-ai-sdk";
      const logger = new DebuggAiLogger({ projectKey: "<YOUR_KEY>" });
  5. Trigger an error – head back to the IDE and watch DebuggAI suggest a fix ⚡

Full walkthrough ▶ docs.debugg.ai/getting-started


🛠️ Configuration

You can login to your DebuggAI account directly in the extension and then it will automatically connect to your project.


🤝  Interested in Contributing?

We're looking to expand the DebuggAI team!

If you're interested in joining the team or contributing to the project, please reach out to us at hello@debugg.ai.


📜 License & Credits


Attribution

We at Debugg AI would like to thank the Continue team for their work on this extension. Their extensive code base provided an excellent starting point for this extension. You can find the original repository here.

Debugg AI aims to give local AI coding agents more context and awareness of runtime events through system wide application monitoring and as such is not focused on developing the extensive feature set of Continue. If you are looking for a great tool for developers to create, share, and use custom AI code assistants, we recommend checking out Continue.

A copy of the original license is included in this repository for your convenience. We have used best efforts to ensure that the original license is respected. If you have any questions, please contact us at support@debugg.ai.

Original License

Apache 2.0 © 2023-2024 Continue Dev, Inc.

Made with ❤️ and too many stack traces in San Francisco.

About

Zero-Config, Fully AI-Managed End-to-End Testing So You Don't Have To.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 70.5%
  • JavaScript 16.4%
  • Kotlin 6.0%
  • Python 2.7%
  • Rust 1.6%
  • CSS 1.3%
  • Other 1.5%