mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Merge branch 'main' of github.com:paul-gauthier/aider
This commit is contained in:
commit
e5862ae81e
2 changed files with 3 additions and 5 deletions
|
@ -34,7 +34,7 @@ ONLY EVER RETURN CODE IN A *SEARCH/REPLACE BLOCK*!
|
||||||
4. *Concisely* suggest any shell commands the user might want to run in ```bash blocks.
|
4. *Concisely* suggest any shell commands the user might want to run in ```bash blocks.
|
||||||
|
|
||||||
Just suggest shell commands this way, not example code.
|
Just suggest shell commands this way, not example code.
|
||||||
Only suggest complete shell commands that area ready to execute, without placeholders.
|
Only suggest complete shell commands that are ready to execute, without placeholders.
|
||||||
Only suggest at most a few shell commands at a time, not more than 1-3.
|
Only suggest at most a few shell commands at a time, not more than 1-3.
|
||||||
|
|
||||||
Use the appropriate shell based on the user's system info:
|
Use the appropriate shell based on the user's system info:
|
||||||
|
|
|
@ -407,7 +407,7 @@ this model with aider.
|
||||||
{% for item in group.items %}
|
{% for item in group.items %}
|
||||||
<tr class="{% if group_class == 1 %}shaded{% endif %}">
|
<tr class="{% if group_class == 1 %}shaded{% endif %}">
|
||||||
<td>{{ item.model }}</td>
|
<td>{{ item.model }}</td>
|
||||||
<td>{{ item.editor_model | default: "<b>Baseline<b>" }}</td>
|
<td>{% if item.editor_model %}{{ item.editor_model }}{% else %}<b>Baseline</b>{% endif %}</td>
|
||||||
<td style="text-align: center;">{{ item.editor_edit_format | default: item.edit_format }}</td>
|
<td style="text-align: center;">{{ item.editor_edit_format | default: item.edit_format }}</td>
|
||||||
<td style="text-align: right;">{{ item.pass_rate_2 }}%</td>
|
<td style="text-align: right;">{{ item.pass_rate_2 }}%</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -416,5 +416,3 @@ this model with aider.
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue