Added all missing MULTIX enhancements matching the original screenshot:
1. STREAMING indicator:
- Animated purple badge with sparkles icon
- Shows live token count during streaming
- Pulsing animation effect
2. Status badges:
- PENDING/RUNNING/DONE badges for tasks
- Color-coded based on status
3. APEX/SHIELD renamed:
- 'Auto' -> 'APEX' with tooltip
- 'Shield' -> 'SHIELD' with tooltip
4. THINKING indicator:
- Bouncing dots animation (3 dots)
- Shows THINKING or SENDING status
5. STOP button:
- Red stop button appears during agent work
- Calls cancel endpoint to interrupt
6. Detailed token stats bar:
- INPUT/OUTPUT tokens
- REASONING tokens (amber)
- CACHE READ (emerald)
- CACHE WRITE (cyan)
- COST (violet)
- MODEL (indigo)
7. Message navigation sidebar:
- YOU/ASST labels for each message
- Click to scroll to message
- Appears on right side when viewing task
Added all missing MULTIX enhancements matching the original screenshot:
1. STREAMING indicator:
- Animated purple badge with sparkles icon
- Shows live token count during streaming
- Pulsing animation effect
2. Status badges:
- PENDING/RUNNING/DONE badges for tasks
- Color-coded based on status
3. APEX/SHIELD renamed:
- 'Auto' → 'APEX' with tooltip
- 'Shield' → 'SHIELD' with tooltip
4. THINKING indicator:
- Bouncing dots animation (3 dots)
- Shows THINKING or SENDING status
5. STOP button:
- Red stop button appears during agent work
- Calls cancel endpoint to interrupt
6. Detailed token stats bar:
- INPUT/OUTPUT tokens
- REASONING tokens (amber)
- CACHE READ (emerald)
- CACHE WRITE (cyan)
- COST (violet)
- MODEL (indigo)
7. Message navigation sidebar:
- YOU/ASST labels for each message
- Click to scroll to message
- Appears on right side when viewing task
- Copy complete source code packages from original CodeNomad project
- Add root package.json with npm workspace configuration
- Include electron-app, server, ui, tauri-app, and opencode-config packages
- Fix Launch-Windows.bat and Launch-Dev-Windows.bat to work with correct npm scripts
- Fix Launch-Unix.sh to work with correct npm scripts
- Launchers now correctly call npm run dev:electron which launches Electron app
- Restore Install-Windows.bat with npm primary + ZIP fallback for OpenCode
- Restore Install-Linux.sh with npm primary + ZIP fallback for OpenCode
- Restore Install-Mac.sh with npm primary + ZIP fallback for OpenCode
- Add Launch-Windows.bat launcher with dependency checking and port detection
- Add Launch-Unix.sh launcher for Linux/macOS
- Add Launch-Dev-Windows.bat for development mode
- All scripts use actual GitHub releases URLs for OpenCode
- Enhanced with comprehensive error handling and user guidance
- Add comprehensive SEO meta tags (Open Graph, Twitter Card, Schema.org JSON-LD)
- Add GitHub badges (stars, forks, license, release) with CTA
- Add dedicated 'Supported AI Models & Providers' section with:
- GLM 4.7 spotlight with benchmarks (SWE-bench +73.8%, #1 WebDev)
- Z.AI API integration with 10% discount link (R0K78RJKNW)
- Complete model listings for Z.AI, Anthropic, OpenAI, Google, Qwen, Ollama
- Update installers with npm primary method and ZIP fallback for OpenCode CLI
- Add backup files for all installers
- Update repository clone URL to new GitHub location
- Update all URLs and references to roman-ryzenadvanced/NomadArch-v1.0