feat(interpreter): improve commit message generation

delete commit convention script as it's outdated
update gen_commit.py to enhance commit message creation logic
This commit is contained in:
2025-05-13 19:10:15 +07:00
parent 4e390394a9
commit 1e3480e658
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def gen_commit(project_path):
agent = OpenInterpreter()
agent.auto_run = True
with open(
"/root/dev/Bifrost/registry/scripts/interpreter/commit_convention.txt", "r"
f"{project_path}/scripts/interpreter/resources/commit_convention.txt", "r"
) as f:
file_content = f.read()
agent.system_message = f"""