-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.cfg
More file actions
20 lines (19 loc) · 1.02 KB
/
plugin.cfg
File metadata and controls
20 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[plugin]
name="AI Addon"
description="Adds a chatbox for local model interaction.
In addition:
* Chat button sends a query to the loaded model. No chat history currently implemented.
** Chat button plus Attach Current Script to Chat sends a query to the loaded model with the currently
displayed script code. No chat history currently implemented.
** Chat button plus Attach Selected Text to Chat sends a query to the loaded model with the currently
selected text in the script editor. No chat history currently implemented.
* Comment button instructs model to generate a comment for selected code in script editor at
cursor position.
* Action button sends a code request from a code comment and inserts the code one line below
the cursor position.
* Help button queries the model for help on the selected code. The response can be delivered
in the chatbox or script editor.
* Optimize button submits selected text to the loaded model with a request for optimization."
author="Jeffrey McCharen"
version="1.0"
script="AI_addon.gd"