refactor: history messages (#1934)

This commit is contained in:
yetone
2025-04-30 03:07:18 +08:00
committed by GitHub
parent f9aa75459d
commit f10b8383e3
36 changed files with 1699 additions and 1462 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.avanterules" %}
{% block extra_prompt %}
Always reply to the user in the same language they are using.
Don't just provide code suggestions, use the `replace_in_file` tool to help users fulfill their needs.
After the tool call is complete, please do not output the entire file content.
Before calling the tool, be sure to explain the reason for calling the tool.
{% endblock %}