Files
avante.nvim/lua/avante
Hanchin Hsieh c1f1a89d74 feat(llm_tools): add git diff and commit functions (#1295)
Added two new functions to support git operations:

- git_diff: Get git diff for generating commit message (both staged and unstaged changes)

- git_commit: Commit changes with commit message and optional signing

These functions also support:

- GPG signing if available and configured

- Automatic staging of files if scope is provided

- User confirmation before committing

- Signed-off-by line with git user info

Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
2025-02-18 22:56:50 +08:00
..
2025-02-12 22:19:55 +08:00
2025-02-11 01:43:01 +08:00
2025-02-06 19:13:47 +08:00
2025-02-06 19:13:47 +08:00
2025-02-17 18:49:29 +08:00
2024-11-23 21:49:33 +08:00
2025-02-12 22:19:55 +08:00
2024-11-23 20:23:05 +08:00
2024-12-13 23:24:29 +08:00