feat: InvocationList.detachedEnabled — detached feature flag on the list RPC
Some checks are pending
Security / Security check (push) Waiting to run

Regenerated stubs for the additive proto field; lets the runs
monitor distinguish 'feature off' from 'on, but no runs yet'.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-07-18 00:16:36 +02:00
parent 9849bd7731
commit ca9d8f2879
3 changed files with 23 additions and 1 deletions

View file

@ -6,6 +6,10 @@ for the authoritative per-release detail.
## Unreleased
- `InvocationList.detachedEnabled`: whether the operator enabled
detached invocations — monitor UIs can distinguish "feature off"
from "on, but no runs yet". Regenerated stubs.
- `planSetup()`: guided-setup plan preview over the hub connection
(the new `PlanSetup` HubAdmin RPC) — returns the assembled plan
(scenario, steps, config keys) without spawning the `chain` CLI.