You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constaction=newvscode.CodeAction("Edit with hAI",vscode.CodeActionKind.RefactorRewrite)
47
+
constaction=newvscode.CodeAction("Edit with HAI",vscode.CodeActionKind.RefactorRewrite)
48
48
action.command={
49
49
command: "hai.editSelectedWithAI",
50
50
title: "Edit with HAI",
@@ -160,7 +160,7 @@ export class InlineEditingProvider {
160
160
this.activeCodeLensProvider?.dispose()
161
161
this.isEditing=true
162
162
163
-
constsystemPrompt=`You are hAI, an AI coding assistant. You are an AI programming assistant who is an expert in adding new code by following instructions.
163
+
constsystemPrompt=`You are HAI, an AI coding assistant. You are an AI programming assistant who is an expert in adding new code by following instructions.
164
164
165
165
- You should think step-by-step to plan your code before generating the final output.
166
166
- You should ensure your code matches the indentation and whitespace of the preceding code in the users' file
@@ -354,7 +354,7 @@ export class InlineEditingProvider {
0 commit comments