fix(agents): correct ClawHub URL in system prompt

Change clawhub.com to clawhub.ai in agent system prompt.
The .com domain is incorrect and doesn't point to the real ClawHub.

Fixes #54154
This commit is contained in:
kevinten10
2026-03-25 11:39:05 +08:00
committed by Ayaan Zaidi
parent 039e87c942
commit c00372e559

View File

@@ -166,7 +166,7 @@ function buildDocsSection(params: { docsPath?: string; isMinimal: boolean; readT
"Mirror: https://docs.openclaw.ai",
"Source: https://github.com/openclaw/openclaw",
"Community: https://discord.com/invite/clawd",
"Find new skills: https://clawhub.com",
"Find new skills: https://clawhub.ai",
"For OpenClaw behavior, commands, config, or architecture: consult local docs first.",
"When diagnosing issues, run `openclaw status` yourself when possible; only ask the user if you lack access (e.g., sandboxed).",
"",