# In chat mode, use these commands:
/sessions # List all saved sessions
/new [name] # Start new session
/load <number> # Load session by number
/history # Show current session history
/clear # Clear all sessions
/help # Show help
# Or via degeni CLI:
degeni sessions # List sessions
degeni session new "My Chat" # Create session
degeni session load 1 # Load session #1
degeni session delete 1 # Delete session
degeni session clear # Clear all
Troubleshooting (NEW!)
degeni diagnose # 🔍 Diagnose all problems
degeni fix # Same as diagnose + auto-fix options
# Checks:
# [1] Proxy Server - online/offline
# [2] Accounts - ada atau tidak
# [3] Rate Limits - quota exceeded
# [4] Auth Errors - token expired
# [5] Suspended - akun di-suspend
# [6] API Connection - responding atau tidak
# Auto-fix options jika ada masalah!
Account Management
degeni # Interactive menu
degeni list # List accounts
degeni add # Add new account
degeni disable # Disable account
degeni enable # Enable account
degeni restart # Restart & unsuspend
degeni test # Test accounts
Model & Dashboard
degeni model # Switch AI model
degeni dash # Open live dashboard
degeni status # System status
degeni errors # View error logs
🌐 Live Dashboard
Dashboard dengan real-time data - bukan dummy!
# Start dashboard
~/DEGENI/start-dashboard.sh
# Open in browser
# http://localhost:8080/dashboard.html
Dashboard Features
| Feature | Action | Status |
|---------|--------|--------|
| Server Status | Auto-refresh | ✅ LIVE |
| Account List | Click to toggle | ✅ LIVE |
| Switch Model | Click to switch | ✅ LIVE |
| Restart Proxy | Click button | ✅ LIVE |
| Test Connection | Click button | ✅ LIVE |
| System Logs | Auto-refresh 5s | ✅ LIVE |
Semua aksi tinggal KLIK - langsung execute!
🤖 Available Models
Claude Wrappers (via Antigravity)
| Model | Best For |
|-------|----------|
| gemini-claude-sonnet-4-5-thinking ⭐ | Coding, Analysis |
| gemini-claude-opus-4-5-thinking | Complex reasoning |
| gemini-claude-sonnet-4-5 | General tasks |
Gemini Models
| Model | Best For |
|-------|----------|
| gemini-3-pro-preview | All-purpose, Latest |
| gemini-2.5-pro | Long context |
| gemini-2.5-flash | Quick tasks |
📁 Folder Structure
~/DEGENI/
├── install.sh # One-shot installer
├── start-dashboard.sh # Start live dashboard
├── bin/
│ ├── degeni # Main CLI tool
│ ├── ai # AI wrapper with session support
│ ├── degeni-api # Backend API server
│ └── degeni-session # Session manager
├── ui/
│ ├── dashboard.html # Live dashboard
│ └── favicon.svg # Dashboard icon
├── sessions/ # Saved chat sessions (JSON)
├── config/
├── logs/
└── README.md
🔧 API Endpoints
Dashboard menggunakan backend API untuk real-time data:
| Endpoint | Method | Fungsi |
|----------|--------|--------|
| /api/status | GET | Server status + account count |
| /api/accounts | GET | List all accounts |
| /api/models | GET | Available models |
| /api/logs | GET | Recent logs |
| /api/config | GET | Current model config |
| /api/restart | POST | Restart proxy server |
| /api/test | POST | Test API connection |
| /api/account/toggle | POST | Enable/disable account |
| /api/model/switch | POST | Switch AI model |
API Server:http://localhost:8321
🔧 Troubleshooting
Error: auth_unavailable
degeni restart
Error: payment_required
# Add another account or switch model
degeni add
degeni model # Select: gemini-3-pro-preview