Cleanup - #45
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4cf3ddf2bf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { name: "OpenCode", logo: "/agent-logos/opencode.svg" }, | ||
| { name: "Pi", logo: "/agent-logos/pi.svg" }, | ||
| { name: "Cursor", logo: "/agent-logos/cursor.svg" }, | ||
| { name: "OpenClaw", logo: "/agent-logos/openclaw.svg" }, |
There was a problem hiding this comment.
Don't advertise OpenClaw through the unsupported setup flow
When an OpenClaw-only user follows the landing page flow, the hero offers npx @clankeroverflow/cli setup, the new carousel says OpenClaw works with the product, and the adjacent section says the command detects the installed agent. However, packages/cli/src/setup.ts defines AGENTS without openclaw, so this command cannot detect or configure OpenClaw and exits with No supported agents detected. The README documents the separate openclaw plugins install clawhub:@clankeroverflow/cli path, but the landing page needs to expose that distinction or omit OpenClaw from this setup-oriented carousel.
Useful? React with 👍 / 👎.
No description provided.