Skip to content

v0.2.0

Choose a tag to compare

@youssefvdel youssefvdel released this 04 Jun 16:23
· 138 commits to main since this release

[0.2.0] - 2026-06-04

Added

  • Dashboard Web Interface: Complete vanilla HTML/JS dashboard with 5 pages (overview, logs, accounts, network, settings)
  • Claymorphism Design: Warm cream/beige color palette with sage green accents (#F5F1EA bg, #5E9D5C accent)
  • Unified Sidebar Navigation: Consistent navigation across all dashboard pages
  • 12-Hour Time Format: All timestamps now display in 12-hour AM/PM format
  • 100% Width Layout: Dashboard pages use full available width
  • CLI Tool qg: Command-line interface for account management (login, list, remove)
  • One-Command Install Script: curl -sSL https://raw.githubusercontent.com/youssefvdel/qwen-gate/main/install.sh | bash
  • Network Debug Page: View outbound API calls with expandable detail panels
  • System Logs Panel: Real-time system logs in overview dashboard
  • Session Pool Dashboard: Live session utilization bar and model health table

Changed

  • Dashboard Architecture: Replaced Astro+SolidJS with vanilla HTML/JS (no build step)
  • Browser Automation: Migrated from Playwright to CloakBrowser for enhanced stealth
  • Dashboard Styling: Applied Claymorphism design with soft shadows, 16px border radius, and Poppins typography
  • Log Entry Layout: Two-column grid (70/30 split) with Raw/Processed Output side-by-side
  • Chunk Stream: Fills 100% height with internal scroll, unfolds by default
  • Network Page: Fixed JavaScript syntax errors (template literal escaping, \n\\n)

Fixed

  • Thinking Emission Leak: Deferred thinking emission until after echo detection completes
  • Token Waste: Abort upstream requests immediately on echo detection
  • Streaming Delta Ordering: Fixed pattern ordering (B→C→A→D→E) with negative lookbehind
  • Marker Leakage: Prevented [READ TOOL RESULT] marker from appearing in user output
  • Tool Result Echo Filter: Integrated filter in streaming delta loop
  • API Key Injection: Fixed template literal escape sequences in network page (\'"'")
  • Browser Profile Tracking: Added .gitignore rules to exclude runtime browser profiles