feat: one-command install script and --version flag#135
Conversation
Add `scripts/install.sh` so users can install SmolVM with a single command: `curl -sSL https://celesto.ai/install.sh | bash` The script installs uv (if needed), installs smolvm via `uv tool install`, runs `smolvm setup`, and verifies with `smolvm doctor`. Safe to re-run — it reuses existing uv and upgrades smolvm if already installed. Also adds `smolvm --version` / `smolvm -V` to the CLI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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 21 minutes and 54 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: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 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 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
scripts/install.sh— single-command installer:curl -sSL https://celesto.ai/install.sh | bashuv tool install, runssmolvm setup, and verifies withsmolvm doctorsmolvm --version/smolvm -VCLI flagTest plan
bash scripts/install.shon a clean Linux machinebash scripts/install.shon macOS with uv already installedbash scripts/install.shtwice to verify idempotencybash scripts/install.sh --with-dockerto verify flag forwardingsmolvm --versionprints the correct version🤖 Generated with Claude Code