Overview Version History Q & A Rating & Review
Prophet is a VS Code extension designed to streamline the process of bug finding and code review for your Python code. It leverages an external AI API to automatically test your file, allowing you to quickly validate your code's functionality.
Our Site
Getting Started
Installation:
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Search for "Prophet".
Click "Install".
Prophet Extension
Testing a Python File:
Open the Toggle Panel (Ctrl+J or Cmd+J).
Select the "Prophet AI Debugger" tab.
Click "Run Prophet" on the top right of the Toggle Panel. (See Login if you have not already done so)
Select the file you wish to have evaluated.
Viewing Test Results:
An error popup will appear if the model found a bug.
A success popup will appear if the model found no bugs.
The full response will be displayed in the Toggle Panel.
Login
Use of our model is password protected. Please use your provided password when prompted to use Prophet.
Login:
Features
Automated Test Generation: Uses an AI API to test files based on your Python code.
Output Integration: Provides a curated response from the an LLM explaining the bugs.
Simple Login: Requires a basic password login to access the testing features.
Requirements
VS Code version 1.97.2 or higher.
Python
Internet connection to access the AI API.