From 83caeb9bcdc4a5eafda937807cd42ea8455948a6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 May 2026 18:27:35 +0300 Subject: Add YouSearch (You.com Research API) provider integration Amp-Thread-ID: https://ampcode.com/threads/T-019e45ff-4976-750c-b2e6-121d0e5991ef Co-authored-by: Amp --- internal/appconfig/app_sections.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/appconfig/app_sections.go') diff --git a/internal/appconfig/app_sections.go b/internal/appconfig/app_sections.go index 6dd60c6..05b3171 100644 --- a/internal/appconfig/app_sections.go +++ b/internal/appconfig/app_sections.go @@ -57,6 +57,8 @@ type ProviderConfig struct { AnthropicModel string `json:"anthropic_model"` // Default temperature for Anthropic requests (nil means use provider default) AnthropicTemperature *float64 `json:"anthropic_temperature"` + // YouSearch options + YouSearchResearchEffort string `json:"yousearch_research_effort"` // lite|standard|deep|exhaustive // Per-surface provider/model configurations (ordered; first entry is primary) CompletionConfigs []SurfaceConfig `json:"-"` CodeActionConfigs []SurfaceConfig `json:"-"` -- cgit v1.2.3