summaryrefslogtreecommitdiff
path: root/continuedev/src
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
commited85171a423048a2a11a7d2a911dea8c4f332324 (patch)
tree5e107665070b143058ce58c66dc53025ccd834f5 /continuedev/src
parent813329600c2c7022b006ba566a869179db067089 (diff)
parent77ed3df388fcb8c5178907ef8aae3c3eab7415da (diff)
downloadsncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.tar.gz
sncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.tar.bz2
sncontinue-ed85171a423048a2a11a7d2a911dea8c4f332324.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev/src')
-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() >>