jobs/run
API Endpoint Phases.
DEPLOYED
jobs/run
only has one job type
. Which is the Coding type
. It will now also have the Question type
. The Coding type
will be the default if the type
field is excluded.
type
job will run all the job phases required to give a very detailed answer using the context of the code base. Then will attach the answer to the job document, then trigger the Webhook with the status
being completed
.
jobs/run
API Endpoint.
DEPLOYED
jobs/run
Endpoint. Allow the job to pause, attach the changes
to the job document, and trigger the Webhook with the status
being codeReview
. This gives the user the chance to request to review the changes before they are applied.jobs/codeReview
Endpoint that the user can send the jobID
and isApproved
field values to. If approved it will apply the code changes, commit and push, and trigger the Webhook with the status
being completed
. If disapproved it will mark the status
failedCodeReview
and trigger the Webhook with the status
being failedCodeReview
.new/modified/removed
files in a Beautiful Code
Viewer/Diff Checker UI
.
Vibe Coding
using an AI Chat Application
but without
having to copy and paste the generated new file/modified
file content over yourself
, and without having to run other
file operations yourself like rename, move, and remove.
That is what the Blaze Engineer - Job Runner Web Client UI
will provide.