You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added actions.fields config support so repository-specific workflow inputs are sent on every Actions hydration, with CLI -f key=value overrides. Thanks @vincentkoc.
Added a command-doc drift check to npm run docs:check so every top-level CLI command has a matching command page and index entry. Thanks @stainlu.
Fixed
Deferred run-history creation against legacy coordinators until a lease is known, avoiding noisy invalid_lease_id failures before command execution. Thanks @vincentkoc.
Suppressed repeated run-event append warnings when a legacy coordinator does not support the newer run-event path. Thanks @vincentkoc.
Fixed recorded run logs so long noisy commands are stored in bounded chunks instead of losing the failure evidence between the first output events and the final tail.
Forced SSH to use Crabbox's per-lease identity file so local SSH-agent keys cannot exhaust server auth attempts before the runner key is tried.