feat(cli): add hideBanner setting to disable startup banner (#2803)

Co-authored-by: Pascal Birchler <pascalb@google.com>
This commit is contained in:
K
2025-07-14 10:07:31 +05:30
committed by GitHub
parent 8d0a4082a4
commit 3110e8f810
4 changed files with 54 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ export interface Settings {
// UI setting. Does not display the ANSI-controlled terminal title.
hideWindowTitle?: boolean;
hideTips?: boolean;
hideBanner?: boolean;
// Setting for setting maximum number of user/model/tool turns in a session.
maxSessionTurns?: number;