mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
copy
This commit is contained in:
parent
956f03c14d
commit
bcbdd97cd8
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Here are some example transcripts that show how you can chat with `aider` to gen
|
|||
|
||||
* [**Complex Multi-file Change with Debugging**](https://aider.chat/examples/complex-change.html): A complex code change involving multiple source files and debugging.
|
||||
|
||||
* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source code, using only a [ctags based repo map](https://aider.chat/docs/ctags.html).
|
||||
* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source of the method being tested, using only a [ctags based repo map](https://aider.chat/docs/ctags.html).
|
||||
|
||||
You can find more chat transcripts on the [examples page](https://aider.chat/examples/).
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit
|
|||
|
||||
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.
|
||||
|
||||
* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source code, using only a [ctags based repo map](https://aider.chat/docs/ctags.html).
|
||||
* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source of the method being tested, using only a [ctags based repo map](https://aider.chat/docs/ctags.html).
|
||||
|
||||
* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue