You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/content/help/quick-start.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ cd /path/to/your-repo
29
29
codebuff
30
30
```
31
31
32
-
Codebuff has multiple [modes](/docs/help#modes): `--lite` for quick tasks, `--max` for complex work, and `--plan` for planning without file changes.
32
+
Codebuff has multiple [modes](/docs/tips#modes): `--lite` for quick tasks, `--max` for complex work, and `/mode:plan` for planning without file changes.
Copy file name to clipboardExpand all lines: web/src/content/tips/best-practices.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Codebuff skips files in `.gitignore`. For files you keep in git but want Codebuf
19
19
20
20
## Planning
21
21
22
-
Use `--plan` mode to scope work before implementing. Codebuff gathers context, asks clarifying questions, and outputs a structured plan without touching files. Review and adjust the plan, then switch to default or max mode to execute.
22
+
Use `/mode:plan` to scope work before implementing. Codebuff gathers context, asks clarifying questions, and outputs a structured plan without touching files. Review and adjust the plan, then switch to default or max mode to execute.
23
23
24
-
See [Modes](/docs/help#modes) for details on plan mode and other options.
24
+
See [Modes](/docs/tips#modes) for details on plan mode and other options.
0 commit comments