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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ HyperAgent exposes a TypeScript SDK for browser automation with three primary pa
129
129
- Aligned examine-dom action instruction prompt with the actual supported method set (removed guidance implying arbitrary Playwright methods are valid).
130
130
- Replay cached-step execution now honors `cdpActions: false` by skipping CDP XPath resolution/runtime initialization and using Playwright-path action execution for that attempt.
131
131
- Normalized CLI shutdown failure logging in `cli/index.ts` to use `formatCliError`, avoiding raw unsanitized shutdown diagnostics.
132
+
- Normalized CLI per-step failure rendering in `cli/index.ts` so action error messages are sanitized/truncated via `formatCliError` before display.
132
133
- Expanded top-level package exports for key workflow/config types at `@hyperbrowser/agent`.
133
134
- Removed stale script entry (`build-dom-tree-script`) and improved README usage docs.
134
135
- Added canonical single-action debug writer helper (`writePerformDebug`) while preserving deprecated alias compatibility.
0 commit comments