From d9fc7b77c52ec321afd7ae643156006edd642820 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 3 Feb 2026 11:46:56 +0100 Subject: [PATCH] fix: return full content on first snapshot call instead of message --- playwriter/src/clean-html.ts | 44 +++++++++++---------------------- playwriter/src/executor.ts | 14 ++++------- playwriter/src/page-markdown.ts | 19 ++++---------- playwriter/src/skill.md | 6 ++--- 4 files changed, 28 insertions(+), 55 deletions(-) diff --git a/playwriter/src/clean-html.ts b/playwriter/src/clean-html.ts index b2c7313..6162bb4 100644 --- a/playwriter/src/clean-html.ts +++ b/playwriter/src/clean-html.ts @@ -65,40 +65,26 @@ export async function getCleanHTML(options: GetCleanHTMLOptions): Promise