{pattern.title}
{pattern.body}
Workspace Browser
Local administration surfaces for the Workspace backend. Runtime Connections v0 is editable through typed APIs; broader admin controls remain bounded placeholders.
Authority boundary
{SETTINGS_PERMISSION_NOTICE}
editable
{SETTINGS_SECTIONS.find((section) => section.id === "runtime-connections")?.summary}
{#if runtimeLoading} {:else if runtimeError} {:else if runtimeSettings}| Runtime | Source | Connection | Status | Actions |
|---|---|---|---|---|
{runtimeSettings.embedded.display_name}
{runtimeSettings.embedded.runtime_id}
|
embedded Workspace backend process | Local Backend runtime | {runtimeSettings.embedded.status} {#if runtimeSettings.embedded.restart_required} restart required {/if} | Managed by backend |
| {@render DiagnosticsList({ diagnostics: runtimeSettings.embedded.diagnostics })} | ||||
{remote.display_name}
{remote.runtime_id}
|
remote Configured Runtime endpoint | Endpoint: {remote.endpoint_configured ? "configured" : "not configured"} {#if remote.endpoint_configured}hidden{/if} Token: {remote.token_ref_configured ? "configured" : "not configured"} | {remote.status} {#if remote.restart_required} restart required {/if} |
|
| {@render DiagnosticsList({ diagnostics: remote.diagnostics })} | ||||
|
Test: {test.state}
{test.health_result} · {test.checked_at}
{test.compatibility_basis} {#if available.length > 0}Verified areas: {available.join(', ')} {/if} {#if unchecked.length > 0}Unchecked warning areas: {unchecked.join(', ')} {/if} {@render DiagnosticsList({ diagnostics: test.diagnostics })} |
||||
{section.status}
{section.summary}
{workspace?.workspace_id ?? "loading"}Implementation patterns
{pattern.body}