0.0.119
April 15, 2025
- Added support for GPT-4.1 models (GPT-4.1, GPT-4.1-mini, GPT-4.1-nano)
- GPT-4.1 is much better at following instructions than existing models such as Claude 3.7 Sonnet and Gemini 2.5 Pro
- GPT-4.1 is good at giving diff format output, producing only changed lines
- GPT-4.1 is also much faster and cheaper than existing models
- We might switch the default model from Claude 3.5 Sonnet to GPT-4.1 in the near future, pending more testing
0.0.118
April 14, 2025
- Enhanced re-scan folder feature to automatically remove deleted files from the context list
Thanks to Morcam for the feedback and suggestions!
0.0.117
April 12, 2025
- Added ability to export and import task instructions (raw prompts)
- Added ability to export and import custom instructions
- Fixed an issue where long lines without empty spaces are not wrapped properly.
- Fixed an issue where adding a folder could lead to existing files being selected unexpectedly in the context list.
Thanks to Pmosis and Pax Man for the feedback and suggestions!