summaryrefslogtreecommitdiff
path: root/docs/docs/walkthroughs/use-the-gui.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/walkthroughs/use-the-gui.md')
-rw-r--r--docs/docs/walkthroughs/use-the-gui.md28
1 files changed, 22 insertions, 6 deletions
diff --git a/docs/docs/walkthroughs/use-the-gui.md b/docs/docs/walkthroughs/use-the-gui.md
index c244b461..c9dc17c2 100644
--- a/docs/docs/walkthroughs/use-the-gui.md
+++ b/docs/docs/walkthroughs/use-the-gui.md
@@ -2,11 +2,27 @@
**TODO: Describe how to use the `Continue GUI`**
-Points to include
-- Recipes
-- Steps
-- Single turn at the moment
+## Open the file you want the LLM to edit
+
+At the moment, we only support editing the file open and focused in the code editor, so you need to make sure that is
+
+Note: single turn at the moment
+
- Opening the (set of) file(s) you want to edit
- Then giving natural language instructions
-- Reversing
-- Modifying with feedback \ No newline at end of file
+
+## Review actions taken
+
+make sure it takes action you approve
+
+## Reverse button
+
+undo things done by steps
+
+## Rerun
+
+continue button (with optional modify)
+
+## Recipes
+
+Learn how to use recipes \ No newline at end of file