AI-Panda 2 | 2025.3.2 <debuggerx@debuggerx-PC Create CodeGPT_LlamaSettings.xml, CodeGPT_ModelSettings.xml, ChatGPTConversations_170.xml, CodeGPT_ConfigurationSettings_210.xml, CodeGPT_McpSettings.xml, CodeGPT_PromptsSettings.xml, CodeGPT_CustomServiceSettings.xml, CodeGPT_GeneralSettings_270.xml, CodeGPT_AdvancedSettings_210.xml, CodeGPT_CustomServicesSettings.xml

This commit is contained in:
debuggerx
2026-03-12 21:13:18 +08:00
parent e9ecd2b5f8
commit 9c62818c3c
10 changed files with 321 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<application>
<component name="CodeGPT_ConfigurationSettings_210">
<option name="screenshotWatchPaths">
<list>
<option value="$USER_HOME$/Desktop" />
<option value="$USER_HOME$/Pictures" />
</list>
</option>
<option name="tableData">
<map>
<entry key="Explain" value="Explain the selected code {{selectedCode}}" />
<entry key="Find Bugs" value="Find bugs and output code with bugs fixed in the following code: {{selectedCode}}" />
<entry key="Optimize" value="Optimize the selected code {{selectedCode}}" />
<entry key="Refactor" value="Refactor the selected code {{selectedCode}}" />
<entry key="Write Tests" value="Write Tests for the selected code {{selectedCode}}" />
</map>
</option>
</component>
</application>