mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
feat(cli): Add hideTips setting (#1524)
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
parent
1732e90d52
commit
d1eb86581c
4 changed files with 46 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ export interface Settings {
|
|||
|
||||
// UI setting. Does not display the ANSI-controlled terminal title.
|
||||
hideWindowTitle?: boolean;
|
||||
hideTips?: boolean;
|
||||
|
||||
// Add other settings here.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue