Initial Release: OpenQode Public Alpha v1.3

This commit is contained in:
Gemini AI
2025-12-14 00:40:14 +04:00
Unverified
commit 8e8d80c110
119 changed files with 31174 additions and 0 deletions

20
run_legacy.sh Normal file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
echo "---------------------------------------------------"
echo " OPENQODE CLASSIC TUI LAUNCHER (Gen 4)"
echo "---------------------------------------------------"
echo ""
if [ ! -d "node_modules" ]; then
echo "[INFO] First run detected! Installing dependencies..."
npm install
if [ $? -ne 0 ]; then
echo "[ERROR] Failed to install dependencies. Please install Node.js."
exit 1
fi
echo "[SUCCESS] Dependencies installed!"
echo ""
fi
echo "[INFO] Starting Classic Interface..."
echo ""
node bin/opencode-tui.cjs