mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Merge branch 'main' into pattern
This commit is contained in:
commit
36b88d6933
2 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ You can also use additional command-line options to customize the behavior of th
|
||||||
- `-3`: Use gpt-3.5-turbo model for the main chat (basically won't work). No environment variable override.
|
- `-3`: Use gpt-3.5-turbo model for the main chat (basically won't work). No environment variable override.
|
||||||
- `--no-pretty`: Disable pretty, colorized output. Override the default with the environment variable `AIDER_PRETTY` (default: 1 for enabled, 0 for disabled).
|
- `--no-pretty`: Disable pretty, colorized output. Override the default with the environment variable `AIDER_PRETTY` (default: 1 for enabled, 0 for disabled).
|
||||||
- `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True).
|
- `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True).
|
||||||
|
- `--no-auto-commits`: Disable auto commit of changes. Override the default with the environment variable `AIDER_AUTO_COMMITS` (default: 1 for enabled, 0 for disabled).
|
||||||
|
|
||||||
For more information, run `aider --help`.
|
For more information, run `aider --help`.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("requirements.txt") as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="aider",
|
name="aider",
|
||||||
version="0.1.0",
|
version="0.2.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue