diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
commit | 227c0635cf324ff212200fe38835b8015a3635bd (patch) | |
tree | d05f3de8fff69762a2820e67d332232d45199ff4 /continuedev | |
parent | 97f477e4dd64165738a6beab74edf09ef355a55a (diff) | |
parent | c71439aa68279bddb70e363ba9d883efc2976cbf (diff) | |
download | sncontinue-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.py | 4 |
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() >> |