This guy is writing a lot of bug...
What's New
- Fixed that launch agent was not installed at launch.
- Addressed an issue where the chat was not displaying in certain Xcode windows.
- Resolved a problem where widgets were not disappearing after minimizing Xcode.
- Implemented a default system prompt for the chat to when the chat is not opened with a command.
- Added an install/uninstall button for GitHub Copilot language server.
What's New in 0.15.0
- Support Codeium as a provider for the Suggestion feature.
- New host app UI that is better structured.
- Closed files will be cleaned up more frequently, hope that it can make the suggestions more accurate.
- Improve the prompt of the Prompt to Code feature.
- Updated both Chat and Prompt to Code to use a dynamic height scrollable text editor with better performance.
- Support disabling languages from the Suggestion feature.
- Rename global chat and file chat to "Shared Conversation" and "Local Conversation" to avoid misunderstanding.
- Support opening chat from the menu bar item, it will open a shared-conversation detached chat even if Xcode is not launched.
- Support opening the host app from the menu bar item.
- Closing chat or prompt to code panel will reactivate Xcode if Xcode was the previously active application.
- Change the menu bar icon to a tentacle.
- Update Copilot.vim to 1.8.4.
- Remove an order front hack that keeps calling
NSWindow.orderFront
to make the widgets displayed when Xcode is in fullscreen mode. It will now callorderFront
only when Xcode enters fullscreen.