summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/core
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 22:18:43 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 22:18:43 -0700
commitd84b22d0064af505d1a38036cfedd911d4b47306 (patch)
treecd67292f2da48a597e533acafa0e389e80901063 /continuedev/src/continuedev/core
parentc4ab2657c07b23d2c62acde7829ad33f98c8cd7f (diff)
parent430f4e1b5ebd4f913ac2fe97227e2e7eaf8b008b (diff)
downloadsncontinue-d84b22d0064af505d1a38036cfedd911d4b47306.tar.gz
sncontinue-d84b22d0064af505d1a38036cfedd911d4b47306.tar.bz2
sncontinue-d84b22d0064af505d1a38036cfedd911d4b47306.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev/src/continuedev/core')
-rw-r--r--continuedev/src/continuedev/core/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/continuedev/src/continuedev/core/config.py b/continuedev/src/continuedev/core/config.py
index d268d247..3208e63d 100644
--- a/continuedev/src/continuedev/core/config.py
+++ b/continuedev/src/continuedev/core/config.py
@@ -50,6 +50,11 @@ class ContinueConfig(BaseModel):
step_name="SimpleChatStep",
),
SlashCommand(
+ name="config",
+ description="Open the config file to create new and edit existing slash commands",
+ step_name="OpenConfigStep",
+ ),
+ SlashCommand(
name="comment",
description="Write comments for the current file or highlighted code",
step_name="CommentCodeStep",