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

推荐订阅源

博客园_首页
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
B
Blog
The GitHub Blog
The GitHub Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
月光博客
月光博客
人人都是产品经理
人人都是产品经理
IT之家
IT之家
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
C
Check Point Blog
罗磊的独立博客

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
docs(providers): standardize Related card titles, config-...
vincentkoc · 2026-04-24 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -130,7 +130,7 @@ If you prefer explicit config instead of auto-discovery:

130130

}

131131

```

132132
133-

## Advanced notes

133+

## Advanced configuration

134134
135135

<AccordionGroup>

136136

<Accordion title="Reasoning support">

Original file line numberDiff line numberDiff line change

@@ -137,7 +137,7 @@ The bundled fallback catalog includes current Chutes refs:

137137

## Related

138138
139139

<CardGroup cols={2}>

140-

<Card title="Model providers" href="/concepts/model-providers" icon="layers">

140+

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

141141

Provider rules, model refs, and failover behavior.

142142

</Card>

143143

<Card title="Configuration reference" href="/gateway/configuration-reference" icon="gear">

Original file line numberDiff line numberDiff line change

@@ -103,7 +103,7 @@ The proxy:

103103

| `claude-sonnet-4` | Claude Sonnet 4 |

104104

| `claude-haiku-4` | Claude Haiku 4 |

105105
106-

## Advanced

106+

## Advanced configuration

107107
108108

<AccordionGroup>

109109

<Accordion title="Proxy-style OpenAI-compatible notes">

@@ -179,7 +179,7 @@ For native Anthropic integration with Claude CLI or API keys, see [Anthropic pro

179179

<Card title="OpenAI provider" href="/providers/openai" icon="robot">

180180

For OpenAI/Codex subscriptions.

181181

</Card>

182-

<Card title="Model providers" href="/concepts/model-providers" icon="layers">

182+

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

183183

Overview of all providers, model refs, and failover behavior.

184184

</Card>

185185

<Card title="Configuration" href="/gateway/configuration" icon="gear">

Original file line numberDiff line numberDiff line change

@@ -346,7 +346,7 @@ The `image` and `video` sections also support:

346346

<Card title="Provider Directory" href="/providers/index" icon="layers">

347347

Overview of all providers and model refs.

348348

</Card>

349-

<Card title="Configuration Reference" href="/gateway/configuration-reference#agent-defaults" icon="gear">

349+

<Card title="Configuration reference" href="/gateway/configuration-reference#agent-defaults" icon="gear">

350350

Full config reference including agent defaults.

351351

</Card>

352352

</CardGroup>

Original file line numberDiff line numberDiff line change

@@ -81,7 +81,7 @@ The default bundled model ref is `zai/glm-5.1`. GLM versions and availability

8181

can change; check Z.AI's docs for the latest.

8282

</Note>

8383
84-

## Advanced notes

84+

## Advanced configuration

8585
8686

<AccordionGroup>

8787

<Accordion title="Endpoint auto-detection">

Original file line numberDiff line numberDiff line change

@@ -87,7 +87,7 @@ Model refs use the form `huggingface/<org>/<model>` (Hub-style IDs). The list be

8787

You can append `:fastest` or `:cheapest` to any model id. Set your default order in [Inference Provider settings](https://hf.co/settings/inference-providers); see [Inference Providers](https://huggingface.co/docs/inference-providers) and **GET** `https://router.huggingface.co/v1/models` for the full list.

8888

</Tip>

8989
90-

## Advanced details

90+

## Advanced configuration

9191
9292

<AccordionGroup>

9393

<Accordion title="Model discovery and onboarding dropdown">

@@ -220,7 +220,7 @@ You can append `:fastest` or `:cheapest` to any model id. Set your default order

220220

## Related

221221
222222

<CardGroup cols={2}>

223-

<Card title="Model providers" href="/concepts/model-providers" icon="layers">

223+

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

224224

Overview of all providers, model refs, and failover behavior.

225225

</Card>

226226

<Card title="Model selection" href="/concepts/models" icon="brain">

Original file line numberDiff line numberDiff line change

@@ -79,7 +79,7 @@ This example uses Gemma 4 on a local `inferrs` server.

7979

}

8080

```

8181
82-

## Advanced

82+

## Advanced configuration

8383
8484

<AccordionGroup>

8585

<Accordion title="Why requiresStringContent matters">

@@ -202,7 +202,7 @@ For general help, see [Troubleshooting](/help/troubleshooting) and [FAQ](/help/f

202202

<Card title="Gateway troubleshooting" href="/gateway/troubleshooting#local-openai-compatible-backend-passes-direct-probes-but-agent-runs-fail" icon="wrench">

203203

Debugging local OpenAI-compatible backends that pass probes but fail agent runs.

204204

</Card>

205-

<Card title="Model providers" href="/concepts/model-providers" icon="layers">

205+

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

206206

Overview of all providers, model refs, and failover behavior.

207207

</Card>

208208

</CardGroup>

Original file line numberDiff line numberDiff line change

@@ -127,7 +127,7 @@ includes `kilocode/kilo/auto` (`Kilo Auto`) with `input: ["text", "image"]`,

127127

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

128128

Choosing providers, model refs, and failover behavior.

129129

</Card>

130-

<Card title="Configuration reference" href="/gateway/configuration" icon="gear">

130+

<Card title="Configuration reference" href="/gateway/configuration-reference" icon="gear">

131131

Full OpenClaw configuration reference.

132132

</Card>

133133

<Card title="Kilo Gateway" href="https://app.kilo.ai" icon="arrow-up-right-from-square">

Original file line numberDiff line numberDiff line change

@@ -106,7 +106,7 @@ export LITELLM_API_KEY="sk-litellm-key"

106106

}

107107

```

108108
109-

## Advanced topics

109+

## Advanced configuration

110110
111111

<AccordionGroup>

112112

<Accordion title="Virtual keys">

@@ -184,7 +184,7 @@ For general provider configuration and failover behavior, see [Model Providers](

184184

<Card title="LiteLLM Docs" href="https://docs.litellm.ai" icon="book">

185185

Official LiteLLM documentation and API reference.

186186

</Card>

187-

<Card title="Model providers" href="/concepts/model-providers" icon="layers">

187+

<Card title="Model selection" href="/concepts/model-providers" icon="layers">

188188

Overview of all providers, model refs, and failover behavior.

189189

</Card>

190190

<Card title="Configuration" href="/gateway/configuration" icon="gear">

Original file line numberDiff line numberDiff line change

@@ -286,7 +286,7 @@ Config lives under `plugins.entries.moonshot.config.webSearch`:

286286

}

287287

```

288288
289-

## Advanced

289+

## Advanced configuration

290290
291291

<AccordionGroup>

292292

<Accordion title="Native thinking mode">