Skip to content

Commit 20ca097

Browse files
committed
Disable announcement banner
1 parent 9fd6bc6 commit 20ca097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/state/chat-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const initialState: ChatStoreState = {
165165
lastMessageMode: null,
166166
sessionCreditsUsed: 0,
167167
runState: null,
168-
isAnnouncementVisible: true,
168+
isAnnouncementVisible: false,
169169
inputMode: 'default' as InputMode,
170170
isRetrying: false,
171171
askUserState: null,

0 commit comments

Comments
 (0)