feat: update to latest AI models and simplify README
- Update AI models to latest versions: - Gemini: gemini-2.5-flash - OpenAI: gpt-5 - Groq: groq/compound - Drastically simplify README (90% shorter) - Focus on quick start and essential commands - Update version to 0.6.2
This commit is contained in:
+3
-3
@@ -313,9 +313,9 @@ program.command('help-quick').alias('q')
|
||||
console.log(` ${color.cyan('g u')} Undo - Undo last commit\n`);
|
||||
|
||||
console.log(color.bold('Quick Setup:'));
|
||||
console.log(` ${color.cyan('g setup --api-key gemini')} 🚀 Fast & free (recommended)`);
|
||||
console.log(` ${color.cyan('g setup --api-key openai')} 💎 High quality`);
|
||||
console.log(` ${color.cyan('g setup --api-key groq')} ⚡ Ultra fast\n`);
|
||||
console.log(` ${color.cyan('g setup --api-key gemini')} 🚀 gemini-2.5-flash (recommended)`);
|
||||
console.log(` ${color.cyan('g setup --api-key openai')} 💎 gpt-5 (high quality)`);
|
||||
console.log(` ${color.cyan('g setup --api-key groq')} ⚡ groq/compound (ultra fast)\n`);
|
||||
|
||||
console.log(color.bold('Essential Workflow:'));
|
||||
console.log(` ${color.cyan('g s')} Check what's changed`);
|
||||
|
||||
Reference in New Issue
Block a user