diff --git a/plugin/__init__.py b/plugin/__init__.py index 0ba662a..1ffe644 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -51,35 +51,36 @@ "CopilotAcceptPanelCompletionCommand", "CopilotAcceptPanelCompletionShimCommand", "CopilotAskCompletionsCommand", - "CopilotCheckStatusCommand", "CopilotCheckFileStatusCommand", + "CopilotCheckStatusCommand", "CopilotClosePanelCompletionCommand", + "CopilotConversationAgentsCommand", + "CopilotConversationChatCommand", + "CopilotConversationChatShimCommand", + "CopilotConversationCloseCommand", + "CopilotConversationCopyCodeCommand", + "CopilotConversationDebugCommand", + "CopilotConversationDestroyCommand", + "CopilotConversationDestroyShimCommand", + "CopilotConversationInsertCodeCommand", + "CopilotConversationInsertCodeShimCommand", + "CopilotConversationRatingCommand", + "CopilotConversationRatingShimCommand", + "CopilotConversationTemplatesCommand", + "CopilotConversationToggleReferencesBlockCommand", + "CopilotConversationTurnDeleteCommand", + "CopilotConversationTurnDeleteShimCommand", "CopilotGetPanelCompletionsCommand", - "CopilotGetVersionCommand", "CopilotGetPromptCommand", + "CopilotGetVersionCommand", "CopilotNextCompletionCommand", "CopilotPreviousCompletionCommand", "CopilotRejectCompletionCommand", + "CopilotSendAnyRequestCommand", "CopilotSignInCommand", "CopilotSignInWithGithubTokenCommand", "CopilotSignOutCommand", - "CopilotConversationToggleReferencesBlockCommand", "CopilotToggleConversationChatCommand", - "CopilotConversationChatShimCommand", - "CopilotConversationChatCommand", - "CopilotConversationCloseCommand", - "CopilotConversationDestroyShimCommand", - "CopilotConversationDestroyCommand", - "CopilotConversationAgentsCommand", - "CopilotConversationTemplatesCommand", - "CopilotConversationTurnDeleteCommand", - "CopilotConversationTurnDeleteShimCommand", - "CopilotConversationRatingShimCommand", - "CopilotConversationRatingCommand", - "CopilotConversationCopyCodeCommand", - "CopilotConversationInsertCodeShimCommand", - "CopilotConversationInsertCodeCommand", - "CopilotSendAnyRequestCommand", # ST: helper commands "CopilotPrepareAndEditSettingsCommand", # ST: event listeners