feat(core): implement Stage 1 improvements for webfetch tool

This commit is contained in:
Aishanee Shah
2026-03-05 20:26:37 +00:00
parent 743d05b37f
commit 3bfd87530c
7 changed files with 415 additions and 148 deletions

View File

@@ -306,7 +306,7 @@ const SETTINGS_SCHEMA = {
label: 'Retry Fetch Errors',
category: 'General',
requiresRestart: false,
default: false,
default: true,
description:
'Retry on "exception TypeError: fetch failed sending request" errors.',
showInDialog: false,