Commit Graph

15 Commits

Author SHA1 Message Date
hoangvv 716e3fc6b9 feat: add submodule check before committing and pushing 2025-05-15 18:13:16 +07:00
hoangvv 492864d5ae refactor(interpreter): enhance submodule handling and simplify credential usage 2025-05-15 18:08:59 +07:00
hoangvv 470b09798e refactor: remove redundant run_command function and replace subprocess with os.system in push_code 2025-05-14 15:35:25 +07:00
hoangvv 2a6605592c fix(interpreter): add debug print to confirm directory change in gen_commit script 2025-05-14 09:48:17 +07:00
hoangvv 31e4b8e392 refactor(interpreter): improve commit message generation and push process
enhance clarity by updating instructions and restructuring functions related to commit message generation from AI responses. streamline git operations by combining actions and renaming functions for better readability.
2025-05-14 09:44:19 +07:00
hoangvv d31afa09e1 refactor: update gen_commit logic and naming conventions
Improve commit message generation logic and rename functions for clarity and consistency.
2025-05-14 09:38:53 +07:00
hoangvv 86eeef2a72 feat(scripts): modify gen_commit.py to enhance commit message generation 2025-05-14 09:03:13 +07:00
hoangvv 93f42839f9 refactor(scripts): update gen_commit.py and remove commit convention file 2025-05-14 08:56:03 +07:00
hoangvv 06a27404f9 feat(scripts): modify gen_commit.py to enhance commit message generation 2025-05-13 19:11:39 +07:00
hoangvv 1e3480e658 feat(interpreter): improve commit message generation
delete commit convention script as it's outdated
update gen_commit.py to enhance commit message creation logic
2025-05-13 19:10:15 +07:00
hoangvv 1477a3d10e fix(scripts): update gen_commit.py for improved functionality 2025-05-13 19:02:13 +07:00
hoangvv e97a96205a refactor: update gen_commit.py script 2025-05-13 18:59:06 +07:00
hoangvv a1423f1cc1 update: modify registry.mk and gen_commit.py in scripts/interpreter 2025-05-13 18:50:45 +07:00
hoangvv f8f1823594 cd /root/dev/Bifrost && git diff --name-status 2025-05-13 18:39:21 +07:00
hoangvv 3983b2902a [{'role': 'assistant', 'type': 'code', 'format': 'shell', 'content': 'cd /root/dev/Bifrost && git diff --name-status'}, {'role': 'computer', 'type': 'console', 'format': 'output', 'content': '\nM\tMakefile\nM\tbackend/app/service/app.go\nM\tregistry\n'}, {'role': 'assistant', 'type': 'message', 'content': 'The files that have been modified are:\n\n- \n- \n- \n\nBased on these changes, here is a generated commit message:\n\n\n\nThis message indicates updates have been made to the specified files. If you have specific details about the changes, feel free to share them for a more tailored message.'}] 2025-05-13 18:29:25 +07:00