mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
204a88c171
commit
f6bb803be5
9 changed files with 884 additions and 903 deletions
10
HISTORY.md
10
HISTORY.md
|
@ -2,17 +2,21 @@
|
|||
|
||||
### main branch
|
||||
|
||||
- Added support for Qwen 32B model on Fireworks: `--model fireworks_ai/accounts/fireworks/models/qwq-32b`.
|
||||
- Enhanced handling of reasoning tags to better clean up model responses.
|
||||
- Improved error handling for EOF (Ctrl+D) in user input prompts.
|
||||
- Added helper function to ensure hex color values have a # prefix.
|
||||
- Fixed handling of Git errors when reading staged files.
|
||||
- Improved SSL verification control for model information requests.
|
||||
- Aider wrote 85% of the code in this release.
|
||||
- Added support for QWQ 32B.
|
||||
- Added [notifications when LLM responses are ready](https://aider.chat/docs/usage/notifications.html) with `--notifications` flag.
|
||||
- Specify desktop notification command with `--notifications-command`.
|
||||
- Improved empty LLM response handling with clearer warning messages.
|
||||
- Fixed Git identity retrieval to respect global configuration, by Akira Komamura.
|
||||
- Aider wrote 84% of the code in this release.
|
||||
|
||||
### Aider v0.75.3
|
||||
|
||||
- Support for V3 free on OpenRouter: `--model openrouter/deepseek/deepseek-chat:free`
|
||||
- Support for V3 free on OpenRouter: `--model openrouter/deepseek/deepseek-chat:free`.
|
||||
|
||||
### Aider v0.75.2
|
||||
|
||||
|
|
|
@ -25,17 +25,21 @@ cog.out(text)
|
|||
|
||||
### main branch
|
||||
|
||||
- Added support for Qwen 32B model on Fireworks: `--model fireworks_ai/accounts/fireworks/models/qwq-32b`.
|
||||
- Enhanced handling of reasoning tags to better clean up model responses.
|
||||
- Improved error handling for EOF (Ctrl+D) in user input prompts.
|
||||
- Added helper function to ensure hex color values have a # prefix.
|
||||
- Fixed handling of Git errors when reading staged files.
|
||||
- Improved SSL verification control for model information requests.
|
||||
- Aider wrote 85% of the code in this release.
|
||||
- Added support for QWQ 32B.
|
||||
- Added [notifications when LLM responses are ready](https://aider.chat/docs/usage/notifications.html) with `--notifications` flag.
|
||||
- Specify desktop notification command with `--notifications-command`.
|
||||
- Improved empty LLM response handling with clearer warning messages.
|
||||
- Fixed Git identity retrieval to respect global configuration, by Akira Komamura.
|
||||
- Aider wrote 84% of the code in this release.
|
||||
|
||||
### Aider v0.75.3
|
||||
|
||||
- Support for V3 free on OpenRouter: `--model openrouter/deepseek/deepseek-chat:free`
|
||||
- Support for V3 free on OpenRouter: `--model openrouter/deepseek/deepseek-chat:free`.
|
||||
|
||||
### Aider v0.75.2
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -442,6 +442,3 @@
|
|||
|
||||
## Specify which editor to use for the /editor command
|
||||
#editor: xxx
|
||||
|
||||
## Install the tree_sitter_language_pack (experimental)
|
||||
#install-tree-sitter-language-pack: false
|
||||
|
|
|
@ -410,6 +410,3 @@
|
|||
|
||||
## Specify which editor to use for the /editor command
|
||||
#AIDER_EDITOR=
|
||||
|
||||
## Install the tree_sitter_language_pack (experimental)
|
||||
#AIDER_INSTALL_TREE_SITTER_LANGUAGE_PACK=false
|
||||
|
|
|
@ -496,8 +496,5 @@ cog.outl("```")
|
|||
|
||||
## Specify which editor to use for the /editor command
|
||||
#editor: xxx
|
||||
|
||||
## Install the tree_sitter_language_pack (experimental)
|
||||
#install-tree-sitter-language-pack: false
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -450,8 +450,5 @@ cog.outl("```")
|
|||
|
||||
## Specify which editor to use for the /editor command
|
||||
#AIDER_EDITOR=
|
||||
|
||||
## Install the tree_sitter_language_pack (experimental)
|
||||
#AIDER_INSTALL_TREE_SITTER_LANGUAGE_PACK=false
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -81,7 +81,6 @@ usage: aider [-h] [--model] [--opus] [--sonnet] [--haiku] [--4]
|
|||
[--notifications | --no-notifications]
|
||||
[--notifications-command]
|
||||
[--detect-urls | --no-detect-urls] [--editor]
|
||||
[--install-tree-sitter-language-pack]
|
||||
|
||||
```
|
||||
|
||||
|
@ -776,9 +775,4 @@ Aliases:
|
|||
### `--editor VALUE`
|
||||
Specify which editor to use for the /editor command
|
||||
Environment variable: `AIDER_EDITOR`
|
||||
|
||||
### `--install-tree-sitter-language-pack`
|
||||
Install the tree_sitter_language_pack (experimental)
|
||||
Default: False
|
||||
Environment variable: `AIDER_INSTALL_TREE_SITTER_LANGUAGE_PACK`
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -249,18 +249,9 @@ tr:hover { background-color: #f5f5f5; }
|
|||
</style>
|
||||
<table>
|
||||
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
|
||||
<tr><td>anthropic/claude-3-7-sonnet-20250219</td><td class='right'>2,299,287</td><td class='right'>88.2%</td></tr>
|
||||
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-v3</td><td class='right'>148,071</td><td class='right'>5.7%</td></tr>
|
||||
<tr><td>o3-mini</td><td class='right'>53,030</td><td class='right'>2.0%</td></tr>
|
||||
<tr><td>openrouter/openai/gpt-4o</td><td class='right'>50,613</td><td class='right'>1.9%</td></tr>
|
||||
<tr><td>fireworks_ai/REDACTED</td><td class='right'>24,369</td><td class='right'>0.9%</td></tr>
|
||||
<tr><td>openrouter/REDACTED</td><td class='right'>10,315</td><td class='right'>0.4%</td></tr>
|
||||
<tr><td>groq/REDACTED</td><td class='right'>8,742</td><td class='right'>0.3%</td></tr>
|
||||
<tr><td>openai/REDACTED</td><td class='right'>3,724</td><td class='right'>0.1%</td></tr>
|
||||
<tr><td>openrouter/anthropic/claude-3.7-sonnet</td><td class='right'>2,435</td><td class='right'>0.1%</td></tr>
|
||||
<tr><td>vertex_ai/REDACTED</td><td class='right'>1,966</td><td class='right'>0.1%</td></tr>
|
||||
<tr><td>fireworks_ai/accounts/fireworks/models/qwen2p5-coder-32b-instruct</td><td class='right'>1,921</td><td class='right'>0.1%</td></tr>
|
||||
<tr><td>bedrock/REDACTED</td><td class='right'>1,278</td><td class='right'>0.0%</td></tr>
|
||||
<tr><td>anthropic/claude-3-7-sonnet-20250219</td><td class='right'>593,829</td><td class='right'>61.8%</td></tr>
|
||||
<tr><td>openrouter/REDACTED</td><td class='right'>259,570</td><td class='right'>27.0%</td></tr>
|
||||
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-v3</td><td class='right'>107,719</td><td class='right'>11.2%</td></tr>
|
||||
</table>
|
||||
|
||||
{: .note :}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue