docs: refresh config schema mirror refs

This commit is contained in:
Peter Steinberger
2026-04-04 20:38:15 +01:00
parent 420f2191f5
commit 0ef29325ed
2 changed files with 6 additions and 5 deletions

View File

@@ -93,8 +93,9 @@ The Control UI can localize itself on first load based on your browser locale, a
- Config writes include a base-hash guard to prevent clobbering concurrent edits
- Config writes (`config.set`/`config.apply`/`config.patch`) also preflight active SecretRef resolution for refs in the submitted config payload; unresolved active submitted refs are rejected before write
- Config schema + form rendering (`config.schema` / `config.schema.lookup`,
including field labels/help plus plugin + channel schemas when available);
Raw JSON editor is available only when the snapshot has a safe raw round-trip
including field `title` / `description`, matched UI hints, immediate child
summaries, plus plugin + channel schemas when available); Raw JSON editor is
available only when the snapshot has a safe raw round-trip
- If a snapshot cannot safely round-trip raw text, Control UI forces Form mode and disables Raw mode for that snapshot
- Structured SecretRef object values are rendered read-only in form text inputs to prevent accidental object-to-string corruption
- Debug: status/health/models snapshots + event log + manual RPC calls (`status`, `health`, `models.list`)