Skip to main content

Getting Code Changes

There are four 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

Apply code changes from the web or the IDE extension directly to your local code.

Pull Request

Web only

Create a pull request or draft based on the changes in a Plan or Chat message.

Git Commit

Web only
Directly push a commit to a branch for one or more file changes.

Download Patch

Web only

Download a diff patch file that includes the changes—apply the patch file via the git CLI.

Look for the code button .

  • On the web, this button will open the list of options to get the code
  • In the IDE extension, this button will immediately apply changes to your local code

Individual files in Plans and Chats will have the code button in the file title bar.

You can also apply code for the entire Plan or Chat message all at once. Look in the bottom right corner of the web or the IDE extension.

Jolt on the web
Jolt IDE extension