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
feat(frontend): inline executor failures via ExecutorCard; drop notification toast
koan_request_executor's tool result is now a JSON payload
{status, exit_code, error} (instead of a flat status string), letting
the frontend render the failing executor's terminal error directly in
the ExecutorCard tied to that tool call's call_id. The 'agent_exited
with error' notification toast is removed -- executor failures surface
inline on the card, orchestrator failures surface via agent.error in
the projection.
- ExecutorCard renderer + .ktc--executor-failed styling
- Drop projection 'agent_exited' notification append
- mcp_endpoint emits JSON status payload from request_executor
- test_projections updated to assert no notification on exit-with-error
0 commit comments