chore: bump @openhop/server @openhop/web openhop to 0.3.3#161
Conversation
Patch release covering everything merged since 0.3.2 (#157, #158, #160). Versions: - @openhop/server 0.3.2 -> 0.3.3 - @openhop/web 0.3.2 -> 0.3.3 - openhop (CLI) 0.3.2 -> 0.3.3 What's in this release: - @openhop/web picks up two unrelated user-facing additions: the new "Share" button in the local-app header (#160) which copies a Pages-playground share URL of the current flow to the clipboard, and the SEO/AI-search wiring for the Pages deploy (#157) — robots.txt, sitemap.xml, social-preview.png, Open Graph / Twitter Card meta, schema.org JSON-LD, and crawler-visible static landing content in index.html. - The CLI bump keeps the @openhop/server / @openhop/web deps in lockstep. No CLI-bundled change (skills/ payload unchanged). - @openhop/server has no behavioural delta this release; the bump is lockstep-only so the version-diff publisher tags all three together. - Repository also ships a single-plugin Claude Code marketplace (.claude-plugin/ + commands/, #158) — install via `/plugin marketplace add naorsabag/openhop` then `/plugin install openhop@openhop`. Plugin files are repo-only and do NOT ship in any npm tarball (`files` lists are unchanged), so this bump does not need to cover them — but the README install instructions that landed alongside #158 are user-facing and worth publishing under the new tag. No breaking changes -- additive only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Patch release covering everything merged since 0.3.2.
Versions:
@openhop/server0.3.2 → 0.3.3@openhop/web0.3.2 → 0.3.3openhop(CLI) 0.3.2 → 0.3.3What's in this release
@openhop/webpicks up two unrelated user-facing additions:https://naorsabag.github.io/openhop/#<encoded>) of the current flow to the clipboard. NewbuildPagesShareUrlhelper centralises the destination.robots.txt,sitemap.xml,social-preview.png, Open Graph / Twitter Card meta, schema.org JSON-LD, and crawler-visible static landing content inindex.html. Closes the gaps Google's AI Optimization Guide flagged onhttps://naorsabag.github.io/openhop/.openhop(CLI) is bumped to keep the@openhop/server/@openhop/webdeps in lockstep with the other published packages.skills/payload is unchanged this release.@openhop/serverhas no behavioural delta — bump is lockstep-only so the version-diff publisher tags all three together.Repository-only (not in any npm tarball, but worth flagging because the install instructions are user-facing):
.claude-plugin/+commands/. Install with:/openhop:openhop-flow,/openhop:openhop-list,/openhop:openhop-preview). The skill stays atskills/openhop/SKILL.mdand is auto-discovered.No breaking changes — additive only.
Commits since v0.3.2
Test plan
npm --workspace packages/web run build— cleannpm --workspace packages/server run build— cleannpm --workspace packages/cli run build— cleannpm --workspace packages/web test— 48/48 passnpm --workspace packages/server test— 20/20 passnpx prettier --checkon touched files — cleanv0.3.3, publish@openhop/server,@openhop/web,openhopto npmnpx openhop@0.3.3 demo— open the local app, click Share on a seeded flow → URL pastes into a fresh browser tab and the playground renders the same flow🤖 Generated with Claude Code