feat:Add 3 new LLM providers and optimize the readme.

This commit is contained in:
2026-01-30 16:47:19 +08:00
parent f610c0af8b
commit 2a57946421
13 changed files with 1483 additions and 377 deletions

View File

@@ -22,7 +22,7 @@ pub struct InitCommand {
impl InitCommand {
pub async fn execute(&self) -> Result<()> {
println!("{}", "🚀 Initializing QuicCommit...".bold().cyan());
println!("{}", "🚀 Initializing QuiCommit...".bold().cyan());
let config_path = crate::config::AppConfig::default_path()?;
@@ -57,7 +57,7 @@ impl InitCommand {
manager.save()?;
println!("{}", "✅ QuicCommit initialized successfully!".bold().green());
println!("{}", "✅ QuiCommit initialized successfully!".bold().green());
println!("\nConfig file: {}", config_path.display());
println!("\nNext steps:");
println!(" 1. Create a profile: {}", "quicommit profile add".cyan());