- You can now run terminal commands directly from the chat panel by using the
/run
command followed by your command, such as/run echo hello
. Note that environment variables are currently inherited from the app, so any items installed with brew may not be discoverable. - The OpenAI account settings have been improved for better user-friendliness.
- GitHub Copilot now supports more file types.
- Server errors will no longer appear in the widget but can be viewed in the log using Console.app.
- Real-time suggestions no longer require Apple Script involvement. So that it will never block the editor or dismiss the Xcode completion panel.
- For users experiencing issue #70, there is now a workaround to accept suggestions without using Apple Script to click the menu. However, the experience may not be optimal. You can turn it on in the host app.
- The text field in the chat panel will now be automatically activated when opened.
- Code blocks within chats are now syntax highlighted, and a copy button has been added to the top right corner of the code block.
- Prompts are improved to make prompt to edit code easier in the chat panel.
This release includes bug fixes that may have resolved issues #95 and #92, but as I cannot reproduce them on their own machine, I cannot confirm that they are fixed. Additionally, for Monterey users, the chat panel has been tweaked to support multiline input and correctly display the wipe history button.
Help wanted: #122 The helper app stutters when launched by launch agent
Pull Requests
- fix typo in SuggestionInjector.swift by @eltociear in #79
- Fix tab button hidden by panel by @intitni in #93
- Tweak chat panel behavior by @intitni in #98
- Cache filespace info automatically on file change by @intitni in #104
- Stop presenting LSP ServerErrors to the widget by @intitni in #105
- Accept suggestions via Accessibility API in widgets by @intitni in #106
- Improve prompt for chat by @intitni in #109
- Chat plugin - terminal by @intitni in #114
- Support more languages by @intitni in #115
- Never use apple script to trigger real-time suggestions by @intitni in #116
- Plugin tweak by @intitni in #117
- Support syntax highlighting and copy code in chat panel by @intitni in #118
- Allow ChatGPT Model and Reply in Language to be selected in Picker by @SNQ-2001 in #100
New Contributors
- @eltociear made their first contribution in #79
- @SNQ-2001 made their first contribution in #100
Full Changelog: 0.9.1...0.10.0