惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
B
Blog RSS Feed
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
L
LangChain Blog
IT之家
IT之家
F
Fortinet All Blogs
V
V2EX
C
Check Point Blog
The Cloudflare Blog
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(web-search): improve missing key guidance · openclaw/...
steipete · 2026-05-02 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -25,6 +25,7 @@ Docs: https://docs.openclaw.ai

2525

- Providers/xAI: give Grok `web_search` a 60s default timeout, harden malformed xAI Responses parsing, and return structured timeout errors instead of aborting the tool call. Fixes #58063 and #58733. Thanks @dnishimura, @marvcasasola-svg, and @Nanako0129.

2626

- Providers/configure: preserve the existing default model when adding or reauthing a provider whose plugin returns a default-model config patch. Fixes #50268. Thanks @rixcorp-oc.

2727

- Slack/message tool: let `read` fetch an exact Slack message timestamp, including a specific thread reply when paired with `threadId`, instead of returning only the parent thread or recent channel history. Fixes #53943. Thanks @zomars.

28+

- Web search: point missing-key errors to `web_fetch` for known URLs and the browser tool for interactive pages. Thanks @zhaoyang97.

2829

- Heartbeat: strip legacy `[TOOL_CALL]...[/TOOL_CALL]` and `[TOOL_RESULT]...[/TOOL_RESULT]` pseudo-call blocks from heartbeat replies before channel delivery. Fixes #54138. Thanks @Deniable9570.

2930

- macOS/Voice Wake: send wake-word and Push-to-Talk transcripts through the selected macOS session target instead of always falling back to main WebChat. Fixes #51040. Thanks @carl-jeffrolc.

3031

- Providers/xAI: give Grok `web_search` a 60s default timeout, harden malformed xAI Responses parsing, and return structured timeout errors instead of aborting the tool call. Fixes #58063 and #58733. Thanks @dnishimura, @marvcasasola-svg, and @Nanako0129.

Original file line numberDiff line numberDiff line change

@@ -53,7 +53,7 @@ function resolveBraveApiKey(searchConfig?: SearchConfigRecord): string | undefin

5353

function missingBraveKeyPayload() {

5454

return {

5555

error: "missing_brave_api_key",

56-

message: `web_search (brave) needs a Brave Search API key. Run \`${formatCliCommand("openclaw configure --section web")}\` to store it, or set BRAVE_API_KEY in the Gateway environment.`,

56+

message: `web_search (brave) needs a Brave Search API key. Run \`${formatCliCommand("openclaw configure --section web")}\` to store it, or set BRAVE_API_KEY in the Gateway environment. If you do not want to configure a search API key, use web_fetch for a specific URL or the browser tool for interactive pages.`,

5757

docs: "https://docs.openclaw.ai/tools/web",

5858

};

5959

}

Original file line numberDiff line numberDiff line change

@@ -18,6 +18,22 @@ describe("brave web search provider", () => {

1818

global.fetch = priorFetch;

1919

});

2020
21+

it("points missing-key users to fetch/browser alternatives", async () => {

22+

vi.stubEnv("BRAVE_API_KEY", "");

23+

const provider = createBraveWebSearchProvider();

24+

const tool = provider.createTool({ config: {}, searchConfig: {} });

25+

if (!tool) {

26+

throw new Error("Expected tool definition");

27+

}

28+
29+

const result = await tool.execute({ query: "OpenClaw docs" });

30+
31+

expect(result).toMatchObject({

32+

error: "missing_brave_api_key",

33+

message: expect.stringContaining("use web_fetch for a specific URL or the browser tool"),

34+

});

35+

});

36+
2137

it("normalizes brave language parameters and swaps reversed ui/search inputs", () => {

2238

expect(

2339

__testing.normalizeBraveLanguageParams({

Original file line numberDiff line numberDiff line change

@@ -152,7 +152,7 @@ export async function executeGeminiSearch(

152152

return {

153153

error: "missing_gemini_api_key",

154154

message:

155-

"web_search (gemini) needs an API key. Set GEMINI_API_KEY in the Gateway environment, or configure tools.web.search.gemini.apiKey.",

155+

"web_search (gemini) needs an API key. Set GEMINI_API_KEY in the Gateway environment, or configure tools.web.search.gemini.apiKey. If you do not want to configure a search API key, use web_fetch for a specific URL or the browser tool for interactive pages.",

156156

docs: "https://docs.openclaw.ai/tools/web",

157157

};

158158

}

Original file line numberDiff line numberDiff line change

@@ -1,9 +1,24 @@

11

import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";

2-

import { withEnv } from "openclaw/plugin-sdk/test-env";

2+

import { withEnv, withEnvAsync } from "openclaw/plugin-sdk/test-env";

33

import { describe, expect, it } from "vitest";

44

import { __testing, createGeminiWebSearchProvider } from "./src/gemini-web-search-provider.js";

55
66

describe("google web search provider", () => {

7+

it("points missing-key users to fetch/browser alternatives", async () => {

8+

await withEnvAsync({ GEMINI_API_KEY: undefined }, async () => {

9+

const provider = createGeminiWebSearchProvider();

10+

const tool = provider.createTool({ config: {}, searchConfig: {} });

11+

if (!tool) {

12+

throw new Error("Expected tool definition");

13+

}

14+
15+

await expect(tool.execute({ query: "OpenClaw docs" })).resolves.toMatchObject({

16+

error: "missing_gemini_api_key",

17+

message: expect.stringContaining("use web_fetch for a specific URL or the browser tool"),

18+

});

19+

});

20+

});

21+
722

it("falls back to GEMINI_API_KEY from the environment", () => {

823

withEnv({ GEMINI_API_KEY: "AIza-env-test" }, () => {

924

expect(__testing.resolveGeminiApiKey()).toBe("AIza-env-test");

Original file line numberDiff line numberDiff line change

@@ -274,7 +274,7 @@ export async function executeKimiWebSearchProviderTool(

274274

return {

275275

error: "missing_kimi_api_key",

276276

message:

277-

"web_search (kimi) needs a Moonshot API key. Set KIMI_API_KEY or MOONSHOT_API_KEY in the Gateway environment, or configure tools.web.search.kimi.apiKey.",

277+

"web_search (kimi) needs a Moonshot API key. Set KIMI_API_KEY or MOONSHOT_API_KEY in the Gateway environment, or configure tools.web.search.kimi.apiKey. If you do not want to configure a search API key, use web_fetch for a specific URL or the browser tool for interactive pages.",

278278

docs: "https://docs.openclaw.ai/tools/web",

279279

};

280280

}

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,8 @@

11

import type { OpenClawConfig } from "openclaw/plugin-sdk/provider-onboard";

2+

import { withEnvAsync } from "openclaw/plugin-sdk/test-env";

23

import { describe, expect, it } from "vitest";

34

import { __testing } from "../test-api.js";

5+

import { createKimiWebSearchProvider } from "./kimi-web-search-provider.js";

46
57

const kimiApiKeyEnv = ["KIMI_API", "KEY"].join("_");

68

@@ -24,6 +26,23 @@ function withEnv(overrides: Record<string, string>, run: () => void): void {

2426

}

2527
2628

describe("kimi web search provider", () => {

29+

it("points missing-key users to fetch/browser alternatives", async () => {

30+

await withEnvAsync({ KIMI_API_KEY: undefined, MOONSHOT_API_KEY: undefined }, async () => {

31+

const provider = createKimiWebSearchProvider();

32+

const tool = provider.createTool({ config: {}, searchConfig: {} });

33+

if (!tool) {

34+

throw new Error("Expected tool definition");

35+

}

36+
37+

const result = await tool.execute({ query: "OpenClaw docs" });

38+
39+

expect(result).toMatchObject({

40+

error: "missing_kimi_api_key",

41+

message: expect.stringContaining("use web_fetch for a specific URL or the browser tool"),

42+

});

43+

});

44+

});

45+
2746

it("uses configured model and base url overrides with sane defaults", () => {

2847

expect(__testing.resolveKimiModel()).toBe("kimi-k2.6");

2948

expect(__testing.resolveKimiModel({ model: "kimi-k2" })).toBe("kimi-k2");

Original file line numberDiff line numberDiff line change

@@ -308,7 +308,7 @@ export async function executePerplexitySearch(

308308

return {

309309

error: "missing_perplexity_api_key",

310310

message:

311-

"web_search (perplexity) needs an API key. Set PERPLEXITY_API_KEY or OPENROUTER_API_KEY in the Gateway environment, or configure tools.web.search.perplexity.apiKey.",

311+

"web_search (perplexity) needs an API key. Set PERPLEXITY_API_KEY or OPENROUTER_API_KEY in the Gateway environment, or configure tools.web.search.perplexity.apiKey. If you do not want to configure a search API key, use web_fetch for a specific URL or the browser tool for interactive pages.",

312312

docs: "https://docs.openclaw.ai/tools/web",

313313

};

314314

}

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,6 @@

1-

import { withEnv } from "openclaw/plugin-sdk/test-env";

1+

import { withEnv, withEnvAsync } from "openclaw/plugin-sdk/test-env";

22

import { describe, expect, it } from "vitest";

3+

import { createPerplexityWebSearchProvider } from "./perplexity-web-search-provider.js";

34

import { __testing } from "./perplexity-web-search-provider.runtime.js";

45
56

const openRouterApiKeyEnv = ["OPENROUTER_API", "KEY"].join("_");

@@ -9,6 +10,24 @@ const directPerplexityApiKey = ["pplx", "test"].join("-");

910

const enterprisePerplexityApiKey = ["enterprise", "perplexity", "test"].join("-");

1011
1112

describe("perplexity web search provider", () => {

13+

it("points missing-key users to fetch/browser alternatives", async () => {

14+

await withEnvAsync(

15+

{ [perplexityApiKeyEnv]: undefined, [openRouterApiKeyEnv]: undefined },

16+

async () => {

17+

const provider = createPerplexityWebSearchProvider();

18+

const tool = provider.createTool({ config: {}, searchConfig: {} });

19+

if (!tool) {

20+

throw new Error("Expected tool definition");

21+

}

22+
23+

await expect(tool.execute({ query: "OpenClaw docs" })).resolves.toMatchObject({

24+

error: "missing_perplexity_api_key",

25+

message: expect.stringContaining("use web_fetch for a specific URL or the browser tool"),

26+

});

27+

},

28+

);

29+

});

30+
1231

it("infers provider routing from api key prefixes", () => {

1332

expect(__testing.inferPerplexityBaseUrlFromApiKey("pplx-abc")).toBe("direct");

1433

expect(__testing.inferPerplexityBaseUrlFromApiKey("sk-or-v1-abc")).toBe("openrouter");

Original file line numberDiff line numberDiff line change

@@ -194,7 +194,7 @@ export async function executeXaiWebSearchProviderTool(

194194

return {

195195

error: "missing_xai_api_key",

196196

message:

197-

"web_search (grok) needs an xAI API key. Set XAI_API_KEY in the Gateway environment, or configure plugins.entries.xai.config.webSearch.apiKey.",

197+

"web_search (grok) needs an xAI API key. Set XAI_API_KEY in the Gateway environment, or configure plugins.entries.xai.config.webSearch.apiKey. If you do not want to configure a search API key, use web_fetch for a specific URL or the browser tool for interactive pages.",

198198

docs: "https://docs.openclaw.ai/tools/web",

199199

};

200200

}