Commit Graph

15 Commits

Author SHA1 Message Date
707f6d429b fix(interpreter): correct typo in gen_commit.py 2025-05-19 10:54:12 +07:00
e8b7c38961 feat(interpreter): handle repos without submodules in commit process 2025-05-15 18:12:50 +07:00
056d090ea4 docs: update commit message length guideline to 100 chars 2025-05-15 18:07:25 +07:00
6ba725a537 fix: clarify character limit in guidelines 2025-05-15 18:06:59 +07:00
712d491c71 fix: improve error handling for command execution in push_code function 2025-05-15 18:06:04 +07:00
f1e0369922 feat: add spacing in prompt formatting 2025-05-15 18:04:50 +07:00
4b1cf8a568 feat: include diff output in commit message generation prompt 2025-05-15 18:01:07 +07:00
06400f62b2 Please provide the git diff text so that I can generate the commit message for you. 2025-05-15 18:00:17 +07:00
f82e8af9ce refactor(utility): update gen_commit.py in interpreter scripts 2025-05-15 17:55:46 +07:00
c2eca41675 refactor(utility): enhance submodule commit function to push changes
Replace  with  to push submodule changes. Update the function to handle remote URL fetching and use personal credentials for pushing.
2025-05-15 17:52:43 +07:00
f8de4db280 style: remove unnecessary empty line in gen_commit.py 2025-05-15 17:48:20 +07:00
34373945b9 refactor(utility): use absolute paths for submodule processing in gen_commit.py
Convert submodule paths to absolute paths to ensure correct processing in different environments.
2025-05-15 17:46:50 +07:00
feb893e05b It seems the directory doesn't exist or isn't accessible. Please ensure the directory path is correct and the directory exists, then try again. 2025-05-15 17:45:24 +07:00
58b9e0874b It seems the directory does not exist. Could you check the directory structure and ensure the correct directory is specified? 2025-05-15 17:44:02 +07:00
6ec2257634 Auto-commit submodule changes 2025-05-15 17:40:23 +07:00