Files
openclaw/scripts/lib/recommended-tool-installs.json
zhanxingxin1998 a3e2d40b8c fix(onboarding): recommend only activatable setup tools (#109951)
Preserve current provider brand identifiers while removing install recommendations that guided onboarding cannot activate.

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-08-25 00:05:06 -07:00

36 lines
961 B
JSON

{
"entries": [
{
"id": "ollama",
"brandId": "ollama",
"label": "Ollama",
"hint": "Run open models locally",
"website": "https://ollama.com/download",
"icon": "https://cdn.simpleicons.org/ollama"
},
{
"id": "lmstudio",
"label": "LM Studio",
"hint": "Local model desktop app",
"website": "https://lmstudio.ai/download",
"icon": "https://cdn.simpleicons.org/lmstudio"
},
{
"id": "claude-code",
"brandId": "claude",
"label": "Claude Code",
"hint": "Anthropic's coding agent CLI",
"website": "https://code.claude.com/docs/en/quickstart",
"icon": "https://cdn.simpleicons.org/claudecode"
},
{
"id": "codex-cli",
"brandId": "openai",
"label": "Codex CLI",
"hint": "OpenAI's coding agent CLI",
"website": "https://developers.openai.com/codex/cli/",
"icon": "https://github.com/openai.png"
}
]
}