-
基于 Rust 写的命令行小工具:用 LLM 生成 Commit Message
-
安装:
cargo install aic -
配置:
aic config setup --api-token your_deepseek_token --api-base-url https://api.deepseek.com --model deepseek-chat -
使用:
aic(对 staged/cached 的内容生成 commit message);aic -a(git add . && aic);aic -ac(git add . && aic,直接提交生成的 commit message)