feat(ext): add experimentalIncludeAllTabs UI

This commit is contained in:
Simon
2026-03-30 20:25:04 +08:00
parent 312952ec41
commit cad033d63b
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -126,6 +126,7 @@ export function useAgent(): UseAgentResult {
maxSteps,
systemInstruction,
experimentalLlmsTxt,
experimentalIncludeAllTabs,
disableNamedToolChoice,
...llmConfig
}: ExtConfig) => {
@@ -139,6 +140,7 @@ export function useAgent(): UseAgentResult {
maxSteps,
systemInstruction,
experimentalLlmsTxt,
experimentalIncludeAllTabs,
disableNamedToolChoice,
}
await chrome.storage.local.set({ advancedConfig })