AI fixing your issues.
You just need to prepend `fix` to your command and the AI will suggest solutions.
A program that suggests solutions for errors in the command line using OpenAI's Codex AI to produce suggestions.
- Get access to OpenAI's Codex API.
- Clone the repository
- Add
main.py
to your path, e.g. by runningcp $PWD/main.py ~/.local/bin/fix
or similar.
$ fix <program>
To fix the last command:
$ fix !!
This script executes your program and generates potential solutions using OpenAI's Codex AI.