Skip to content

chore: bump @openhop/server @openhop/web openhop to 0.3.3#161

Merged
naorsabag merged 1 commit into
masterfrom
worktree-bump-0.3.3
May 17, 2026
Merged

chore: bump @openhop/server @openhop/web openhop to 0.3.3#161
naorsabag merged 1 commit into
masterfrom
worktree-bump-0.3.3

Conversation

@naorsabag
Copy link
Copy Markdown
Owner

Summary

Patch release covering everything merged since 0.3.2.

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:
    • feat(web): share button in local app header #160 — new Share button in the local-app header that copies a self-contained Pages-playground URL (https://naorsabag.github.io/openhop/#<encoded>) of the current flow to the clipboard. New buildPagesShareUrl helper centralises the destination.
    • seo(pages): wire crawler-visible head/body + robots/sitemap for AI search #157 — Pages SEO / AI-search wiring: 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. Closes the gaps Google's AI Optimization Guide flagged on https://naorsabag.github.io/openhop/.
  • openhop (CLI) is bumped to keep the @openhop/server / @openhop/web deps in lockstep with the other published packages. skills/ payload is unchanged this release.
  • @openhop/server has 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):

  • feat(plugin): add Claude Code plugin bundle to monorepo #158 — single-plugin Claude Code marketplace shipped under .claude-plugin/ + commands/. Install with:
    /plugin marketplace add naorsabag/openhop
    /plugin install openhop@openhop
    
    Ships three slash commands (/openhop:openhop-flow, /openhop:openhop-list, /openhop:openhop-preview). The skill stays at skills/openhop/SKILL.md and is auto-discovered.

No breaking changes — additive only.

Commits since v0.3.2

Test plan

  • npm --workspace packages/web run build — clean
  • npm --workspace packages/server run build — clean
  • npm --workspace packages/cli run build — clean
  • npm --workspace packages/web test — 48/48 pass
  • npm --workspace packages/server test — 20/20 pass
  • npx prettier --check on touched files — clean
  • CI green
  • After merge: tag v0.3.3, publish @openhop/server, @openhop/web, openhop to npm
  • npx 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

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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 17, 2026

Warning

Rate limit exceeded

@naorsabag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 43 minutes and 7 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c1a7e1f6-3208-454a-9641-bf9481387d9f

📥 Commits

Reviewing files that changed from the base of the PR and between 4742214 and aa660e0.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json, !package-lock.json
📒 Files selected for processing (4)
  • CHANGELOG.md
  • packages/cli/package.json
  • packages/server/package.json
  • packages/web/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch worktree-bump-0.3.3

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@naorsabag naorsabag merged commit cbbb019 into master May 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant