fix(cli): Remove duplicate auto-accept indicator

- The auto-accept edits indicator was appearing in two places:
  once next to the loading indicator and again in the CWD bar.
- This was introduced when the CWD bar was made always visible.
- This commit removes the duplicate indicator, leaving only the one
  in the CWD bar.

Fixes https://b.corp.google.com/issues/418498237
This commit is contained in:
Taylor Mullen 2025-05-18 00:30:13 -07:00 committed by N. Taylor Mullen
parent 3aaeb44739
commit 0d4e0fe647
1 changed files with 0 additions and 3 deletions

View File

@ -330,9 +330,6 @@ export const App = ({
isLoading={streamingState === StreamingState.Responding} isLoading={streamingState === StreamingState.Responding}
currentLoadingPhrase={currentLoadingPhrase} currentLoadingPhrase={currentLoadingPhrase}
elapsedTime={elapsedTime} elapsedTime={elapsedTime}
rightContent={
showAutoAcceptIndicator ? <AutoAcceptIndicator /> : undefined
}
/> />
<Box <Box
marginTop={1} marginTop={1}