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

推荐订阅源

S
SegmentFault 最新的问题
G
Google Developers Blog
H
Help Net Security
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
D
Docker
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

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: Related CardGroups + typography hygiene across 4 pa...
vincentkoc · 2026-05-06 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -75,5 +75,17 @@ title: "Features"

7575
7676

## Related

7777
78-

- [Experimental features](/concepts/experimental-features)

79-

- [Agent runtime](/concepts/agent)

78+

<CardGroup cols={2}>

79+

<Card title="Experimental features" href="/concepts/experimental-features" icon="flask">

80+

Opt-in features that have not yet shipped to the default surface.

81+

</Card>

82+

<Card title="Agent runtime" href="/concepts/agent" icon="robot">

83+

Agent runtime model and how runs are dispatched.

84+

</Card>

85+

<Card title="Channels" href="/channels" icon="message-square">

86+

Connect Telegram, WhatsApp, Discord, Slack, and more from one Gateway.

87+

</Card>

88+

<Card title="Plugins" href="/tools/plugin" icon="plug">

89+

Bundled and third-party plugins that extend OpenClaw.

90+

</Card>

91+

</CardGroup>

Original file line numberDiff line numberDiff line change

@@ -97,8 +97,16 @@ ClawDock works with the same Docker config split described in [Docker](/install/

9797
9898

Use `clawdock-show-config` when you want to inspect the `.env` files and `openclaw.json` quickly. It redacts `.env` values in its printed output.

9999
100-

## Related pages

101-
102-

- [Docker](/install/docker)

103-

- [Docker VM Runtime](/install/docker-vm-runtime)

104-

- [Updating](/install/updating)

100+

## Related

101+
102+

<CardGroup cols={2}>

103+

<Card title="Docker" href="/install/docker" icon="docker">

104+

Canonical Docker install for OpenClaw.

105+

</Card>

106+

<Card title="Docker VM runtime" href="/install/docker-vm-runtime" icon="cube">

107+

Docker-managed VM runtime for hardened isolation.

108+

</Card>

109+

<Card title="Updating" href="/install/updating" icon="arrow-up-right-from-square">

110+

Updating the OpenClaw package and managed services.

111+

</Card>

112+

</CardGroup>

Original file line numberDiff line numberDiff line change

@@ -7,7 +7,7 @@ read_when:

77

title: "Nix"

88

---

99
10-

Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** a batteries-included Home Manager module.

10+

Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** - a batteries-included Home Manager module.

1111
1212

<Info>

1313

The [nix-openclaw](https://github.com/openclaw/nix-openclaw) repo is the source of truth for Nix installation. This page is a quick overview.

@@ -87,13 +87,24 @@ plugins and tools that shell out to `nix`-installed executables work without

8787

manual PATH setup:

8888
8989

- When `NIX_PROFILES` is set, every entry is added to the service PATH in

90-

right-to-left precedence (matches Nix shell precedence rightmost wins).

90+

right-to-left precedence (matches Nix shell precedence - rightmost wins).

9191

- When `NIX_PROFILES` is unset, `~/.nix-profile/bin` is added as a fallback.

9292
9393

This applies to both macOS launchd and Linux systemd service environments.

9494
9595

## Related

9696
97-

- [nix-openclaw](https://github.com/openclaw/nix-openclaw) -- full setup guide

98-

- [Wizard](/start/wizard) -- non-Nix CLI setup

99-

- [Docker](/install/docker) -- containerized setup

97+

<CardGroup cols={2}>

98+

<Card title="nix-openclaw" href="https://github.com/openclaw/nix-openclaw" icon="arrow-up-right-from-square">

99+

Source-of-truth Home Manager module and full setup guide.

100+

</Card>

101+

<Card title="Setup wizard" href="/start/wizard" icon="wand-magic-sparkles">

102+

Non-Nix CLI setup walkthrough.

103+

</Card>

104+

<Card title="Docker" href="/install/docker" icon="docker">

105+

Containerized setup as a non-Nix alternative.

106+

</Card>

107+

<Card title="Updating" href="/install/updating" icon="arrow-up-right-from-square">

108+

Updating Home Manager-managed installs alongside the package.

109+

</Card>

110+

</CardGroup>

Original file line numberDiff line numberDiff line change

@@ -191,5 +191,5 @@ Page-filtered fallback model:

191191
192192

## Related

193193
194-

- [Tools Overview](/tools) all available agent tools

195-

- [Configuration Reference](/gateway/config-agents#agent-defaults) pdfMaxBytesMb and pdfMaxPages config

194+

- [Tools Overview](/tools) - all available agent tools

195+

- [Configuration Reference](/gateway/config-agents#agent-defaults) - pdfMaxBytesMb and pdfMaxPages config