mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
make example chat transcripts into children
This commit is contained in:
parent
100e1a6b16
commit
1787bf4b5b
14 changed files with 50 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
# Modify an open source 2048 game with aider
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
# What's it like to code with aider?
|
||||
---
|
||||
title: Example chat transcripts
|
||||
has_children: true
|
||||
---
|
||||
|
||||
# Example chat transcripts
|
||||
|
||||
Below are some chat transcripts showing what it's like to code with aider.
|
||||
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
nav_order: 4
|
||||
---
|
||||
|
||||
# Create a "black box" test case
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Editing an asciinema cast file with aider
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Download, analyze and plot US Census data
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Improve css styling of chat transcripts
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
nav_order: 3
|
||||
---
|
||||
|
||||
# A complex multi-file change, with debugging
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Complete a css exercise with aider
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
nav_order: 1
|
||||
---
|
||||
|
||||
# Create a simple flask app with aider
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Hello aider!
|
||||
|
||||
Here is the simplest possible "hello world" example of using aider:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Honor the NO_COLOR environment variable
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
|
||||
# Build pong with aider and pygame.
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
# Semantic search & replace code with aider
|
||||
|
||||
In this chat transcript, the user asks to modify a series of function calls.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
parent: Example chat transcripts
|
||||
---
|
||||
# Automatically update docs with aider
|
||||
|
||||
In this chat transcript, the user asks to automatically update the Usage docs based on the latest version of the main() function in the code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue