Getting Code Changes
There are multiple ways to get Jolt's code changes from Chats and Plans. Jolt generates complete code changes, so you don't have to point your cursor to a specific line in a file in order to insert the changes.
Apply Changes
The easiest and most direct way. Use the Jolt IDE extensions or the desktop app to apply code changes directly to your files. Click the button to apply a single file or at the bottom of a chat message to apply all changes in the chat.
Download Patch
Download a diff patch file that includes the changes. Apply the patch file via the git
CLI.
Send to VSCode
On the web if you are using VSCode or Cursor you can use the button to send the code changes directly to your IDE. This will open the Jolt IDE extension and apply the code changes for the file.