File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,11 +151,4 @@ git add .
151151git commit -m " feat: integrate Gemini CLI framework" -q
152152
153153echo " ✅ Gemini CLI framework integrated successfully!"
154- echo " 🚀 Starting Gemini CLI..."
155-
156- # Run the gemini CLI
157- if command -v gemini > /dev/null 2>&1 ; then
158- exec gemini
159- else
160- echo " ⚠️ 'gemini' command not found. Please ensure the Gemini CLI is installed and in your PATH."
161- fi
154+ echo " 🚀 Run 'gemini /onboard' to get started with your new project!"
Original file line number Diff line number Diff line change @@ -101,11 +101,4 @@ git add .
101101git commit -m " Initial commit" -q
102102
103103echo " ✅ Project $PROJECT_NAME scaffolded successfully!"
104- echo " 🚀 Starting Gemini CLI..."
105-
106- # Run the gemini CLI
107- if command -v gemini > /dev/null 2>&1 ; then
108- exec gemini
109- else
110- echo " ⚠️ 'gemini' command not found. Please ensure the Gemini CLI is installed and in your PATH."
111- fi
104+ echo " 🚀 Run 'gemini /onboard' to get started with your new project!"
Original file line number Diff line number Diff line change 55- Implemented the ` install.sh ` scaffolding script to automate project bootstrapping from the ` apiad/starter ` template.
66- Added a professional ASCII banner to the ` install.sh ` script for improved UX, now including the version (v0.9.0).
77- Implemented the ` add-gemini.sh ` script for integrating the framework into existing repositories.
8+ - Updated ` install.sh ` and ` add-gemini.sh ` to suggest running ` gemini /onboard ` instead of launching the CLI automatically.
You can’t perform that action at this time.
0 commit comments