mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
feat: add model switching tip and sort git repos
This commit is contained in:
parent
6f09f651a1
commit
380f019c0d
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ from .dump import dump # noqa: F401
|
||||||
|
|
||||||
def setup_git_home(io):
|
def setup_git_home(io):
|
||||||
home = Path.home()
|
home = Path.home()
|
||||||
git_repos = list(home.glob("*/.git"))
|
git_repos = sorted(home.glob("*/.git"))
|
||||||
git_root = None
|
git_root = None
|
||||||
|
|
||||||
if git_repos:
|
if git_repos:
|
||||||
|
|
|
@ -35,6 +35,7 @@ Once you are happy with the approach, just say "go ahead" without the `/ask` pre
|
||||||
- Use `/clear` to discard the chat history and make a fresh start.
|
- Use `/clear` to discard the chat history and make a fresh start.
|
||||||
- Can you `/drop` any extra files?
|
- Can you `/drop` any extra files?
|
||||||
- Use `/ask` to discuss a plan before aider starts editing code.
|
- Use `/ask` to discuss a plan before aider starts editing code.
|
||||||
|
- Use the [`/model` command](commands.html) to switch to a different model and try again. Switching between GPT-4o and Sonnet will often get past problems.
|
||||||
- If aider is hopelessly stuck,
|
- If aider is hopelessly stuck,
|
||||||
just code the next step yourself and try having aider code some more after that.
|
just code the next step yourself and try having aider code some more after that.
|
||||||
Take turns and pair program with aider.
|
Take turns and pair program with aider.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue