Skip to content

Commit b402919

Browse files
committed
Rename command replies
1 parent 90949c2 commit b402919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/activate/registerCommands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const getCommandsMap = ({ context, outputChannel, provider }: RegisterCommandOpt
8989
}
9090

9191
const openClineInNewTab = async ({ context, outputChannel }: Omit<RegisterCommandOptions, "provider">) => {
92-
outputChannel.appendLine("Opening Roo Code in new tab")
92+
outputChannel.appendLine("Opening Kilo Code in new tab")
9393

9494
// (This example uses webviewProvider activation event which is necessary to
9595
// deserialize cached webview, but since we use retainContextWhenHidden, we
@@ -109,7 +109,7 @@ const openClineInNewTab = async ({ context, outputChannel }: Omit<RegisterComman
109109

110110
const targetCol = hasVisibleEditors ? Math.max(lastCol + 1, 1) : vscode.ViewColumn.Two
111111

112-
const newPanel = vscode.window.createWebviewPanel(ClineProvider.tabPanelId, "Roo Code", targetCol, {
112+
const newPanel = vscode.window.createWebviewPanel(ClineProvider.tabPanelId, "Kilo Code", targetCol, {
113113
enableScripts: true,
114114
retainContextWhenHidden: true,
115115
localResourceRoots: [context.extensionUri],

0 commit comments

Comments
 (0)