console::on-config-change
Internal: re-apply the console's injectable-UI per-worker toggles when the console configuration entry changes.
- okbooleanrequired
Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.
exact versions are immutable; binary and bundle artifacts are digest-pinned.
Internal: re-apply the console's injectable-UI per-worker toggles when the console configuration entry changes.
Return the console worker's runtime knobs: http_port, engine_url, and version.
iii engine WebSocket URL the worker is proxying to.
TCP port the worker is serving the UI and `/ws` on.
Worker version (matches `Cargo.toml`).
Serve the console worker's injected console UI assets (content function for its console:script / console:style triggers).
The asset path from the trigger config (e.g. `state/page.js`).
The asset source, verbatim.
MIME type the console should serve the asset with.
List the injected console UI assets currently loadable: path, kind (script/style), content hash, and style-lint warnings.
The loadable set: assets of per-worker-disabled workers are held but excluded here (and from tab syncs) until re-enabled.
Short asset kind — trigger type ids are `console:*`, kinds stay `script`/`style` in push payloads and the manifest.
Best-effort registrant attribution. Not resolved in this build — always `null` (the `<worker>/` path prefix is the human-readable attribution).
`true` when the `injectable_ui` kill switch is off — the trigger types are unregistered and `/ui` + `/vendor` are not served.
Per-worker summary — includes disabled workers (their toggle state lives in the console configuration's `injectableUi.disabledWorkers`).
Number of registered assets (served only while enabled).
`false` while the worker is in the console configuration's `injectableUi.disabledWorkers` list.
Worker name — the first segment of its asset paths.
A console tab's live-update subscription. The trigger's function_id is the per-tab handler the console pushes sync/set/delete asset events to.
An ESM JavaScript asset injected into the console UI. `config.path` is the asset identity (re-registering a path overrides it); the trigger's function_id is the content function the console fetches source from.
Asset identity. Convention: `<worker>/<name>.<ext>`. Re-registering a path overrides it.
A CSS asset injected into the console UI. Same contract as console:script with a .css path.
Asset identity. Convention: `<worker>/<name>.<ext>`. Re-registering a path overrides it.