fix(installer): default to main instead of pinned tag#173
fix(installer): default to main instead of pinned tag#173visahak merged 1 commit intoAgentToolkit:mainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 24 minutes and 45 seconds. ⌛ 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation callout styling in the landing page was reformatted from an Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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 |
The bob platform skills (evolve-lite:learn, evolve-lite:recall) were added after v1.0.6, so the pinned tag causes bob lite installs to fail with FileNotFoundError. Default to main so the installer always pulls the latest source tree. Fixes AgentToolkit#171
3127965 to
e1f65c4
Compare
Summary
SCRIPT_VERSIONtomaininstead ofv1.0.6so the installer always pulls the latest source treeevolve-lite:learn,evolve-lite:recall) were added after v1.0.6, causing bob lite installs to fail withFileNotFoundErrorFixes #171
Test plan
curl -fsSL ... | bash -s -- install --platform bob --mode liteand verify it succeeds withoutEVOLVE_VERSION=mainworkaroundEVOLVE_VERSION=v1.0.6to confirm explicit pinning still worksSummary by CodeRabbit
Documentation
Chores