From c2bb7fa581d2d226e25fccb245e4aecc128a5788 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Mon, 3 Jul 2023 18:54:33 -0700 Subject: improving slash command message --- continuedev/src/continuedev/core/policy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'continuedev') 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() >> -- cgit v1.2.3-70-g09d2