mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
copy
This commit is contained in:
parent
70196cd6fd
commit
2096d2b786
1 changed files with 9 additions and 5 deletions
|
@ -42,16 +42,17 @@ There is also a special shortcut `--architect` to launch in `--chat-mode archite
|
||||||
|
|
||||||
## Recommended workflow
|
## Recommended workflow
|
||||||
|
|
||||||
A highly recommended workflow is to bounce back and forth between `/ask` and `/code` modes.
|
A recommended workflow is to bounce back and forth between `/ask` and `/code` modes.
|
||||||
Use the ask mode to discuss what you want to do, get suggestions or options from aider
|
|
||||||
|
Use ask mode to discuss what you want to do, get suggestions or options from aider
|
||||||
and provide feedback on the approach.
|
and provide feedback on the approach.
|
||||||
Once aider understands the mission, switch to code mode to have it start editing
|
Once aider understands the mission, switch to code mode to have it start editing
|
||||||
your files.
|
your files.
|
||||||
All of the conversation and decision making from the ask mode discussion will
|
All the conversation and decision making from ask mode will
|
||||||
be taken into account to help ensure the correct code changes are performed.
|
help ensure that the correct code changes are performed.
|
||||||
|
|
||||||
You can be very terse when you finally switch from ask to code mode.
|
You can be very terse when you finally switch from ask to code mode.
|
||||||
Saying something as simple as "go ahead" in code mode is enough to
|
Saying something as simple as "go ahead" in code mode will
|
||||||
have aider execute on the plan you've been discussing.
|
have aider execute on the plan you've been discussing.
|
||||||
|
|
||||||
````
|
````
|
||||||
|
@ -81,6 +82,9 @@ def main():
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
|
You can think of this ask/code workflow as a more fluid version of
|
||||||
|
architect mode, but working just with the one main model the whole time.
|
||||||
|
|
||||||
## Architect mode and the editor model
|
## Architect mode and the editor model
|
||||||
|
|
||||||
When you are in architect mode, aider sends your request to two models:
|
When you are in architect mode, aider sends your request to two models:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue