Commit Graph

32 Commits

Author SHA1 Message Date
b122696cab feat: enhance commit generation with temperature setting and confirmation prompt 2025-05-21 14:26:46 +07:00
1bdbf478e3 style: align submodule output format in gen_commit.py 2025-05-20 17:29:20 +07:00
daec359e6d refactor: simplify tree output formatting in gen_commit.py 2025-05-20 17:27:33 +07:00
7e83d68368 refactor: update format_tree_output function signature and usage 2025-05-20 17:23:57 +07:00
2652afa8d6 refactor(scripts): update gen_commit.py 2025-05-20 17:18:52 +07:00
b732679dd7 refactor(scripts): modify gen_commit.py in interpreter 2025-05-20 17:17:32 +07:00
d28fad77c7 fix(interpreter): ensure commit message consistency for submodules 2025-05-20 17:12:33 +07:00
14eefebd67 feat: enhance submodule diff output with commit hash 2025-05-20 17:11:41 +07:00
cd486b3b89 refactor: improve push_code function with submodule handling 2025-05-20 17:10:03 +07:00
0e0c7098e1 feat: enhance git diff visualization with tree structure 2025-05-20 16:59:27 +07:00
5990ada146 refactor: move submodule status logic in push_code function 2025-05-20 16:58:00 +07:00
10bd144b6e refactor: change agent verbosity to verbose=False in gen_commit.py 2025-05-20 16:56:44 +07:00
875edc36d0 refactor: set agent to quiet mode in gen_commit script 2025-05-20 16:55:12 +07:00
3ea4377d47 feat(interpreter): enhance git diff output in gen_commit.py 2025-05-20 16:53:52 +07:00
cacf18e723 feat: handle no changes scenario in commit generation script 2025-05-20 16:44:34 +07:00
d9396a176d refactor(scripts): streamline git diff usage and update commit generation logic 2025-05-20 16:38:47 +07:00
91c9244fdc refactor(scripts): enhance gen_commit.py logic with cleaner code 2025-05-19 13:42:15 +07:00
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