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
fix: route scheduled follow-up prompts through backend AG-UI proxy
The trigger was posting directly to the runner, bypassing the backend's
AG-UI proxy. Events from these runs weren't persisted or broadcast to
the UI, so the user couldn't see the response.
Now the trigger posts to the backend's /agui/run endpoint using its
service account token. The backend proxy handles event persistence and
broadcasting to UI subscribers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments