The development of this project will slow down until we know what Apple will do to Xcode during WWDC.
What's New
- Bad news, the command "Explain Selection" is removed. Good news, It's now re-added as a custom command. You can now create custom commands to extend the "Prompt to Code" and "Chat with Selection" features. Custom commands can be accessed from the Editor menu of Xcode and the contextual menu of the circular widget.
- Smooth scrolling. Fixes #122
- Automatic ChatGPT token limit management. The app will now calculate the
max_token
for you, and the "Max Token" settings in the host app now represents the token count of messages sent + the token count of reply. That means you can set the value to maximum now. - Add "Max Message Count Sending" picker.
- Add "Temperature" slider.
- Delete messages from chat.
- Resend message from chat.
- Allow accepting prompt-to-code suggestion when the bot is still writing the description but the code is ready.
- Add copy button to Prompt to Code panel.
Pull Requests
- Add Custom Scroll View backed by List for improved performance and smoother scrolling by @intitni in #157
- Add copy button to prompt to code by @intitni in #158
- Custom command by @intitni in #160
- Chat message manipulation by @intitni in #161
- Tweak prompt to code by @intitni in #162
- Auto token management by @intitni in #163
Full Changelog: 0.12.0...0.13.0