From 2926de22939631c1944dfa8601f7be1a087aced1 Mon Sep 17 00:00:00 2001 From: Clint Ayres Date: Fri, 7 Aug 2026 13:56:36 +0100 Subject: [PATCH] docs: document full_page param on review-snapshot --- skills/subtext-session/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/subtext-session/SKILL.md b/skills/subtext-session/SKILL.md index b2f9f8f..3dfee0a 100644 --- a/skills/subtext-session/SKILL.md +++ b/skills/subtext-session/SKILL.md @@ -102,6 +102,7 @@ review-zoom resolution={ defect: "detail" } - `include` — any of `image`, `tree`, `boxes`. - `expand_pct` — grows the `component_id` clip outward by this percent (0–100) for surrounding context. - `upload` — store the screenshot and return a shareable signed URL. +- `full_page` — capture the whole scrollable page instead of the viewport. Requires `include` to contain `image`; can't be combined with `component_id`. These images are big — pair with `upload`. Ignored for mobile session pages. No network/console excerpts are stapled onto a snapshot — signals only come from `review-zoom`. Want the requests or logs around a moment? Zoom that window.