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
Copy file name to clipboardExpand all lines: currentState.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,9 @@ HyperAgent exposes a TypeScript SDK for browser automation with three primary pa
203
203
-`syncFrameContextManager()` now guards trap-prone frame-manager `setDebug` calls, preserving sync flow with sanitized debug warnings.
204
204
- Hardened cache-hydration debug handling in a11y context provider:
205
205
-`hydrateFrameContextFromSnapshot()` now guards trap-prone frame-manager `setDebug` calls so cache hydration continues instead of aborting early.
206
+
- Hardened frame-graph debug artifact capture in agent loop:
207
+
-`writeFrameGraphSnapshot()` now guards trap-prone frame-manager `setDebug` calls and still proceeds with frame graph serialization.
208
+
- Added regression coverage to ensure debug-setter traps do not downgrade into "Failed to write frame graph" failures.
206
209
- Refreshed remaining staged-flow wording in the CDP deep dive around OOPIF discovery to describe current execution-context sync progression without stale "Need Phase 4" phrasing.
207
210
- Hardened CDP command dispatch in Playwright session adapter:
208
211
-`PlaywrightSessionAdapter.send()` now guards trap-prone `session.send` method reads and wraps sync send failures with sanitized/diagnostic context.
0 commit comments