Commit graph

400 commits

Author SHA1 Message Date
Paul Gauthier
130385584a copy 2023-05-28 14:28:22 -07:00
Paul Gauthier
ce656425a9 copy 2023-05-28 14:26:57 -07:00
Paul Gauthier
718797c291 copy 2023-05-28 13:46:54 -07:00
Paul Gauthier
bde4fa71e0 copy 2023-05-28 13:43:30 -07:00
Paul Gauthier
52d537629b copy 2023-05-28 11:09:26 -07:00
Paul Gauthier
cee56ca17c Changed table of contents and updated example transcripts. 2023-05-28 11:07:58 -07:00
Paul Gauthier
c0733fe9fd aider: Added a Table of Contents just before the "Example chat transcripts" section.
# Context:
USER: add a toc just before Features
ASSISTANT: ```markdown
README.md
<<<<<<< ORIGINAL
* [**Hello World Flask App**](https://aider.chat/examples/hello-world-flask.html): Start from scratch and have GPT create a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.

* [**Javascript Game Modification**](https://aider.chat/examples/2048-game.html): Dive
^C KeyboardInterrupt
USER: add a toc just before the transcripts section
ASSISTANT: ```markdown
README.md
<<<<<<< ORIGINAL
* [**Hello World Flask App**](https://aider.chat/examples/hello-world-flask.html): Start from scratch and have GPT create a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.

* [**Javascript Game Modification**](https://aider.chat/examples/2048-game.html): Dive
=======
## Table of Contents

- [Example chat transcripts](#example-chat-transcripts)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Chat commands](#chat-commands)
- [Tips](#tips)
- [Limitations](#limitations)

## Example chat transcripts

* [**Hello World Flask App**](https://aider.chat/examples/hello-world-flask.html): Start from scratch and have GPT create a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.

* [**Javascript Game Modification**](https://aider.chat/examples/2048-game.html): Dive
>>>>>>> UPDATED
```

I've added a Table of Contents just before the "Example chat transcripts" section.
2023-05-28 11:06:16 -07:00
Paul Gauthier
9ce90d059a copy 2023-05-27 18:04:05 -07:00
Paul Gauthier
4b8fff69cb copy 2023-05-27 18:01:58 -07:00
Paul Gauthier
3dacaf65b1 copy 2023-05-27 17:28:28 -07:00
Paul Gauthier
fb2cedb043 new gif 2023-05-27 16:31:48 -07:00
Paul Gauthier
76c964bade copy 2023-05-27 13:46:35 -07:00
Paul Gauthier
73e1fed1d5 copy 2023-05-27 13:36:07 -07:00
Paul Gauthier
82e7dcb7ba updated usage 2023-05-27 06:24:22 -07:00
Paul Gauthier
a1ff34d084 updated usage 2023-05-27 05:13:27 -07:00
Paul Gauthier
c33169756a tweaking cmd line args, readme usage 2023-05-26 16:40:04 -07:00
Paul Gauthier
e4116007b8 updated usage in readme 2023-05-26 16:20:47 -07:00
Paul Gauthier
38a49beea8 copy 2023-05-26 07:11:46 -07:00
Paul Gauthier
96c63dfb66 copy 2023-05-25 09:02:45 -07:00
Paul Gauthier
e79b855ccf copy 2023-05-25 06:41:34 -07:00
paul-gauthier
ac6f9d4a5f
Update README.md 2023-05-24 08:04:20 -07:00
paul-gauthier
d268f298e4
Update README.md 2023-05-23 21:48:51 -07:00
paul-gauthier
ec6fd03e8c
Update README.md 2023-05-23 21:42:17 -07:00
Paul Gauthier
38db2016bd copy 2023-05-23 20:45:11 -07:00
Paul Gauthier
b2ef21fd4d copy 2023-05-23 12:20:07 -07:00
Paul Gauthier
73ad270578 copy 2023-05-23 10:17:14 -07:00
Paul Gauthier
45eb8d7e38 copy 2023-05-23 09:02:45 -07:00
Paul Gauthier
1797a731a0 copy 2023-05-23 08:34:29 -07:00
Paul Gauthier
cb53d7b01f copy 2023-05-23 08:25:37 -07:00
Paul Gauthier
b30b61df7d copy 2023-05-23 08:24:46 -07:00
Paul Gauthier
be84a10744 copy 2023-05-23 07:46:35 -07:00
Paul Gauthier
123237636c copy 2023-05-23 07:38:56 -07:00
Paul Gauthier
4509ec4457 copy 2023-05-23 07:36:32 -07:00
Paul Gauthier
4c1ebd7e5b copy 2023-05-23 07:35:47 -07:00
Paul Gauthier
8650d106e4 copy 2023-05-23 07:35:04 -07:00
Paul Gauthier
26b26bc5e5 copy 2023-05-23 07:19:01 -07:00
Paul Gauthier
b4b9e0cf03 copy 2023-05-23 07:18:26 -07:00
paul-gauthier
05ffa0525d
Update README.md 2023-05-22 11:30:42 -07:00
Paul Gauthier
1b26236970 copy 2023-05-22 09:56:08 -07:00
Paul Gauthier
e09b1cf2d7 Changed /commit command to commit outstanding changes to the repo instead of chat session files. 2023-05-22 09:54:37 -07:00
Paul Gauthier
76fb08f9c9 aider: Added /run <command> and /help commands to the Chat commands section in the README.md file.
# Context:
USER: add missing commands to the Chat commands section
ASSISTANT: I will add the missing commands to the Chat commands section in the README.md file.

```markdown
README.md
<<<<<<< ORIGINAL
`aider` supports the following commands from within the chat:

* `/add <file>`: Add matching files to the chat session.
* `/drop <file>`: Remove matching files from the chat session.
* `/ls`: List all known files and those included in the chat session.
* `/commit [message]`: Commit outstanding changes to the chat session files. Use this to commit edits you made outside the chat, with your editor or git commands. aider will provide a commit message if you don't.
* `/undo`: Undo the last git commit if it was done by aider.
* `/diff`: Display the diff of the last aider commit.
=======
`aider` supports the following commands from within the chat:

* `/add <file>`: Add matching files to the chat session.
* `/drop <file>`: Remove matching files from the chat session.
* `/ls`: List all known files and those included in the chat session.
* `/commit [message]`: Commit outstanding changes to the chat session files. Use this to commit edits you made outside the chat, with your editor or git commands. aider will provide a commit message if you don't.
* `/undo`: Undo the last git commit if it was done by aider.
* `/diff`: Display the diff of the last aider commit.
* `/run <command>`: Run a shell command and optionally add the output to the chat.
* `/help`: Show help about all commands.
>>>>>>> UPDATED
```

I have added the `/run <command>` and `/help` commands to the Chat commands section in the README.md file.
2023-05-22 09:54:01 -07:00
Paul Gauthier
a52d115c94 copy 2023-05-22 09:51:54 -07:00
Paul Gauthier
26bacb906d copy 2023-05-22 09:51:20 -07:00
Paul Gauthier
9fe8896979 copy 2023-05-22 07:03:40 -07:00
Paul Gauthier
67e1e00ff5 copy 2023-05-21 16:30:53 -07:00
Paul Gauthier
bcbdd97cd8 copy 2023-05-21 16:27:49 -07:00
Paul Gauthier
956f03c14d copy 2023-05-21 16:27:11 -07:00
Paul Gauthier
d93018111b copy 2023-05-21 16:22:23 -07:00
Paul Gauthier
7d2c59432e copy 2023-05-19 10:52:23 -07:00
Paul Gauthier
a7d9a4790f aider: Added --ctags option to the usage section in README.md.
# Context:
USER: update the usage to include --ctags
ASSISTANT: ```markdown
README.md
<<<<<<< ORIGINAL
You can also use additional command-line options to customize the behavior of the tool. The following options are available, along with their corresponding environment variable overrides:

- `--input-history-file INPUT_HISTORY_FILE`: Specify the chat input history file (default: .aider.input.history). Override the default with the environment variable `AIDER_INPUT_HISTORY_FILE`.
- `--chat-history-file CHAT_HISTORY_FILE`: Specify the chat history file (default: .aider.chat.history.md). Override the default with the environment variable `AIDER_CHAT_HISTORY_FILE`.
- `--model MODEL`: Specify the model to use for the main chat (default: gpt-4). Override the default with the environment variable `AIDER_MODEL`.
- `-3`: Use gpt-3.5-turbo model for the main chat (not advised). No environment variable override.
=======
You can also use additional command-line options to customize the behavior of the tool. The following options are available, along with their corresponding environment variable overrides:

- `--input-history-file INPUT_HISTORY_FILE`: Specify the chat input history file (default: .aider.input.history). Override the default with the environment variable `AIDER_INPUT_HISTORY_FILE`.
- `--chat-history-file CHAT_HISTORY_FILE`: Specify the chat history file (default: .aider.chat.history.md). Override the default with the environment variable `AIDER_CHAT_HISTORY_FILE`.
- `--model MODEL`: Specify the model to use for the main chat (default: gpt-4). Override the default with the environment variable `AIDER_MODEL`.
- `-3`: Use gpt-3.5-turbo model for the main chat (not advised). No environment variable override.
- `--ctags`: Add ctags to the chat to help GPT understand the codebase (default: False, `AIDER_CTAGS`). Override the default with the environment variable `AIDER_CTAGS`.
>>>>>>> UPDATED
```
I've updated the usage section in the README.md to include the `--ctags` option.
2023-05-19 10:50:53 -07:00