gmickel / CodeWhisper

CodeWhisper: AI-Powered End-to-End Task Implementation & blazingly fast Codebase-to-LLM Context Bridge
https://discord.com/invite/82mjJkwABQ
MIT License
43 stars 4 forks source link

feat: new diff mode #86

Closed gmickel closed 1 month ago

gmickel commented 1 month ago

This PR introduces a new improved diff mode for the code modification prompt.

Instead of using the Standard Unified Diff Format, which works fine with Claude 3.5 Sonnet, this PR introduces a diff format more akin to Conflict Markers in Version Control which should be easier for LLMs to output.

This PR also:

fixes #84 #85 #87

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 1.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: