Skip to content

Commit

Permalink
Add "experimental" label to agent UI bits (microsoft#238424)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Jan 22, 2025
1 parent 085e4e3 commit 9eb1f78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class ToggleAgentModeAction extends Action2 {
constructor() {
super({
id: ToggleAgentModeAction.ID,
title: localize2('interactive.toggleAgent.label', "Toggle Agent Mode"),
title: localize2('interactive.toggleAgent.label', "Toggle Agent Mode (Experimental)"),
f1: true,
category: CHAT_CATEGORY,
precondition: ContextKeyExpr.and(
Expand All @@ -100,7 +100,7 @@ export class ToggleAgentModeAction extends Action2 {
toggled: {
condition: ChatContextKeys.Editing.agentMode,
icon: Codicon.tools,
tooltip: localize('agentEnabled', "Agent Mode Enabled"),
tooltip: localize('agentEnabled', "Agent Mode Enabled (Experimental)"),
},
tooltip: localize('agentDisabled', "Agent Mode Disabled"),
keybinding: {
Expand Down

0 comments on commit 9eb1f78

Please sign in to comment.