mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
copy
This commit is contained in:
parent
55d33efbfb
commit
be201657b8
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@ git config user.email "you@example.com"
|
||||||
git config user.name "Your Name"
|
git config user.name "Your Name"
|
||||||
```
|
```
|
||||||
|
|
||||||
Be aware that when you use the in-chat `/run` command, it will
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
- When you use the in-chat `/run` command, it will
|
||||||
be running shell commands *inside the docker container*.
|
be running shell commands *inside the docker container*.
|
||||||
So those commands won't be running in your local environment,
|
So those commands won't be running in your local environment,
|
||||||
which may make it tricky to `/run` tests, etc for your project.
|
which may make it tricky to `/run` tests, etc for your project.
|
||||||
|
- The `/voice` command won't work.
|
Loading…
Add table
Add a link
Reference in a new issue