Chat with Code
To better analyze and troubleshoot issues, and to understand plugin details, we have added the "Chat with Code" button.
Open the Chat Dialog
It is located at the lower left corner of the "Modify" input box on the plugin page.
Chat Modes
In the chat dialog that appears after clicking the button, you can set the chat mode at the lower right corner.
Different modes come with different contexts:
- Debug Mode: Includes code and detail context, used for analyzing and troubleshooting issues.
- Usage Mode: Includes code context, used for situations where the plugin is generated but its usage is unclear.
- Free Mode: Does not include any context.
The code context corresponds to the plugin's version.
Using Chat Results as Modification Details
In debug mode
, a "Modify the code as above" button will appear after each BudCoder response.
Clicking it will automatically add the response content as modification details:
If you do not want to include the entire response, you can select a portion of the text and then click the button. Only the selected text will be added as modification details.
Continuous Conversation
The chat box use continuous conversation, meaning that each message will include the chat history. To ensure more focused responses, please click the + button to clear the history and start a new conversation when asking new questions.