Merge branch 'main' into feat/token_display

This commit is contained in:
qqqys 2026-03-18 21:40:16 +08:00 committed by GitHub
commit b66b390d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
195 changed files with 23765 additions and 2508 deletions

View file

@ -115,8 +115,8 @@ export const Composer = () => {
{/* Exclusive area: only one component visible at a time */}
{/* Hide footer when a confirmation dialog (e.g. ask_user_question) is active */}
{!showSuggestions &&
uiState.streamingState !== StreamingState.WaitingForConfirmation &&
{uiState.isInputActive &&
!showSuggestions &&
(showShortcuts ? (
<KeyboardShortcuts />
) : (