Pre-flight checks
OpenCode version reviewed
1.15.13
Problem statement
Currently the quota formatStyle is set at the root config, which used for tuiSidebarPanel and tuiCompactStatus to display the quota information. However, enabling both sidebar and compact status, shows similar information which is redundant.
Proposed change
Allow formatStyle config within tuiSidebarPanel and tuiCompactStatus to override the root formatStyle config so user can have different information for different places (e.g. allWindows for sidebar panel and singleWindow for compact status).
Alternatives considered
Set tuiCompactStatus.sessionPrompt to false so it doesn't show.
Acceptance criteria
Pre-flight checks
OpenCode version reviewed
1.15.13
Problem statement
Currently the quota
formatStyleis set at the root config, which used fortuiSidebarPanelandtuiCompactStatusto display the quota information. However, enabling both sidebar and compact status, shows similar information which is redundant.Proposed change
Allow
formatStyleconfig withintuiSidebarPanelandtuiCompactStatusto override the rootformatStyleconfig so user can have different information for different places (e.g.allWindowsfor sidebar panel andsingleWindowfor compact status).Alternatives considered
Set
tuiCompactStatus.sessionPrompttofalseso it doesn't show.Acceptance criteria
formatStyleintuiSidebarPanelconfig, THEN the sidebar panel quota is shown based on thetuiSidebarPanel.formatStyleconfig.formatStyleintuiCompactStatusconfig, THEN the compact status quota is shown based on thetuiCompactStatus.formatStyleconfig.