0.0.109
March 15, 2025
- Added support for multiple Azure OpenAI deployments for comparison
- Added streaming support for Azure OpenAI API
- Added logging for license key validation and API request errors for better troubleshooting behind proxies and firewalls
Thanks to Pmosis and Elliott for the feedback and suggestions!
0.0.108
March 14, 2025
- Added keyboard shortcut (⌘+S / Ctrl+S) to stop streaming API responses
- Added warning when follow-up question is too long, or causes the context window to be exceeded
- Added a new built-in instruction for Claude 3.7 Sonnet model to make it follow instructions better
- For existing users, you can add the instruction below to your custom instructions
Recommended instructions for Claude 3.7 Sonnet:
Instructions for the output format:
- Output code without explanation, unless it is important.
- Minimize prose, comments and empty lines.
- ONLY show the relevant code that needs to be modified. Use comments to represent the parts that are not modified.
- Do NOT output full code. Only output parts that need to be changed.
- Consider other possibilities to achieve the result, do not be limited by the prompt.
- Optimized token calculation logic for better performance
- Major code refactoring for better maintainability
Thanks to techno. for the feedback and suggestions!
0.0.107
March 12, 2025
- Various UI/UX fixes and improvements
- Added shortcut (⌘+Y / Ctrl+Y) to reopen API modal (history)
Thanks to silso for the feedback and suggestions!