Closed gmickel closed 3 months ago
:tada: This issue has been resolved in version 1.12.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.12.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Enhanced Diff Mode and Documentation Update
Overview
This PR introduces improvements to CodeWhisper's diff mode, making it more reliable and setting it as the default mode of operation. Additionally, it includes comprehensive updates to all documentation.
Key Changes
1. Improved Diff Mode
2. New CLI Option
--no-diff
flag to disable diff modecodewhisper task --no-diff
3. Documentation Updates
Compatibility Note
If you're using less capable models that can't reliably generate code modifications using diff notation, you can now easily disable this feature using the
--no-diff
flag.