Just run this in your terminal:
curl -sL https://gist.github.com/seabass011/LAUNCHER_GIST_ID/raw | bashThat's it! The interactive launcher will guide you through everything.
- Python 3.8+ (check with
python3 --version) - Git (check with
git --version) - OpenAI API Key - Get one at https://platform.openai.com/api-keys
- GitHub Account (optional, for demos 2 & 3)
Perfect for first-timers! Nova fixes broken calculator functions locally.
Direct command:
curl -sL https://gist.github.com/seabass011/edc611ade84f12b0679bc35e342c239f/raw | bashNova creates a GitHub repo, breaks code, and auto-fixes via PR.
Direct command:
curl -sL https://gist.github.com/seabass011/95aeb5e8f007358506892eb1076f1326/raw | bashComplete workflow with GitHub Actions integration.
Direct command:
curl -sL https://gist.github.com/seabass011/ca4a89add8a76308877a7410c5b2162e/raw | bash"Command not found" errors:
- Mac: Install Homebrew, then
brew install python git - Linux:
sudo apt update && sudo apt install python3 git - Windows: Use WSL or Git Bash
"Invalid API key" error:
- Make sure you copied the full key from OpenAI
- Keys start with
sk-
GitHub permission errors:
- You'll need a GitHub Personal Access Token for demos 2 & 3
- Create one at: https://github.com/settings/tokens
Nova CI-Rescue is an AI agent that:
- π Detects failing tests automatically
- π€ Understands what the code should do
- π§ Fixes the implementation
- β Validates all tests pass
- π Creates pull requests (in CI mode)
- Website: https://joinnova.ai
- Documentation: https://docs.joinnova.ai
- GitHub: https://github.com/joinnova-ci/nova-ci-rescue
Questions? Join our Discord or email support@joinnova.ai