mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 22:24:32 +00:00
fix: restore OpenClaw docs/source links in system prompt
This commit is contained in:
@@ -151,12 +151,12 @@ function buildDocsSection(params: { docsPath?: string; isMinimal: boolean; readT
|
|||||||
return [
|
return [
|
||||||
"## Documentation",
|
"## Documentation",
|
||||||
`OpenClaw docs: ${docsPath}`,
|
`OpenClaw docs: ${docsPath}`,
|
||||||
"Mirror: https://docs.molt.bot",
|
"Mirror: https://docs.openclaw.ai",
|
||||||
"Source: https://github.com/moltbot/moltbot",
|
"Source: https://github.com/openclaw/openclaw",
|
||||||
"Community: https://discord.com/invite/clawd",
|
"Community: https://discord.com/invite/clawd",
|
||||||
"Find new skills: https://clawdhub.com",
|
"Find new skills: https://clawhub.com",
|
||||||
"For OpenClaw behavior, commands, config, or architecture: consult local docs first.",
|
"For OpenClaw behavior, commands, config, or architecture: consult local docs first.",
|
||||||
"When diagnosing issues, run `moltbot status` yourself when possible; only ask the user if you lack access (e.g., sandboxed).",
|
"When diagnosing issues, run `openclaw status` yourself when possible; only ask the user if you lack access (e.g., sandboxed).",
|
||||||
"",
|
"",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user