git-ai 1.1.1

Git AI: Automates commit messages using ChatGPT. Stage your files, and Git AI generates the messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod commit;
pub mod config;
pub mod hook;
pub mod style;
pub mod model;
pub mod filesystem;
pub mod openai;
pub mod profiling;
pub mod function_calling;
pub mod multi_step_analysis;
pub mod multi_step_integration;
pub mod simple_multi_step;
pub mod debug_output;
pub mod generation;

// Re-exports
pub use profiling::Profile;