summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-03 10:26:07 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-03 10:26:07 -0400
commit917ba983d604bf9f590265b38e65be5c75643828 (patch)
tree40ecae6ae6fb20dc7d8c4db391335d543b4713c3 /docs
parent08eacb7914b392d85ffcfe5b80ee31e3d36c77bc (diff)
downloadsncontinue-917ba983d604bf9f590265b38e65be5c75643828.tar.gz
sncontinue-917ba983d604bf9f590265b38e65be5c75643828.tar.bz2
sncontinue-917ba983d604bf9f590265b38e65be5c75643828.zip
README work
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/concepts/step.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/docs/concepts/step.md b/docs/docs/concepts/step.md
index 1e1a0a65..0358a52f 100644
--- a/docs/docs/concepts/step.md
+++ b/docs/docs/concepts/step.md
@@ -40,12 +40,14 @@ the code that should run when the step is rerun with feedback
### Core
-#### RunCommandStep
-
#### EditCodeStep
+Provide a prompt and a list of file ranges to be edited by a language model.
+
### ManualEditStep
+A core step that tracks all user edits in the IDE so that they can be reversed along with other steps
+
## Community
### CreateTableStep
@@ -67,3 +69,7 @@ Write unit tests for this file.
#### Parameters
- for_filepath (required): the path of the file that unit tests should be created for
+
+### AnswerQuestionChromaStep
+
+Type `/ask` and ask any question about your whole codebase. The Chroma embeddings store will help find important snippets and answer your question.