abhishek9sharma / sarathi

A CLI coding assistant
MIT License
3 stars 1 forks source link

Allow developers to improve the message they write #24

Closed domainexpert closed 4 months ago

domainexpert commented 4 months ago

This PR updates the git autocommit command by removing the confirmation prompt and instead committing the message returned by OpenAI directly. To give the opportunity to developer to update the message, it then executes git commit --amend immediately for the developer to update the commit.

The new behavior had been tested by dogfooding on the development branch itself.

Resolves #21 .

In addition: