Skip to content

fix(web): roll back timed-out preview resizes - #4341

Closed
nateEc wants to merge 2 commits into
pingdotgg:mainfrom
nateEc:codex/fix-3712-preview-resize-rollback
Closed

nateEc wants to merge 2 commits into
pingdotgg:mainfrom
nateEc:codex/fix-3712-preview-resize-rollback

fix(web): serialize preview resize transactions

584eaa3
Select commit
Loading
Failed to load commit list.
MacroscopeApp / Macroscope - Effect Service Conventions succeeded Jul 24, 2026 in 24s

Effect Service Conventions: No issues found

All clear

Details

Note

Your check run agent prompt is: .macroscope/check-run-agents/effect-service-conventions.md
More information about how Check Run Agents work can be found in our Help Center.


🔍 Agent activity — reasoning, no tool calls

💭 Looking at the diff to see what's actually changing here. There are two new files and updates to PreviewAutomationHosts.tsx, which are React components and utilities rather than Effect service definitions. The new previewResizeTransaction.ts file is a pure helper that imports types from the contracts package and uses promises, so it's not relying on Effect services. The test file and the component changes don't introduce or violate any Effect service conventions either — this is all about a promise-based transaction queue for preview resizing. Since there are no Effect service definitions being created or refactored in a way that breaks conventions, this looks fine.


Agent Credits: 18 credits