Skip to content

NickyIm04020/Dev-Assistant-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 DevAssistant AI – Java Debugging Assistant

🧩 Overview

A CLI tool that uses GPT via OpenRouter API to:

  • Analyze Java error logs
  • Suggest fixes and explanations
  • Auto-generate JUnit test stubs from parsed source code

⚙️ Tech Stack

  • Java 17
  • GPT (OpenRouter API)
  • JavaParser
  • JUnit 5
  • OkHttp

🚀 Setup Instructions

  1. Clone the repo:
    git clone https://github.com/NickyIm04020/Dev-Assistant-AI.git
    cd Dev-Assistant-AI
    
  2. Add your OpenRouter API key:
    export OPENROUTER_API_KEY="YOUR_API_KEY"
    
  3. Build & Run:
    mvn clean compile exec:java -Dexec.mainClass="com.devassistant.Main"

About

DevAssistant AI is a Java-powered CLI tool that integrates GPT via OpenRouter API to analyze error logs, suggest intelligent fixes, and auto-generate JUnit test stubs using JavaParser. It accelerates debugging, improves test coverage, and lays the foundation for future CI and commit automation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages