- 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.
WWDC is coming.
Pull Requests
- enhancement by @ss18 in #121
- Improve chat panel UI by @intitni in #130
- Move data from SuggestionWidget to Service by @intitni in #131
- Global chat by @intitni in #133
- Hide common preceding spaces for suggestion by @intitni in #134
- AI terminal by @intitni in #135
- Fix widget position by @intitni in #136
New Contributors
Full Changelog: 0.10.0...0.11.0