Preserve thinking content for providers that require it (#8857)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-05-15 12:36:25 +02:00
committed by GitHub
parent 401f8e86ba
commit 537eb23fb2
28 changed files with 1117 additions and 46 deletions
@@ -2108,6 +2108,7 @@ fn add_provider() -> anyhow::Result<()> {
requires_auth,
catalog_provider_id: None,
base_path,
preserves_thinking: None,
})?;
cliclack::outro(format!("Custom provider added: {}", display_name))?;