Skip to content

Commit

Permalink
feat(chat): refactor chat action names
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
phodal committed Feb 22, 2024
1 parent e1da93e commit fb307d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/222/main/resources/META-INF/autodev-core.xml
Expand Up @@ -184,13 +184,13 @@

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

<action id="cc.unitmesh.devti.actions.chat.ChatBotRefactorAction"
class="cc.unitmesh.devti.actions.chat.ChatBotRefactorAction" text="Refactor This"
<action id="cc.unitmesh.devti.actions.chat.RefactorThisChatAction"
class="cc.unitmesh.devti.actions.chat.RefactorThisChatAction" text="Refactor This"
description="Ask AI refactor this code">
</action>

Expand Down

0 comments on commit fb307d9

Please sign in to comment.