From 202260bcda5e0ac547c59ad35814a869520fc556 Mon Sep 17 00:00:00 2001 From: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> Date: Thu, 19 Mar 2026 02:36:19 +0530 Subject: [PATCH 1/2] changelog: update for mar19th --- docs/changelog.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 6d91923..f7375db 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -3,6 +3,23 @@ title: "Product Updates" description: "JigsawStack updates and announcements" --- + +### APIs +- **AI Scraper** + * Fixed timeout issues with proper fallback handling + * Improved reliability for websites with advanced bot protection + +- **Web Search** + * Improved result consistency for social content searches + +### Interfaze +- **Playground** + * Added Translation as a new feature on Interfaze — includes a new singular run task and examples + * Fixed retry logic for failed requests and simplified error reporting + * Added JSON tree-sitter view for raw mode + * Added bounding boxes in structured output for the object detection example + * Fixed various UI bugs + From d6437cc9ca7120776657834d75572dea55a9a632 Mon Sep 17 00:00:00 2001 From: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> Date: Thu, 19 Mar 2026 02:38:26 +0530 Subject: [PATCH 2/2] feat: update --- docs/changelog.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index f7375db..675b253 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -14,7 +14,8 @@ description: "JigsawStack updates and announcements" ### Interfaze - **Playground** - * Added Translation as a new feature on Interfaze — includes a new singular run task and examples + * Added Translation as a new feature on Interfaze + * Includes a new singular run task and examples * Fixed retry logic for failed requests and simplified error reporting * Added JSON tree-sitter view for raw mode * Added bounding boxes in structured output for the object detection example