gmickel / CodeWhisper

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

Improve diff mode code modifications #84

Closed gmickel closed 2 months ago

gmickel commented 3 months ago

Our current implementation only reliably works with Claude 3.5 Sonnet.

Explore other methods that work reliably with other models.

hashcacher commented 3 months ago

With the latest 1.13.5, I was bit confused when I saw "Diff-based code modifications are currently only supported with Claude 3.5 Sonnet. Falling back to full-file code modifications." because I was using claude-3-5-sonnet-20240620, but then I found if (options.diff && modelKey !== 'claude-3-sonnet-20240229') {

gmickel commented 3 months ago

Wow, thanks my ai-assistant... I'll push a quick fix.

github-actions[bot] commented 2 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: