New in 0.11.1
Don't update to this version if you don't have the problem.
- Remove the cache of file information each time a file is opened, which appears will disable the source extension sometimes(?). We will use the good old way to trigger real-time suggestion via Apple Scripts, but this time it will not dismiss the Xcode completion panel.
New in 0.11.0
- The widget is now taller.
- The UI of the chat panel has been updated, and now you can switch to a global chat that can be accessed for all files.
- Chat with Selection and Explain Selection will no longer start a new conversation.
- Enhance the suggestion feature by allowing the hiding of preceding spaces when suggesting heavily nested code. This can be enabled by right-clicking on the circular widget, which now opens a menu.
- Added a new chat plugin,
/airun
. You can use this plugin to generate and run a terminal command using natural language. Don't expect it to always work, and it may require a slightly higher number of tokens. - Added
/exit
to help you exit a chat plugin. - The
run
plugin will now inherit all environment variables from your login shell, allowing you to utilize any software installed through brew or other means. - The language server will inherit all environment variables from your login shell, which allows the app to search for node in a wider range of locations.
- Fix a widget position issue. I misunderstood what
NSScreen.main
is. - The continuous spaces in the selected code sent to the chat panel will now remain as they are and won't be replaced by a single space.
Pull Requests
Full Changelog: 0.11.0...0.11.1