mirror of
https://github.com/wu736139669/OpsPilot.git
synced 2026-08-05 06:23:35 +00:00
The session status bar code was referencing projAgents and termContent before their const declarations, causing a ReferenceError (TDZ). Moved the declarations to the top of the section. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>