chore: auto-update files

Charm created

Change summary

schema.json | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

schema.json 🔗

@@ -650,6 +650,11 @@
         "completions": {
           "$ref": "#/$defs/Completions",
           "description": "Completions UI options"
+        },
+        "transparent": {
+          "type": "boolean",
+          "description": "Enable transparent background for the TUI interface",
+          "default": false
         }
       },
       "additionalProperties": false,