mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: Ensure CWD and auto-accept indicator are always visible
- This commit addresses an issue where the Current Working Directory (CWD) and the auto-accept indicator were not consistently visible, especially when tool confirmations were displayed. - Previously, the CWD could be hidden during tool confirmation prompts, potentially leading to confusion about the context in which Gemini CLI was operating. Fixes https://b.corp.google.com/issues/414289185
This commit is contained in:
committed by
N. Taylor Mullen
parent
aca27709df
commit
5bddf40fd1
@@ -334,7 +334,6 @@ export const App = ({
|
||||
showAutoAcceptIndicator ? <AutoAcceptIndicator /> : undefined
|
||||
}
|
||||
/>
|
||||
{isInputActive && (
|
||||
<Box
|
||||
marginTop={1}
|
||||
display="flex"
|
||||
@@ -351,7 +350,6 @@ export const App = ({
|
||||
</Box>
|
||||
{showAutoAcceptIndicator && <AutoAcceptIndicator />}
|
||||
</Box>
|
||||
)}
|
||||
{isInputActive && (
|
||||
<>
|
||||
<InputPrompt
|
||||
|
||||
Reference in New Issue
Block a user