summaryrefslogtreecommitdiff
path: root/continuedev
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
commitc2bb7fa581d2d226e25fccb245e4aecc128a5788 (patch)
treeeaf18b552567e477235277de12d26d42aa565a08 /continuedev
parenta37550d5acc0c79efd18c80d9be3dcb3999dd4e9 (diff)
downloadsncontinue-c2bb7fa581d2d226e25fccb245e4aecc128a5788.tar.gz
sncontinue-c2bb7fa581d2d226e25fccb245e4aecc128a5788.tar.bz2
sncontinue-c2bb7fa581d2d226e25fccb245e4aecc128a5788.zip
improving slash command message
Diffstat (limited to 'continuedev')
-rw-r--r--continuedev/src/continuedev/core/policy.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/core/policy.py b/continuedev/src/continuedev/core/policy.py
index 0b417959..250ae8f8 100644
--- a/continuedev/src/continuedev/core/policy.py
+++ b/continuedev/src/continuedev/core/policy.py
@@ -29,7 +29,9 @@ class DemoPolicy(Policy):
if history.get_current() is None:
return (
MessageStep(name="Welcome to Continue", message=dedent("""\
- 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""")) >>
WelcomeStep() >>
# SetupContinueWorkspaceStep() >>
# CreateCodebaseIndexChroma() >>