mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-14 14:12:44 +00:00
fix(update): skip cua-driver refresh when Applications is unwritable
This commit is contained in:
parent
c13281ab57
commit
d8b51269ca
5 changed files with 98 additions and 4 deletions
|
|
@ -708,6 +708,14 @@ _SCHEMA_OVERRIDES: Dict[str, Dict[str, Any]] = {
|
|||
),
|
||||
"options": ["stash", "discard"],
|
||||
},
|
||||
"updates.refresh_cua_driver": {
|
||||
"type": "bool",
|
||||
"description": (
|
||||
"Refresh an already-installed cua-driver during hermes update. "
|
||||
"Disable this on non-admin macOS accounts where /Applications is "
|
||||
"not writable."
|
||||
),
|
||||
},
|
||||
}
|
||||
|
||||
# Categories with fewer fields get merged into "general" to avoid tab sprawl.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue