mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-18 09:54:36 -04:00
An inline screenshot is re-sent on every request for as long as it sits in history, and a full-page render could reach 1920x16384. Inline images are now rendered at most 1280 wide and 4096 tall (measured after the reflow, so short pages aren't padded), files keep full size; the conversation keeps only the newest two images, older tool results keep their text with a note; the MCP transport releases its buffer after a large response.