feat(search): add Xquik X search provider (#11370)

Merged into release/v3.8.51 via batch validation: xquik provider suites green on the combined tree (193 node:test assertions incl. your 7 new cases), check:provider-consistency OK (353 canonical providers), static gates green. Well-scoped fallbackOnly X-provider with clean citation building — thanks @kriptoburak!
This commit is contained in:
Burak Bayır
2026-08-25 07:39:39 +03:00
committed by GitHub
parent 14ca809924
commit a0ceccc6f0
70 changed files with 893 additions and 248 deletions

View File

@@ -141,6 +141,18 @@ export const SEARCH_PROVIDERS = {
"SuperGrok OAuth (xai-oauth) or xAI API key. This is Grok X Search, not the X Developer MCP.",
serviceKinds: ["webSearch"],
},
"xquik-search": {
id: "xquik-search",
alias: "xquik",
name: "Xquik X Search",
icon: "tag",
color: "#111827",
textIcon: "XQ",
website: "https://docs.xquik.com",
authHint:
"Xquik API key (xq_...). Search is metered per returned post; the catalog estimate uses 5 results.",
serviceKinds: ["webSearch"],
},
"ollama-search": {
id: "ollama-search",
alias: "ollama-search",