Conversation
|
Warning Rate limit exceeded
⌛ 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. WalkthroughRemoved all references and invocations of the deprecated/unsupported hc playground from scaffolded web-app templates and bumped a few Holochain-related version pins in manifest and constants. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (3 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
4bafbcc to
bdc57f3
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@templates/generic/web-app/package.json.hbs`:
- Line 6: Remove the now-unused BOOTSTRAP_PORT environment variable from the
"start" script in templates/generic/web-app/package.json.hbs: delete the
BOOTSTRAP_PORT=$(get-port) fragment from the "start" command so it only sets
AGENTS and calls the network script via {{(package_manager_command "network"
null)}}; also scan for any remaining references to BOOTSTRAP_PORT in related
scripts (e.g., network, launch:happ) and ensure hc-spin usage uses
--bootstrap-url where needed instead of relying on that env var.
There was a problem hiding this comment.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@templates/generic/web-app/package.json.hbs`:
- Line 6: The start script in templates/generic/web-app/package.json.hbs
contains dead code setting BOOTSTRAP_PORT=$(get-port); remove that token so the
"start" script becomes just AGENTS=${AGENTS:-2} followed by the existing
package_manager_command invocation (i.e., change the "start" value referenced in
package.json.hbs by removing BOOTSTRAP_PORT=$(get-port) so it reads
AGENTS=${AGENTS:-2} {{(package_manager_command "network" null)}}).
bdc57f3 to
e255e3b
Compare
|
✔️ 605390b...e255e3b - Conventional commits check succeeded. |
Resolves #548
Resolves holochain/hc-spin#55
Summary by CodeRabbit
Documentation
Chores