Working with Git
AI Assistant provides a way to automate Git routine tasks through the following blueprints:
- Summarize remote changes ahead of current commit (chat)
Ask the LLM to summarize the remote changes ahead of the local HEAD.
- Code review uncommitted changes (chat)
Instruct the LLM to perform a code review of all tracked modifications.
- Generate commit message (chat)
Request the LLM to generate an adequate commit message.
Use the Generate commit message using DVT AI Assistant button to automatically insert a commit message.
|
Eclipse |
VS Code |
Note
To customize the dispatched prompts, run the DVT AI: Edit Predefined Blueprint command and select the desired option.

