Skip to content

Conversation

gatzjames
Copy link
Contributor

@gatzjames gatzjames commented Sep 22, 2025

Overview

Insomnia now uses an AI service to automatically generate multiple commits for git.
To achieve this it collects previous commit messages alongside a diff of the current git status and provides it as context to the AI service.

Highlights:

  • New bridge API to generate AI commits using insomnia-ai
  • New utility process to run the plugin for commit generation.
  • Expanded the git service to handle multiple commits
  • Drag-n-drop UX to move files between commits.
  • Allows editing commit messages for each generated commit
  • Do not commit section where the user can drag-n-drop files they don't want to include in the generated commits
  • Simplified the git-project-staging-modal.tsx code to handle the added complexity
  • Added a new form for the generated-commits that follows the same UX (handles pull/push if needed) with the manual commit flow.

@gatzjames gatzjames self-assigned this Sep 22, 2025
@gatzjames gatzjames force-pushed the ai/git-messages branch 2 times, most recently from 028200a to 8de20be Compare September 29, 2025 11:27
@gatzjames gatzjames changed the base branch from develop to feat/generative-ai October 1, 2025 17:29
@gatzjames gatzjames force-pushed the ai/git-messages branch 2 times, most recently from c9e9a16 to 88621d9 Compare October 2, 2025 16:50
@gatzjames gatzjames requested review from ryan-willis and a team October 3, 2025 16:12
@gatzjames gatzjames marked this pull request as ready for review October 3, 2025 16:12
Copy link
Contributor

@shelby-moore shelby-moore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR looks good, I think we need to publish 1.0.3 of the plugin to resolve the failing type check CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants