File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# --- Configuration ---
55REPO_URL=" https://github.com/apiad/starter.git"
6+ VERSION=" 0.9.0"
67
78# --- Functions ---
89banner () {
@@ -13,7 +14,7 @@ banner() {
1314 echo " | |_| | __/ | | | | | | | | | |"
1415 echo " \____|\___|_| |_| |_|_|_| |_|_|"
1516 echo -e " \033[0m"
16- echo -e " \033[1;32m Gemini CLI Starter Scaffolding\033[0m"
17+ echo -e " \033[1;32m Gemini CLI Starter Scaffolding v $VERSION \033[0m"
1718 echo " ------------------------------------------"
1819}
1920
Original file line number Diff line number Diff line change 33- Released v0.9.0 with the new ` /debug ` command and forensic ` debugger ` subagent for root-cause analysis (RCA).
44- Refined ` scaffold ` and ` revise ` command instructions for better clarity and consistency.
55- Implemented the ` install.sh ` scaffolding script to automate project bootstrapping from the ` apiad/starter ` template.
6- - Added a professional ASCII banner to the ` install.sh ` script for improved UX.
6+ - Added a professional ASCII banner to the ` install.sh ` script for improved UX, now including the version (v0.9.0) .
You can’t perform that action at this time.
0 commit comments