Skip to content

Commit fb307d9

Browse files
committed
feat(chat): refactor chat action names
- Refactor chat action names for better clarity and consistency. - Update action IDs and class names accordingly. - Ensure that AI-powered chat features are more intuitive.
1 parent e1da93e commit fb307d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/222/main/resources/META-INF/autodev-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@
184184

185185
<!-- For right click -->
186186
<group id="org.intellij.sdk.action.GroupedActions" popup="true" text="AutoDev Chat" description="AutoDev chat">
187-
<action id="cc.unitmesh.devti.actions.chat.ChatBotExplainAction"
188-
class="cc.unitmesh.devti.actions.chat.ChatBotExplainAction" text="Explain This"
187+
<action id="cc.unitmesh.devti.actions.chat.ExplainThisChatAction"
188+
class="cc.unitmesh.devti.actions.chat.ExplainThisChatAction" text="Explain This"
189189
description="Ask AI about this code">
190190
</action>
191191

192-
<action id="cc.unitmesh.devti.actions.chat.ChatBotRefactorAction"
193-
class="cc.unitmesh.devti.actions.chat.ChatBotRefactorAction" text="Refactor This"
192+
<action id="cc.unitmesh.devti.actions.chat.RefactorThisChatAction"
193+
class="cc.unitmesh.devti.actions.chat.RefactorThisChatAction" text="Refactor This"
194194
description="Ask AI refactor this code">
195195
</action>
196196

0 commit comments

Comments
 (0)