Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 22:24:14 -04:00
parent 1ca4224377
commit a097adf4eb
62 changed files with 2707 additions and 957 deletions
@@ -696,6 +696,45 @@
"max": 95,
"step": 5
},
{
"key": "webcamEnabled",
"title": "Camera access",
"group": "Camera",
"default": false,
"type": "boolean",
"description": "Off by default. Press Allow now to start a temporary camera grant. Apply this switch if you want the feature remembered."
},
{
"key": "webcamDevice",
"title": "Camera device",
"group": "Camera",
"default": "",
"type": "device",
"mediaClass": "Video/Source",
"description": "System default follows PipeWire. Refresh the list after connecting a camera."
},
{
"key": "webcamGrantMinutes",
"title": "Camera grant duration (minutes)",
"group": "Camera",
"default": 3,
"type": "number",
"description": "Camera access expires automatically. Changing this revokes an active grant.",
"min": 1,
"max": 15,
"step": 1
},
{
"key": "webcamMaxEdge",
"title": "Camera still maximum edge (pixels)",
"group": "Camera",
"default": 720,
"type": "number",
"description": "Larger stills preserve detail but take more memory.",
"min": 320,
"max": 1280,
"step": 80
},
{
"key": "modelProfile",
"title": "Chat model profile",