summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 19:34:39 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 19:34:39 -0700
commit227c0635cf324ff212200fe38835b8015a3635bd (patch)
treed05f3de8fff69762a2820e67d332232d45199ff4 /continuedev
parent97f477e4dd64165738a6beab74edf09ef355a55a (diff)
parentc71439aa68279bddb70e363ba9d883efc2976cbf (diff)
downloadsncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.gz
sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.bz2
sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.zip
Merge branch 'main' of https://github.com/continuedev/continue
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() >>