mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 20:11:14 +00:00
* feat(onboarding): unify setup recommendations * fix(control-ui): proxy model setup icons * fix(onboarding): refresh landing artifacts * chore(ui): sync translated i18n catalogs * chore(ui): keep generated locale artifacts on the refresh workflow
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"entries": [
|
|
{
|
|
"id": "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",
|
|
"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",
|
|
"label": "Codex CLI",
|
|
"hint": "OpenAI's coding agent CLI",
|
|
"website": "https://developers.openai.com/codex/cli/",
|
|
"icon": "https://github.com/openai.png"
|
|
},
|
|
{
|
|
"id": "pi",
|
|
"label": "Pi",
|
|
"hint": "Open-source coding agent",
|
|
"website": "https://pi.dev/",
|
|
"icon": "https://cdn.simpleicons.org/pi"
|
|
},
|
|
{
|
|
"id": "opencode",
|
|
"label": "OpenCode",
|
|
"hint": "Open-source coding agent",
|
|
"website": "https://opencode.ai/docs/",
|
|
"icon": "https://cdn.simpleicons.org/opencode"
|
|
},
|
|
{
|
|
"id": "gemini-cli",
|
|
"label": "Gemini CLI",
|
|
"hint": "Google's coding agent CLI",
|
|
"website": "https://geminicli.com/docs/get-started/installation/",
|
|
"icon": "https://cdn.simpleicons.org/googlegemini"
|
|
},
|
|
{
|
|
"id": "kimi-code",
|
|
"label": "Kimi Code",
|
|
"hint": "Moonshot's coding agent CLI",
|
|
"website": "https://www.kimi.com/code",
|
|
"icon": "https://cdn.simpleicons.org/kimi"
|
|
},
|
|
{
|
|
"id": "grok-build",
|
|
"label": "Grok Build",
|
|
"hint": "xAI's coding agent CLI",
|
|
"website": "https://x.ai/cli",
|
|
"icon": "https://github.com/xai-org.png"
|
|
}
|
|
]
|
|
}
|