summaryrefslogtreecommitdiff
path: root/extension/react-app/src/tabs/gui.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-03 18:54:33 -0700
committerTy Dunn <ty@tydunn.com>2023-07-03 18:54:33 -0700
commitbc96340b042a37e124c91ac22f7cc2d52858d178 (patch)
tree7335e5ae93f512c89d2e1e101f3b1b3173723eb9 /extension/react-app/src/tabs/gui.tsx
parentb3c3a3fd2b93c4056bd4d329579fb41e6a83c4ca (diff)
downloadsncontinue-bc96340b042a37e124c91ac22f7cc2d52858d178.tar.gz
sncontinue-bc96340b042a37e124c91ac22f7cc2d52858d178.tar.bz2
sncontinue-bc96340b042a37e124c91ac22f7cc2d52858d178.zip
improving slash command message
Diffstat (limited to 'extension/react-app/src/tabs/gui.tsx')
-rw-r--r--extension/react-app/src/tabs/gui.tsx4
1 files changed, 2 insertions, 2 deletions
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,