Skip to content

v2.6.3 - Top Active Session Selector & Auto-Refresh

Latest

Choose a tag to compare

@Dwsy Dwsy released this 21 Dec 04:04
· 9 commits to main since this release

[2.6.3] - 2025-12-21

✨ New Features

  • Top Active Session Selector: Added a compact dropdown menu in the navigation bar for quick session switching
    • Real-time display of active session count with animated status indicators
    • Dropdown menu showing all active sessions with project path and summary
    • Instant session switching with a single click
    • Visual distinction for current session
    • Responsive design (auto-hidden on mobile)
    • Multi-language support (Simplified Chinese, Traditional Chinese, English)

🚀 Improvements

  • Session Management Auto-Refresh: Enhanced user experience
    • Auto-fetch active sessions on page load (no manual refresh needed)
    • WebSocket dynamic listener for real-time updates
    • Smart debouncing (300ms delay) to prevent excessive refreshes
    • Automatic detection of session state changes (create, update, complete, timeout, expire, error)

🔧 Technical Optimizations

  • Frontend Performance: Added render debouncing to reduce unnecessary DOM operations
  • Code Architecture: Modular design for better maintainability
  • Internationalization: Added translation strings for active session features