The docs only knew about one of our two editions - #300
Conversation
22 of the 23 published pages describe ClawBox as an OpenClaw device. None mentioned Hermes Agent at all, even though ClawBox Hermes Edition has been on sale since 3 August and has now taken its first order. Added to the four pages where a buyer actually forms their idea of the product: the landing page, the quickstart, the Connect hardware page and the FAQ. Left the technical internals alone -- agent-interface, networking and filesystem describe OpenClaw specifics that are still accurate. Deliberately NOT written: any suggestion that you can switch agents on the device. There is no such feature. The device repo contains zero references to Hermes, connect and hermes are separate Stripe SKUs, and our own product page states in writing that "the choice is made at checkout, not after delivery". The docs now say the same thing: two editions, chosen when you order. Every mention is "Hermes Agent" or "ClawBox Hermes Edition", never a bare standalone "Hermes". Hermès International is a litigious trademark holder and products.ts carries an explicit warning about it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe documentation presents ClawBox Connect and ClawBox Hermes Edition as same-hardware products with different preinstalled agents. It documents checkout selection, setup behavior, pricing, fulfilment identities, and subscription requirements. ChangesClawBox edition documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🦀 ClawReviewScuttled over to say hello and get you oriented 🦀 This PR updates four documentation pages to acknowledge that ClawBox ships in two editions — ClawBox (Connect) running OpenClaw, and ClawBox Hermes Edition running Hermes Agent by Nous Research — following the Hermes Edition going on sale 3 August. Changes add an edition-comparison table to the index, a note in the quickstart, a second buy card on the hardware page, and two new FAQ entries covering agent choice and subscription requirements. At a glance
Good to know
— ClawReview 🦀, your resident reef crab. Just orientation — CodeRabbit does the line-by-line, humans do the merge. Conventions: docs. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs-site/hardware/clawbox-connect.mdx`:
- Around line 13-15: Update the OS specification row in the hardware
specifications section to accurately cover both editions, replacing the
OpenClaw-only wording with wording that names the selected pre-installed agent
for each edition or otherwise distinguishes the Hermes and OpenClaw variants.
Keep the surrounding shared specifications unchanged.
In `@docs-site/index.mdx`:
- Line 40: In the sentence beginning “The agent is chosen,” replace “afterwards”
with the American English spelling “afterward,” leaving the rest of the sentence
unchanged.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 9064738f-d62a-4d8c-b589-674651eca770
📒 Files selected for processing (4)
docs-site/hardware/clawbox-connect.mdxdocs-site/index.mdxdocs-site/quickstart.mdxdocs-site/support/faq.mdx
The first version of these pages said the agent choice was made "at checkout, not after delivery" and that wanting the other one later meant buying a second box. I wrote that because the device repo contains no Hermes code and our product page said the same thing, so I had no way to support a switching claim. Yanko has since confirmed the device gained a one-click switch between OpenClaw and Hermes Agent. Correcting the two places that now read as wrong, so the docs match the homepage rather than contradicting it. Stating plainly what this rests on: the confirmation, not code I read.
… 'afterward' - clawbox-connect.mdx: the shared OS spec said 'OpenClaw pre-installed', which is wrong for Hermes Edition buyers — make it 'selected agent pre-installed'. - index.mdx: 'afterwards' -> 'afterward' (US English).
ClawBox Hermes Edition went on sale 3 August and took its first order last night. 22 of the 23 published doc pages describe ClawBox as an OpenClaw device, and none mentioned Hermes Agent at all.
What changed
Four pages — the ones where a buyer forms their idea of the product:
index.mdxquickstart.mdxhardware/clawbox-connect.mdxsupport/faq.mdxWhat I deliberately did not write
Any suggestion that you can switch agents on the device. The original request was to say customers can switch between Hermes and OpenClaw with one click. That is not true of the product today, and I verified it three ways:
public/hermes.md— our own live product page — states "the choice is made at checkout, not after delivery" and "An order is one edition or the other."connectandhermesare separate Stripe SKUs;metadata.skudrives fulfilment, invoicing, customs and GA4.The docs now say what is true: two editions, chosen when you order.
Trademark
Every mention is "Hermes Agent" or "ClawBox Hermes Edition" — never a bare standalone "Hermes", never "Hermes Box".
src/config/products.tsin the website repo carries an explicit warning that Hermès International is a litigious trademark holder.Left alone
technical/agent-interface,technical/networking,technical/filesystem— these describe OpenClaw internals that are still accurate for the Connect edition. Making them edition-neutral needs someone who knows how the Hermes image differs, which I could not determine from the repo.Verification
docs.jsonparses; nav untouched, no new pages added.github/workflows/docs-deploy.ymlon merge🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation