Skip to content

Commit 57733f2

Browse files
committed
refactor(menu): update action text for AutoDev features
Remove "Placeholder" from the action text for the "Generate Release Note" and "Code Review" features in the VCS context menu, reflecting the maturity of the AutoDev functionality.
1 parent 1665d30 commit 57733f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exts/ext-git/src/main/resources/cc.unitmesh.git.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<action id="autodev.Vcs.LLMChangelog"
1717
class="cc.unitmesh.git.actions.vcs.ReleaseNoteSuggestionAction"
1818
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
19-
text="Generate Release Note (AutoDev Placeholder)"
19+
text="Generate Release Note (AutoDev)"
2020
description="Ask AI generate release note">
2121

2222
<add-to-group group-id="Vcs.Log.ContextMenu" relative-to-action="Vcs.ShowDiffWithLocal" anchor="after"/>
@@ -25,7 +25,7 @@
2525
<action id="autodev.Vcs.CodeReview"
2626
class="cc.unitmesh.git.actions.vcs.CodeReviewAction"
2727
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
28-
text="Code Review (AutoDev Placeholder)"
28+
text="Code Review (AutoDev)"
2929
description="Ask AI to review code">
3030

3131
<add-to-group group-id="Vcs.Log.ChangesBrowser.Popup" relative-to-action="Vcs.RepositoryChangesBrowserMenu"

0 commit comments

Comments
 (0)