Commit graph

1061 commits

Author SHA1 Message Date
Paul Gauthier
4f43d542e4 copy 2023-05-23 06:18:16 -07:00
Paul Gauthier
c73a29a8a9 copy 2023-05-23 06:15:23 -07:00
Paul Gauthier
b00b3f1a8d copy 2023-05-23 06:10:45 -07:00
Paul Gauthier
560e427684 aider: Updated default values of pretty and yes to True and False respectively in the InputOutput class constructor.
# Context:
USER: give inputoutput defaults of pretty=true and yes=false
ASSISTANT: To update the default values of `pretty` and `yes` in the `InputOutput` class, I will modify the `__init__` method in the `io.py` file.

```python
aider/io.py
<<<<<<< ORIGINAL
    def __init__(self, pretty, yes, input_history_file=None, chat_history_file=None, input=None, output=None):
=======
    def __init__(self, pretty=True, yes=False, input_history_file=None, chat_history_file=None, input=None, output=None):
>>>>>>> UPDATED
```
2023-05-23 06:05:48 -07:00
Paul Gauthier
f5f813431d copy 2023-05-23 06:04:19 -07:00
Paul Gauthier
6803238b15 copy 2023-05-23 06:00:31 -07:00
Paul Gauthier
2a9b49454e copy 2023-05-23 06:00:03 -07:00
Paul Gauthier
2379c60cdf copy 2023-05-23 05:59:53 -07:00
Paul Gauthier
fc1b879fc6 copy 2023-05-23 05:56:38 -07:00
Paul Gauthier
b67ef10c27 copy 2023-05-23 05:55:07 -07:00
Paul Gauthier
b508431766 copy 2023-05-23 05:40:00 -07:00
paul-gauthier
7dcde43d98
Update ctags.md 2023-05-22 17:17:53 -07:00
paul-gauthier
b7be2a8d01
Update ctags.md 2023-05-22 17:13:06 -07:00
paul-gauthier
9e3549e77e
Update ctags.md 2023-05-22 17:12:18 -07:00
Paul Gauthier
38dfe1e8e0 copy 2023-05-22 16:04:05 -07:00
Paul Gauthier
88f6e27701 copy 2023-05-22 15:59:34 -07:00
Paul Gauthier
4f556f3192 copy 2023-05-22 15:57:48 -07:00
Paul Gauthier
006f8e4f73 copy 2023-05-22 15:57:35 -07:00
Paul Gauthier
7cc26f0cb2 copy 2023-05-22 15:56:20 -07:00
Paul Gauthier
a8a04bfd0d copy 2023-05-22 15:53:51 -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
20e8c112b2 copy 2023-05-22 09:48:16 -07:00
Paul Gauthier
d314cab01f copy 2023-05-22 09:47:50 -07:00
Paul Gauthier
ba2b13cd3a copy 2023-05-22 09:46:58 -07:00
Paul Gauthier
3248d04ea4 copy 2023-05-22 09:46:14 -07:00
Paul Gauthier
d373a3b64a copy 2023-05-22 09:45:16 -07:00
Paul Gauthier
068a1edded copy 2023-05-22 09:41:56 -07:00
Paul Gauthier
96b5938827 copy 2023-05-22 09:37:19 -07:00
Paul Gauthier
b24ac199c5 copy 2023-05-22 09:36:33 -07:00
Paul Gauthier
45c1f0dc81 copy 2023-05-22 09:34:22 -07:00
Paul Gauthier
e4aae9109f copy 2023-05-22 09:33:32 -07:00
Paul Gauthier
608f570f0f copy 2023-05-22 08:19:22 -07:00
Paul Gauthier
83101a813a Merge remote-tracking branch 'origin/main' 2023-05-22 07:04:39 -07:00
Paul Gauthier
9fe8896979 copy 2023-05-22 07:03:40 -07:00
paul-gauthier
a2a7433f28
Update ctags.md 2023-05-21 22:52:11 -07:00
paul-gauthier
fdf2faf5b6
Update ctags.md 2023-05-21 22:21:28 -07:00
paul-gauthier
5a1a7e27e1
Update ctags.md 2023-05-21 22:20:15 -07:00
paul-gauthier
09ddb795b6
Update ctags.md 2023-05-21 22:19:33 -07:00
paul-gauthier
85cd9e833a
Update ctags.md 2023-05-21 22:16:43 -07:00
paul-gauthier
2bee941ff9
Update ctags.md 2023-05-21 22:14:02 -07:00
paul-gauthier
23385eb187
Update ctags.md 2023-05-21 22:13:31 -07:00
Paul Gauthier
845f35918c copy 2023-05-21 21:52:46 -07:00
Paul Gauthier
10e966191b copy 2023-05-21 21:52:01 -07:00
Paul Gauthier
df4ca72c3b copy 2023-05-21 21:51:42 -07:00
paul-gauthier
0e5701aa53
Update ctags.md 2023-05-21 19:10:16 -07:00