Closed gmickel closed 2 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') {
Wow, thanks my ai-assistant... I'll push a quick fix.
:tada: This issue has been resolved in version 1.14.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Our current implementation only reliably works with Claude 3.5 Sonnet.
Explore other methods that work reliably with other models.