This release did not ship. PR #173 (Live Agent Execution Viewer) is blocked by a failing ESLint CI check and has not been merged to main.
Marketing content will be generated once the lint issue is resolved and the release is confirmed merged and tagged.
The merge is being blocked by a CI lint check failure. Here's the situation:
PR #173 — feat: Live Agent Execution Viewer — real-time terminal in Live Preview — cannot be merged because the required Lint CI check is failing.
This is a significant new feature:
AgentLiveExecution component (src/components/agent-live-execution.tsx) — 1,008 lines of new code adding a real-time Devin/Cursor-style agent terminal to the Live Preview section, with SSE streaming, tabbed event feed (Activity/Reasoning/Files), inline diff viewer, and tool call expansion.LivePreviewTabs component (src/components/live-preview-tabs.tsx) — 75 lines of new code wrapping the above with the existing Design Previews tab.live-preview/page.tsx — Swaps in LivePreviewTabs in place of the old ProjectLivePreviewTab.The GitHub branch protection rules require the Lint check to pass before merging. The CI reported a lint failure, though no specific error output was captured in the logs.
feat/live-agent-execution-viewer branch — run eslint locally or check the full GitHub Actions log for the specific rule/file that's failing.agent-live-execution.tsx file) and push a fix commit.v1.0.155.I cannot bypass the CI gate — this is a safeguard to ensure no broken code lands on main. Please fix the lint issue and try again!