From c2bb7fa581d2d226e25fccb245e4aecc128a5788 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Mon, 3 Jul 2023 18:54:33 -0700 Subject: improving slash command message --- extension/react-app/src/tabs/gui.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extension/react-app/src/tabs') diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index e0b32a24..973982ba 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -87,12 +87,12 @@ function GUI(props: GUIProps) { name: "Welcome to Continue", hide: false, description: - "Type '/' to see the list of available slash commands. If you highlight code, edits and explanations will be localized to the highlighted range. Otherwise, the currently open file is used. In both cases, the code is combined with the previous steps to construct the context.", + "Highlight code and ask a question or give instructions. Past steps are used as additional context by default. Use slash commands when you want fine-grained control.", system_message: null, chat_context: [], manage_own_chat_context: false, message: - "Type '/' to see the list of available slash commands. If you highlight code, edits and explanations will be localized to the highlighted range. Otherwise, the currently open file is used. In both cases, the code is combined with the previous steps to construct the context.", + "Highlight code and ask a question or give instructions. Past steps are used as additional context by default. Use slash commands when you want fine-grained control.", }, depth: 0, deleted: false, -- cgit v1.2.3-70-g09d2