Skip to content

Commit d4e44d7

Browse files
committed
copy
1 parent f2b8d36 commit d4e44d7

File tree

7 files changed

+179
-87
lines changed

7 files changed

+179
-87
lines changed

HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
### Aider v0.78.0
44

5+
- Added support for thinking tokens for OpenRouter Sonnet 3.7.
6+
- Added commands to switch between model types: `/editor-model` for Editor Model, and `/weak-model` for Weak Model, by csala.
57
- Added model setting validation to ignore `--reasoning-effort` and `--thinking-tokens` if the model doesn't support them.
68
- Added `--check-model-accepts-settings` flag (default: true) to force unsupported model settings.
79
- Annotated which models support reasoning_effort and thinking_tokens settings in the model settings data.
810
- Improved code block rendering in markdown output with better padding using NoInsetMarkdown.
911
- Added `--git-commit-verify` flag (default: False) to control whether git commit hooks are bypassed.
10-
- Added support for thinking tokens for OpenRouter Sonnet 3.7.
1112
- Fixed autocompletion for `/ask`, `/code`, and `/architect` commands, by shladnik.
1213
- Added vi-like behavior when pressing enter in multiline-mode while in vi normal/navigation-mode, by Marco Mayer.
13-
- Added commands to switch between model types: `/editor-model` for Editor Model, and `/weak-model` for Weak Model, by csala.
1414
- Added AWS_PROFILE support for Bedrock models, allowing use of AWS profiles instead of explicit credentials, by lentil32.
1515
- Enhanced `--aiderignore` argument to resolve both absolute and relative paths, by mopemope.
1616
- Improved platform information handling to gracefully handle retrieval errors.
@@ -20,7 +20,7 @@
2020

2121
- Bumped dependencies to pickup litellm fix for Ollama.
2222
- Added support for `openrouter/google/gemma-3-27b-it` model.
23-
- Updated exclude patterns for documentation.
23+
- Updated exclude patterns for help documentation.
2424

2525
### Aider v0.77.0
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ src="https://img.shields.io/badge/📈%20Tokens%2Fweek-15B-e74c3c?style=flat-squ
3333
<a href="https://openrouter.ai/"><img alt="OpenRouter Ranking" title="Aider's ranking among applications on the OpenRouter platform"
3434
src="https://img.shields.io/badge/🏆%20OpenRouter-Top%2020-9b59b6?style=flat-square&labelColor=555555"/></a>
3535
<a href="https://aider.chat/HISTORY.html"><img alt="Singularity" title="Percentage of the new code in Aider's last release written by Aider itself"
36-
src="https://img.shields.io/badge/🔄%20Singularity-72%25-3498db?style=flat-square&labelColor=555555"/></a>
36+
src="https://img.shields.io/badge/🔄%20Singularity-92%25-3498db?style=flat-square&labelColor=555555"/></a>
3737
<!--[[[end]]]-->
3838
</p>
3939

aider/website/HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ cog.out(text)
2626

2727
### Aider v0.78.0
2828

29+
- Added support for thinking tokens for OpenRouter Sonnet 3.7.
30+
- Added commands to switch between model types: `/editor-model` for Editor Model, and `/weak-model` for Weak Model, by csala.
2931
- Added model setting validation to ignore `--reasoning-effort` and `--thinking-tokens` if the model doesn't support them.
3032
- Added `--check-model-accepts-settings` flag (default: true) to force unsupported model settings.
3133
- Annotated which models support reasoning_effort and thinking_tokens settings in the model settings data.
3234
- Improved code block rendering in markdown output with better padding using NoInsetMarkdown.
3335
- Added `--git-commit-verify` flag (default: False) to control whether git commit hooks are bypassed.
34-
- Added support for thinking tokens for OpenRouter Sonnet 3.7.
3536
- Fixed autocompletion for `/ask`, `/code`, and `/architect` commands, by shladnik.
3637
- Added vi-like behavior when pressing enter in multiline-mode while in vi normal/navigation-mode, by Marco Mayer.
37-
- Added commands to switch between model types: `/editor-model` for Editor Model, and `/weak-model` for Weak Model, by csala.
3838
- Added AWS_PROFILE support for Bedrock models, allowing use of AWS profiles instead of explicit credentials, by lentil32.
3939
- Enhanced `--aiderignore` argument to resolve both absolute and relative paths, by mopemope.
4040
- Improved platform information handling to gracefully handle retrieval errors.
@@ -44,7 +44,7 @@ cog.out(text)
4444

4545
- Bumped dependencies to pickup litellm fix for Ollama.
4646
- Added support for `openrouter/google/gemma-3-27b-it` model.
47-
- Updated exclude patterns for documentation.
47+
- Updated exclude patterns for help documentation.
4848

4949
### Aider v0.77.0
5050

aider/website/_data/blame.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,3 +4175,95 @@
41754175
Yutaka Matsubara: 4
41764176
start_tag: v0.76.0
41774177
total_lines: 1945
4178+
- aider_percentage: 91.79
4179+
aider_total: 2626
4180+
end_date: '2025-03-21'
4181+
end_tag: v0.78.0
4182+
file_counts:
4183+
aider/__init__.py:
4184+
Paul Gauthier: 1
4185+
aider/args.py:
4186+
Paul Gauthier (aider): 21
4187+
Yutaka Matsubara: 2
4188+
aider/coders/base_coder.py:
4189+
Paul Gauthier: 1
4190+
Paul Gauthier (aider): 6
4191+
aider/commands.py:
4192+
Carles Sala (aider): 24
4193+
Paul Gauthier (aider): 10
4194+
aider/help_pats.py:
4195+
Paul Gauthier: 6
4196+
aider/io.py:
4197+
Marco Mayer: 2
4198+
Paul Gauthier (aider): 17
4199+
aider/main.py:
4200+
Paul Gauthier: 5
4201+
Paul Gauthier (aider): 28
4202+
aider/mdstream.py:
4203+
Paul Gauthier: 1
4204+
Paul Gauthier (aider): 22
4205+
aider/models.py:
4206+
Paul Gauthier (aider): 37
4207+
lentil32 (aider): 15
4208+
aider/repo.py:
4209+
Paul Gauthier (aider): 5
4210+
aider/resources/model-settings.yml:
4211+
Paul Gauthier: 2
4212+
Paul Gauthier (aider): 22
4213+
aider/website/_includes/head_custom.html:
4214+
Paul Gauthier: 3
4215+
Paul Gauthier (aider): 53
4216+
aider/website/_includes/recording.js:
4217+
Paul Gauthier: 4
4218+
Paul Gauthier (aider): 424
4219+
aider/website/assets/asciinema/asciinema-player.min.js:
4220+
Paul Gauthier: 1
4221+
aider/website/docs/leaderboards/index.md:
4222+
Paul Gauthier: 1
4223+
aider/website/index.html:
4224+
Paul Gauthier: 170
4225+
Paul Gauthier (aider): 374
4226+
scripts/badges.py:
4227+
Paul Gauthier: 1
4228+
Paul Gauthier (aider): 496
4229+
scripts/blame.py:
4230+
Paul Gauthier: 2
4231+
scripts/jekyll_run.sh:
4232+
Paul Gauthier: 1
4233+
Paul Gauthier (aider): 5
4234+
scripts/logo_svg.py:
4235+
Paul Gauthier: 5
4236+
Paul Gauthier (aider): 169
4237+
scripts/recording_audio.py:
4238+
Paul Gauthier (aider): 338
4239+
scripts/redact-cast.py:
4240+
Paul Gauthier: 22
4241+
Paul Gauthier (aider): 37
4242+
scripts/tmux_record.sh:
4243+
Paul Gauthier: 1
4244+
Paul Gauthier (aider): 17
4245+
scripts/update-docs.sh:
4246+
Paul Gauthier: 1
4247+
scripts/update-history.py:
4248+
Paul Gauthier: 1
4249+
Paul Gauthier (aider): 45
4250+
tests/basic/test_aws_credentials.py:
4251+
lentil32 (aider): 169
4252+
tests/basic/test_commands.py:
4253+
Carles Sala (aider): 40
4254+
tests/basic/test_main.py:
4255+
Paul Gauthier: 2
4256+
Paul Gauthier (aider): 162
4257+
tests/basic/test_repo.py:
4258+
Paul Gauthier (aider): 41
4259+
tests/help/test_help.py:
4260+
Paul Gauthier (aider): 49
4261+
grand_total:
4262+
Carles Sala (aider): 64
4263+
Marco Mayer: 2
4264+
Paul Gauthier: 231
4265+
Paul Gauthier (aider): 2378
4266+
Yutaka Matsubara: 2
4267+
lentil32 (aider): 184
4268+
start_tag: v0.77.0
4269+
total_lines: 2861

0 commit comments

Comments
 (0)