mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
feat(core): centralize compatibility checks and add TrueColor detection (#19478)
This commit is contained in:
@@ -262,6 +262,13 @@
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"showCompatibilityWarnings": {
|
||||
"title": "Show Compatibility Warnings",
|
||||
"description": "Show warnings about terminal or OS compatibility issues.",
|
||||
"markdownDescription": "Show warnings about terminal or OS compatibility issues.\n\n- Category: `UI`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"hideTips": {
|
||||
"title": "Hide Tips",
|
||||
"description": "Hide helpful tips in the UI",
|
||||
|
||||
Reference in New Issue
Block a user