continuous session

This commit is contained in:
Your Name
2026-03-06 20:28:23 +00:00
parent 7ec477d40d
commit ca184a386e
35 changed files with 947 additions and 53 deletions
@@ -1846,6 +1846,15 @@ const SETTINGS_SCHEMA = {
'Enable model steering (user hints) to guide the model during tool execution.',
showInDialog: true,
},
continuousSession: {
type: 'boolean',
label: 'Continuous Session',
category: 'Experimental',
requiresRestart: false,
default: false,
description: 'Enables tool and prompts for a continuous session effect.',
showInDialog: true,
},
directWebFetch: {
type: 'boolean',
label: 'Direct Web Fetch',