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
- RunRecord persists the effective run id (the active run a queued
scheduled prompt merged into), so automation activity and excerpts
resolve the real transcript; the requested id remains in thread logs as
the dispatch correlation id. The thread-less bypass honors the same
contract.
- A queued chat start also aborts the caller-attached committed-stream
tasks (the chat WS per-start subscriber keyed to the never-started run),
not just the bound channel stream.
- Thread-bound automations skip job-agent validation on create/update
(the thread's agent executes; a stale automation agent must not 400 an
unrelated edit) and the desktop list derives the agent pill from the
bound thread — no pill when unknown — instead of showing the inert
automation agent.
- rustfmt: fold the run_management import block flagged in review.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments