summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-15 13:08:19 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-15 13:08:19 -0700
commitf5c968b879af36275c3c5d341bd31c71a29eb8e5 (patch)
treea3ba5551d3f861e91bd2607b1a6640fb9db5da95 /continuedev
parent3e41ea694fc0890105cb9cc1b1d6dbde60b4766c (diff)
parentae3eaa09bb6ecfba691b7a9c41cadcb06998f13c (diff)
downloadsncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.tar.gz
sncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.tar.bz2
sncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev')
-rw-r--r--continuedev/src/continuedev/core/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/core/config.py b/continuedev/src/continuedev/core/config.py
index a1c58399..23be8133 100644
--- a/continuedev/src/continuedev/core/config.py
+++ b/continuedev/src/continuedev/core/config.py
@@ -34,7 +34,7 @@ class ContinueConfig(BaseModel):
),
SlashCommand(
name="explain",
- description="Reply to instructions or a question with previous steps as context",
+ description="Reply to instructions or a question with previous steps and the highlighted code or current file as context",
step_name="SimpleChatStep",
),
SlashCommand(