shobrook / adrenaline

Instant answers to any programming question

Home Page:https://useadrenaline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Adrenaline CLI

sam5epi0l opened this issue · comments

AI debugger takes multiple debug-run-debug steps.

So, it would be great if we can use a command line interface which can read single/multiple code files. The program can be run as usual and STDERR is piped to the adrenaline. Then, it can modify the code with/without manual interaction.

This can looped until there is not error when we run the program.

cargo run | adrenaline-cli --code src/main.rs --api-token XXXX
commented

Indeed. Perhaps the AI could ask user for user input to make specific modifications along the way - making sure you don't end up with a working code that took 1 hour to produce, but is not precisely what you wanted.

I personally am interested in a CLI version of this, do you guys know of any similar projects?

commented

@sam5epi0l did you find something similar to this?

Nope, I wonder if something like AutoGPT could do it. never tried it though.

Hey all, looks like this exists already:

https://github.com/biobootloader/wolverine