migrate to settings.json

This commit is contained in:
2026-06-10 16:28:49 -04:00
parent d476821d74
commit 19ae7504b5
3 changed files with 63 additions and 27 deletions

View File

@@ -585,7 +585,7 @@ export default function (pi: ExtensionAPI) {
const reachable = await isFirecrawlReachable();
if (!reachable) {
ctx.ui.notify(
"Deep Research: Firecrawl endpoint unreachable — searches will fail. Check FIRECRAWL_BASE_URL in settings.json or env.",
"Deep Research: Firecrawl endpoint unreachable — searches will fail. Set firecrawl.baseUrl in settings.json (global or project) or the FIRECRAWL_BASE_URL env var.",
"warning",
);
}